summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-27Fix bug #1111, BS KICK should properly handle the CAPS, FLOOD, and REPEAT opt...cyberbotx
2009-10-27Rewrote part of chan_set_correct_modes and set Mode::ModeChar correctlyAdam-
2009-10-25Added MinusNoArg to insp modes Ffj and unreal mode jAdam-
2009-10-25Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes B...Adam-
2009-10-25Document /ns confirm nick in /ns help confirm for services operatorsAdam-
2009-10-25Fixed passing invalid channel pointer to OnPartChannel if the last user in a ...Adam-
2009-10-25added options:enablelogchannel config file option, which turns on the logchan...Adam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
2009-10-25Added 4 new events for (un)setting modes on channels and usersAdam-
2009-10-25Actually use the I_OnRestart eventAdam-
2009-10-25Fixed memos so identified users not on the nick's access list can send themAdam-
2009-10-23Couple of typos in hs_request. Thanks Fudge.sjaz
2009-10-20Added SUFFIXES .c .cpp .so to makefiles to clean up some of the codeAdam-
2009-10-20Fixed makesfiles to work on both bsd make and gnu makeAdam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx
2009-10-17Call I_OnUserConnect and display news before checking if the user should be k...Adam-
2009-10-17Fix crash when trying to parse a USERHOST reply for a nonexistant user on UnrealAdam-
2009-10-17dos2unix on files.cyberbotx
2009-10-17Give the proper error messages when trying to load/unload already loaded/unlo...Adam-
2009-10-17Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo...Adam-
2009-10-17Made MOD_STOP returned from commands really halt processing (stops OnPostComm...Adam-
2009-10-17Use the most recent NickServ collide/release timer for a nick instead of usin...Adam-
2009-10-16Fixed bug #1110 - Fixed tracking of NickServ collide/release timers to only a...Adam-
2009-10-14Fixed inspircd12.cpp to actually workAdam-
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-13NICK_REG_PLEASE_WAIT and NICK_GROUP_PLASE_WAIT now show the seconds until you...1.9.1DukePyrolator
2009-10-13Code style cleanup, replace static_cast<std::string>() with std::string(), sl...cyberbotx
2009-10-12Changed /ns confirm to not assume the user you are confirming owns the nick (...Adam-
2009-10-12fixed some bugs in ns_register.cDukePyrolator
2009-10-11Added OnPostDatabaseLoad event, which triggers after the cores databases have...Adam-
2009-10-11Fixed restarting Anope on WindowsAdam-
2009-10-11on inspircd12, we now check for m_servprotect and give +k to our pseudo clientsDukePyrolator
2009-10-10Reset errno before calling strtol in bs_kick, it would sometimes not allow va...Adam-
2009-10-07added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ...DukePyrolator
2009-10-06Destroyed Command::help_param* and rewrote the help part of os_news to be muc...Adam-
2009-10-05Fixed '/chanserv help set secure' responceAdam-
2009-10-04Reset +r on registered channels after a netmerge when our creation time is ne...Adam-
2009-10-03Fix bug #1109. Anopes now replies with proper PONGs to rfc compliant PINGs .jantje_85
2009-10-03Fixed TIME on InspIRCd 1.2.jantje_85
2009-10-03Fixed a typo introduced in r2523 causing NickServ kill to not workAdam-
2009-10-03Forward port of bugfix #1097. CS FORBID now clears excepts & invites before b...jantje_85
2009-10-02Properly remove old callbacks from modules internal list of callbacks list, a...Adam-
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-29Fixed "make clean" to really clean up all the modulesAdam-
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-09-27Fixed the remaining commands to always show all users help and to appear in t...Adam-
2009-09-26Fixed bug #1108. nickserv status now replies correctly and has been changed t...Adam-
2009-09-26Clean up inspircd12.cpp from last commitAdam-
2009-09-26We no longer use authentication tokens with InspIRCd 1.2.jantje_85