summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-06-05Patch to fix issue with /CS INFO (Thanks Adam)sjaz
2009-05-30Remove now unneeded checks for identified nick, patch by Adam.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-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-16PERMISSION_DENIED -> ACCESS_DENIED string.rburchell
2009-04-16Show proper syntax errors on CS BAN and CS KICK, patch from Adam.cyberbotx
2009-04-13Correct help for CS INFO and add syntax errors for cs_modes, patch from Adam.cyberbotx
2009-04-10Fix more problems with help, patch from Adam.cyberbotx
2009-04-10Added missing help to BS ACT, patch from Adam.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-04Removed is_host_setter() and is_host_remover() from code and replaced them wi...cyberbotx
2009-04-04Remove various uneeded priv checks.rburchell
2009-04-04Fix access checking on ns_*rburchell
2009-04-03Reintroduce sending login/logout account messages, they were added back in SV...cyberbotx
2009-04-03Fix bug #1045, patch from Adam, suspended channels can no longer be administe...cyberbotx
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell
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-01Change some stuff to use NC::IsServicesOper instead of is_services_*.rburchell
2009-04-01Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper...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-28Fix bug #1036, patch from Adam, correct the kick reason used when a channel i...cyberbotx
2009-03-27Regenerate UID on BOT CHANGE, don't try reuse an existing one.rburchell
2009-03-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-03-23Allow a core Service's ident, host, and real name to be changed, but disallow...cyberbotx
2009-03-23Patch from Adam, fixes logging and notices regarding recent channel access li...cyberbotx
2009-03-23Replace manually allocated array for NickCore's access list with an std::vect...cyberbotx
2009-03-23Patch from DukePyrolator, allow unregistered users to use NS GROUP.cyberbotx
2009-03-23Patch from DukePyrolator, only show the message about using NS INFO ALL if th...cyberbotx
2009-03-23Fix bug #1044, CS SET MLOCK no longer requires a parameter, and leaving out t...cyberbotx
2009-03-23Fix part #2 of bug #1010, patched partially by Adam and cleaned up / finished...cyberbotx
2009-03-23Fix bug #1065, patch from DukePyrolator, force a user off a nick when it is s...cyberbotx
2009-03-23Add opertype access checks to OS QUIT, OS RESTART, and OS SHUTDOWN, patch fro...cyberbotx
2009-03-23Fix bug #1064, patch from DukePyrolator, fixes NS RECOVER so it doesn't displ...cyberbotx
2009-03-23Really fix bug #1062, patch from Adam, BS ACT and BS SAY should no longer sen...cyberbotx
2009-03-23Fix bug #1062, patch from Adam, BS ASSIGN should no longer show revealing err...cyberbotx