summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Update TODO to show timers having been redone thanks to Adam.cyberbotx
2009-06-20Fixes broken langfiles for NS HELP REGISTER (Cheers Adam-the-Awesome!)sjaz
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-09Remove events.h, should have been deleted in earlier patch to replace events ...cyberbotx
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 issue with using static_cast instead of reinterpret_cast for Extensible, ...cyberbotx
2009-06-03Fix bug #1080, changing core pseudo-client nicks in the config should registe...cyberbotx
2009-06-03Typo fix in ./Configsjaz
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-07Fix link to Link Block Generator on our site. Good find whoever it was :)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-22Patch to rectify Syntax output from langfiles. (Adam)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 finished extrarburchell
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-12Copy Extensible::GetExtList() from InspIRCd, patch from DukePyrolator, plus 2...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