Age | Commit message (Expand) | Author |
2009-07-02 | reverted last commit | DukePyrolator |
2009-07-02 | fix for bug #1088 (missing check for null pointer). thanks to Obi_Wan for rep... | DukePyrolator |
2009-07-01 | fixed segfault on /nickserv logout <nick> | DukePyrolator |
2009-07-01 | fix for bug #1087. thanks to Obi_Wan for reporting and testing. | DukePyrolator |
2009-06-30 | No real need for another constant | rburchell |
2009-06-30 | Rename chanserv/access/change to chanserv/access/modify | adam- |
2009-06-29 | Made globaloncycleup message and OnServerConnect use the correct server | adam- |
2009-06-29 | removed include/encrypt.h from the Makefiles | DukePyrolator |
2009-06-29 | changed encryption modules to use the new module API | DukePyrolator |
2009-06-28 | Add ability for fantasy to be disabled for some commands and strip the channe... | adam- |
2009-06-27 | Possible bugfix for bug #1086, specifically the issue with the inspircd12 sen... | cyberbotx |
2009-06-27 | Fixed cs_getkey to not require services oper | adam- |
2009-06-26 | Changed module callbacks to use new Timer API | adam- |
2009-06-23 | Adds check for using commands on non-registered channels before the | adam- |
2009-06-23 | Fix for bahamut protocol module to get the users IP when new users are introd... | adam- |
2009-06-20 | Fixes multiple issues with HELP with non-identified nicks. (Thanks Adam!) | sjaz |
2009-06-20 | Fixes issue with /NS INFO with non-identified users. (Thanks Adam!) | sjaz |
2009-06-20 | Fixes issue with /NS CONFIRM with non-registered nicks. (Thanks Adam) | sjaz |
2009-06-20 | Initialize the Bot flags value inside of BS BOT, fixes problem with BotServ b... | cyberbotx |
2009-06-15 | Fix memory leak in NS SUSPEND, patch by Adam. | cyberbotx |
2009-06-12 | Forward port of bugfix for bug #1082 from SVN r2322, remove check for NSModeO... | cyberbotx |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-06-11 | Added missing timers.h and timers.cpp from Adam, removed timeout.h and timeou... | cyberbotx |
2009-06-10 | New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO... | rburchell |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-05 | Patch to fix issue with /CS INFO (Thanks Adam) | sjaz |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-05-31 | Add SendSWhois() to inspircd12.cpp, patch by Adam. | cyberbotx |
2009-05-30 | Remove now unneeded checks for identified nick, patch by Adam. | cyberbotx |
2009-05-26 | Typo fixing, spotted by DukePyrolator. | cyberbotx |
2009-05-26 | Make sure the .svn folder is removed when checking src/modules for subdirecto... | cyberbotx |
2009-05-25 | Added ability for CMake to build a module from a subdirectory of src/modules. | cyberbotx |
2009-05-16 | Fix from Adam for a segfault in /NS ALIST | sjaz |
2009-05-08 | Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076) | sjaz |
2009-05-07 | Move where command permission checking is done, patch by Adam. | cyberbotx |
2009-05-05 | Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ... | cyberbotx |
2009-04-26 | Fix segfault in /os chankill (Adam) | sjaz |
2009-04-26 | To document the use of /ms set notify mail and nomail. (Backported to 1.8 in ... | sjaz |
2009-04-19 | Fix crash if NS SET <anything> was used without a parameter, spotted and patc... | cyberbotx |
2009-04-17 | Forward Port of r2284: Don't enfoce akick/forbidden/etc.. settings on clients... | jantje_85 |
2009-04-16 | Check Command::permission in command handler. | rburchell |
2009-04-16 | Add Command::SetPermission member to centralise access checking. Remove dupli... | rburchell |
2009-04-16 | PERMISSION_DENIED -> ACCESS_DENIED string. | rburchell |
2009-04-16 | Remove unused modules_unload_all fini param | rburchell |
2009-04-16 | Show proper syntax errors on CS BAN and CS KICK, patch from Adam. | cyberbotx |
2009-04-13 | Remove 2 unneeded ternary operators, the result is the same with or without t... | cyberbotx |
2009-04-13 | Correct help for CS INFO and add syntax errors for cs_modes, patch from Adam. | cyberbotx |
2009-04-11 | Remove files from the modules runtime directory on startup, just in case file... | cyberbotx |
2009-04-10 | Fix more problems with help, patch from Adam. | cyberbotx |