summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-05-26Typo fixing, spotted by DukePyrolator.cyberbotx
2009-05-26Make sure the .svn folder is removed when checking src/modules for subdirecto...cyberbotx
2009-05-25Added ability for CMake to build a module from a subdirectory of src/modules.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-07Move where command permission checking is done, patch by Adam.cyberbotx
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-19Fix crash if NS SET <anything> was used without a parameter, spotted and patc...cyberbotx
2009-04-17Forward Port of r2284: Don't enfoce akick/forbidden/etc.. settings on clients...jantje_85
2009-04-16Check Command::permission in command handler.rburchell
2009-04-16Add Command::SetPermission member to centralise access checking. Remove dupli...rburchell
2009-04-16PERMISSION_DENIED -> ACCESS_DENIED string.rburchell
2009-04-16Remove unused modules_unload_all fini paramrburchell
2009-04-16Show proper syntax errors on CS BAN and CS KICK, patch from Adam.cyberbotx
2009-04-13Remove 2 unneeded ternary operators, the result is the same with or without t...cyberbotx
2009-04-13Correct help for CS INFO and add syntax errors for cs_modes, patch from Adam.cyberbotx
2009-04-11Remove files from the modules runtime directory on startup, just in case file...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-10Fix crash in mod_help_cmd when a non-existing command is looked up, spotted b...cyberbotx
2009-04-07Remove all remaining uses of (My)SQL from the code.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-04Remove is_services_admin() check from cs_enforce to allow build to succeed.cyberbotx
2009-04-04Removed is_host_setter() and is_host_remover() from code and replaced them wi...cyberbotx
2009-04-04Marking these volatile isn't a lot of use, and it is confusing.rburchell
2009-04-04Remove various uneeded priv checks.rburchell
2009-04-04Remove is_services_* methods.. this forces us to actually remove uses of them.rburchell
2009-04-04Fix access checking in corerburchell
2009-04-04Fix access checking on ns_*rburchell
2009-04-03Patch from DukePyrolator to include an OnUserNickChange() event to replace EV...cyberbotx
2009-04-03Fix ratbox protocol to use TS6SID for sending (UN)RESV, and fix m_privmsg to ...cyberbotx
2009-04-03Don't generate UID twice in ratbox protocol module. This is a leftover from b...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-03Added service argument to OnPreCommand, added OnPostCommand event, changed th...cyberbotx
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell
2009-04-02Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-04-02Remove NSRestrictGetPass, and replace it with opertype usage.rburchell
2009-04-02More miscellaneous bits.rburchell
2009-04-02Fix up a bunch of access checking to be a bit more modern and so onrburchell
2009-04-01Change some stuff to use NC::IsServicesOper instead of is_services_*.rburchell
2009-04-01Boink.rburchell
2009-04-01Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper...rburchell