summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06[#1039] Patch to update documentation on CS RESTRICTED to reflect historical ...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 compile error in ru.l due to lack of tabs in an earlier commit.cyberbotx
2009-04-03Fix bug #1047, patch from Adam, fixes documentation of CS CLEAR OPS.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 restrictgetpass option from the confrburchell
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-02Apparantly I forgot to update some language files.rburchell
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
2009-04-01Removed NICK_INFO_SERVICES_[OPER|ADMIN|ROOT] from the language files and adde...cyberbotx
2009-03-31Fix compile error in servers.c.cyberbotx
2009-03-31These are (now) horribly out of date. When we're ready to implement what ones...rburchell
2009-03-31Send snotice after connecting to the network. Also change OnServerConnect to ...rburchell
2009-03-31Fix ss_main's client introduction.rburchell
2009-03-30Detach all module hooks when a module is unloaded, patch from DukePyrolator, ...cyberbotx
2009-03-30Yet *neither* send HOST_OFF here..rburchell
2009-03-30Needed to apply this to 1.2 too, oops.rburchell
2009-03-30Forward-port Szymek's vhost patch.rburchell
2009-03-30Fix 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-28Fix bug #1036, patch from Adam, correct the kick reason used when a channel i...cyberbotx
2009-03-28Fix bug #1032, patch from Adam, the help for CS GETKEY has been condensed and...cyberbotx
2009-03-27Regenerate UID on BOT CHANGE, don't try reuse an existing one.rburchell
2009-03-27Fix protocol violation error.rburchell
2009-03-27Bug #1061 - Fixed minor typo in English Langfile.sjaz
2009-03-27Fix potential crash problem with use of free() instead of delete[] from earli...cyberbotx