summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-01Fixed some memory leaks when setting vhosts on usersadam-
2009-07-31Removed some now unneeded and unused language stringsadam-
2009-07-26Fixed multiple problems with session tracking, read comments in users.c and s...adam-
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-07-24Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...cyberbotx
2009-07-24Implement case-insensitive versions of std::string, irc::string for RFC-style...cyberbotx
2009-07-21Fixed multiple issues with os_info, including changing the /cs oinfo syntax t...adam-
2009-07-21Added a new event for channels being deletedadam-
2009-07-21added 9 new eventsDukePyrolator
2009-07-19Fix for potentially undefined behavior in the Windows build, make the overloa...cyberbotx
2009-07-18Fixes a crash when renaming NickServadam-
2009-07-17Fix a bug when trying to set BotServ bots as privateadam-
2009-07-16Fixed core clients to rejoin their assigned channels if killedadam-
2009-07-16Initialize botinfo->flags on bot creation to fix some database problemsadam-
2009-07-16Fixed crashes when an unidentified users nickcore gets deletedadam-
2009-07-15Fixed ns_info to show opertype line when hidestatus is offadam-
2009-07-12Fixed elist_match_user to check against vhosts, patch from sergioadam-
2009-07-06Remove channel founder status from users who logoutadam-
2009-07-06Made pre-command channel sanity checks only apply to ChanServ and BotServ. It...adam-
2009-07-02Really fix bug #1088adam-
2009-07-02reverted last commitDukePyrolator
2009-07-02fix for bug #1088 (missing check for null pointer). thanks to Obi_Wan for rep...DukePyrolator
2009-07-01fixed segfault on /nickserv logout <nick>DukePyrolator
2009-07-01fix for bug #1087. thanks to Obi_Wan for reporting and testing.DukePyrolator
2009-06-30No real need for another constantrburchell
2009-06-30Rename chanserv/access/change to chanserv/access/modifyadam-
2009-06-29Made globaloncycleup message and OnServerConnect use the correct serveradam-
2009-06-29removed include/encrypt.h from the MakefilesDukePyrolator
2009-06-29changed encryption modules to use the new module APIDukePyrolator
2009-06-28Add ability for fantasy to be disabled for some commands and strip the channe...adam-
2009-06-27Possible bugfix for bug #1086, specifically the issue with the inspircd12 sen...cyberbotx
2009-06-27Fixed cs_getkey to not require services operadam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-06-23Adds check for using commands on non-registered channels before the adam-
2009-06-23Fix for bahamut protocol module to get the users IP when new users are introd...adam-
2009-06-20Fixes multiple issues with HELP with non-identified nicks. (Thanks Adam!)sjaz
2009-06-20Fixes issue with /NS INFO with non-identified users. (Thanks Adam!)sjaz
2009-06-20Fixes issue with /NS CONFIRM with non-registered nicks. (Thanks Adam)sjaz
2009-06-20Initialize the Bot flags value inside of BS BOT, fixes problem with BotServ b...cyberbotx
2009-06-15Fix memory leak in NS SUSPEND, patch by Adam.cyberbotx
2009-06-12Forward port of bugfix for bug #1082 from SVN r2322, remove check for NSModeO...cyberbotx
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell
2009-06-11Added missing timers.h and timers.cpp from Adam, removed timeout.h and timeou...cyberbotx
2009-06-10New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO...rburchell
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-06-05Patch to fix issue with /CS INFO (Thanks Adam)sjaz
2009-06-03Fix bug #1080, changing core pseudo-client nicks in the config should registe...cyberbotx
2009-05-31Add SendSWhois() to inspircd12.cpp, patch by Adam.cyberbotx
2009-05-30Remove now unneeded checks for identified nick, patch by Adam.cyberbotx