summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-04-12Copy Extensible::GetExtList() from InspIRCd, patch from DukePyrolator, plus 2...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-04Removed is_host_setter() and is_host_remover() from code and replaced them wi...cyberbotx
2009-04-04Remove is_services_* methods.. this forces us to actually remove uses of them.rburchell
2009-04-03Patch from DukePyrolator to include an OnUserNickChange() event to replace EV...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 rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-04-02Remove NSRestrictGetPass, and replace it with opertype usage.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-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-03-23Replace manually allocated array for NickCore's access list with an std::vect...cyberbotx
2009-03-23Replace manual array for ChannelInfo's access list to use an std::vector inst...cyberbotx
2009-03-07Fix slight warning that comes up with gcc 3.4.x but not 4.2.x, this should be...cyberbotx
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
2009-02-23Fix slight linking error in Visual Studio, spotted by Brandan.cyberbotx
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-19Remove (and neuter) old event system. Not used by anything in core.rburchell
2009-02-19Move last of events that are in the core distro over to newevents.rburchell
2009-02-18Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign.rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-18Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's ...rburchell
2009-02-18Move EVENT_DB_SAVING to newevent.rburchell
2009-02-18Move assign and unassign to new events, allow for halting too should modules ...rburchell
2009-02-17Fix numerous errors in Win32 building under Visual Studio due to the many cha...cyberbotx
2009-02-16Move EVENT_RELOAD to OnReload.rburchell
2009-02-16Move OnUserKicked to a module event.rburchell
2009-02-16Modevents, ported from insp. Typesafe (unlike the current ones), no double ha...rburchell
2009-02-16Replaced time_t with long in the ValueItem class, this was preventing buildin...cyberbotx
2009-02-16Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than...rburchell
2009-02-16Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...rburchell
2009-02-16Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...cyberbotx
2009-02-15Removed notice_user() and replaced all calls with Used::SendMessage.cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-15Fix CFLAG_ALLOW_UNREGISTERED.rburchell
2009-02-15Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for...rburchell
2009-02-15Split Command implementation from definition.rburchell
2009-02-15Can now correctly tie users to opertypes.rburchell
2009-02-15Shuffle shit around.rburchell
2009-02-15Blah, blah..rburchell
2009-02-15Fix compile error.rburchell
2009-02-15Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T...rburchell
2009-02-15Add include/svsoper.h, add skeleton methods/doc.rburchell
2009-02-15First stab at adding User::nc as requested!robbeh
2009-02-14Removed references to RAW in config and lang files. Kirby from Dreamland ate ...cyberbotx