summaryrefslogtreecommitdiff
path: root/src/core
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-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-21added 9 new eventsDukePyrolator
2009-07-17Fix a bug when trying to set BotServ bots as privateadam-
2009-07-15Fixed ns_info to show opertype line when hidestatus is offadam-
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-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-27Fixed cs_getkey to not require services operadam-
2009-06-23Adds check for using commands on non-registered channels before the 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-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-06-05Patch to fix issue with /CS INFO (Thanks Adam)sjaz
2009-05-30Remove now unneeded checks for identified nick, patch by Adam.cyberbotx
2009-05-16Fix from Adam for a segfault in /NS ALISTsjaz
2009-05-08Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076)sjaz
2009-05-05Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ...cyberbotx
2009-04-26Fix segfault in /os chankill (Adam)sjaz
2009-04-26To document the use of /ms set notify mail and nomail. (Backported to 1.8 in ...sjaz
2009-04-16PERMISSION_DENIED -> ACCESS_DENIED string.rburchell
2009-04-16Show proper syntax errors on CS BAN and CS KICK, patch from Adam.cyberbotx
2009-04-13Correct help for CS INFO and add syntax errors for cs_modes, patch from Adam.cyberbotx
2009-04-10Fix more problems with help, patch from Adam.cyberbotx
2009-04-10Added missing help to BS ACT, patch from Adam.cyberbotx
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-04-06Patch to make changing bots not send multiple QUIT commands (Thanks Adam).sjaz
2009-04-06Patch to allow NS CONFIRM and NS RESEND to be used by non identified users. (...sjaz
2009-04-04Removed is_host_setter() and is_host_remover() from code and replaced them wi...cyberbotx
2009-04-04Remove various uneeded priv checks.rburchell
2009-04-04Fix access checking on ns_*rburchell
2009-04-03Reintroduce sending login/logout account messages, they were added back in SV...cyberbotx
2009-04-03Fix bug #1045, patch from Adam, suspended channels can no longer be administe...cyberbotx
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell