Age | Commit message (Expand) | Author |
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 |
2009-03-31 | Fix compile error in servers.c. | cyberbotx |
2009-03-31 | These are (now) horribly out of date. When we're ready to implement what ones... | rburchell |
2009-03-31 | Send snotice after connecting to the network. Also change OnServerConnect to ... | rburchell |
2009-03-31 | Fix ss_main's client introduction. | rburchell |
2009-03-30 | Detach all module hooks when a module is unloaded, patch from DukePyrolator, ... | cyberbotx |
2009-03-30 | Yet *neither* send HOST_OFF here.. | rburchell |
2009-03-30 | Needed to apply this to 1.2 too, oops. | rburchell |
2009-03-30 | Forward-port Szymek's vhost patch. | rburchell |
2009-03-30 | Fix bug #1073, fantasy commands in CTCP ACTIONs will now be ignored instead o... | cyberbotx |
2009-03-29 | #1042 Fix for CS SUSPEND/FORBID so that it doesn't act upon opers on rejoin. ... | sjaz |
2009-03-29 | #1058 Patch to fix HS REQUEST memo to include ident. Thanks Adam. | sjaz |
2009-03-28 | Fix bug #1036, patch from Adam, correct the kick reason used when a channel i... | cyberbotx |
2009-03-27 | Regenerate UID on BOT CHANGE, don't try reuse an existing one. | rburchell |
2009-03-27 | Fix protocol violation error. | rburchell |
2009-03-27 | Fix potential crash problem with use of free() instead of delete[] from earli... | cyberbotx |
2009-03-25 | Fix problem with CMake under Windows, spotted by therock247uk on the forums, ... | cyberbotx |
2009-03-25 | Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ... | cyberbotx |
2009-03-24 | Fix parameters of NS SET within ns_maxemail so it doesn't break ns_set's vers... | cyberbotx |