Age | Commit message (Expand) | Author |
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 |
2009-04-10 | Added missing help to BS ACT, patch from Adam. | cyberbotx |
2009-04-10 | Fix crash in mod_help_cmd when a non-existing command is looked up, spotted b... | cyberbotx |
2009-04-07 | Remove all remaining uses of (My)SQL from the code. | cyberbotx |
2009-04-06 | Replace Set*Help() functions with virtual *ServHelp() functions that can be o... | cyberbotx |
2009-04-06 | Patch to make changing bots not send multiple QUIT commands (Thanks Adam). | sjaz |
2009-04-06 | Patch to allow NS CONFIRM and NS RESEND to be used by non identified users. (... | sjaz |
2009-04-04 | Remove is_services_admin() check from cs_enforce to allow build to succeed. | cyberbotx |
2009-04-04 | Removed is_host_setter() and is_host_remover() from code and replaced them wi... | cyberbotx |
2009-04-04 | Marking these volatile isn't a lot of use, and it is confusing. | rburchell |
2009-04-04 | Remove various uneeded priv checks. | rburchell |
2009-04-04 | Remove is_services_* methods.. this forces us to actually remove uses of them. | rburchell |
2009-04-04 | Fix access checking in core | rburchell |
2009-04-04 | Fix access checking on ns_* | rburchell |
2009-04-03 | Patch from DukePyrolator to include an OnUserNickChange() event to replace EV... | cyberbotx |
2009-04-03 | Fix ratbox protocol to use TS6SID for sending (UN)RESV, and fix m_privmsg to ... | cyberbotx |
2009-04-03 | Don't generate UID twice in ratbox protocol module. This is a leftover from b... | rburchell |
2009-04-03 | Reintroduce sending login/logout account messages, they were added back in SV... | cyberbotx |
2009-04-03 | Fix bug #1045, patch from Adam, suspended channels can no longer be administe... | cyberbotx |
2009-04-03 | Added service argument to OnPreCommand, added OnPostCommand event, changed th... | cyberbotx |
2009-04-02 | Remove capability for commands to hook existing commands, add an OnPreCommand... | rburchell |
2009-04-02 | Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles... | rburchell |
2009-04-02 | Remove NSRestrictGetPass, and replace it with opertype usage. | rburchell |
2009-04-02 | More miscellaneous bits. | rburchell |
2009-04-02 | Fix up a bunch of access checking to be a bit more modern and so on | rburchell |
2009-04-01 | Change some stuff to use NC::IsServicesOper instead of is_services_*. | rburchell |
2009-04-01 | Boink. | rburchell |
2009-04-01 | Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper... | rburchell |