Age | Commit message (Expand) | Author |
2009-07-21 | Added a new event for channels being deleted | adam- |
2009-07-21 | added 9 new events | DukePyrolator |
2009-06-30 | No real need for another constant | rburchell |
2009-06-29 | removed include/encrypt.h from the Makefiles | DukePyrolator |
2009-06-29 | changed encryption modules to use the new module API | DukePyrolator |
2009-06-28 | Add ability for fantasy to be disabled for some commands and strip the channe... | adam- |
2009-06-26 | Changed module callbacks to use new Timer API | adam- |
2009-06-23 | Adds check for using commands on non-registered channels before the | adam- |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-06-11 | Added missing timers.h and timers.cpp from Adam, removed timeout.h and timeou... | cyberbotx |
2009-06-10 | New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO... | rburchell |
2009-06-09 | Remove events.h, should have been deleted in earlier patch to replace events ... | cyberbotx |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-03 | Fix issue with using static_cast instead of reinterpret_cast for Extensible, ... | cyberbotx |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-05-08 | Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076) | sjaz |
2009-05-05 | Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ... | cyberbotx |
2009-04-16 | Add Command::SetPermission member to centralise access checking. Remove dupli... | rburchell |
2009-04-16 | Remove unused modules_unload_all fini param | rburchell |
2009-04-12 | Copy Extensible::GetExtList() from InspIRCd, patch from DukePyrolator, plus 2... | 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-04 | Removed is_host_setter() and is_host_remover() from code and replaced them wi... | cyberbotx |
2009-04-04 | Remove is_services_* methods.. this forces us to actually remove uses of them. | rburchell |
2009-04-03 | Patch from DukePyrolator to include an OnUserNickChange() event to replace EV... | 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-01 | Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper... | 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-25 | Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ... | cyberbotx |
2009-03-23 | Replace manually allocated array for NickCore's access list with an std::vect... | cyberbotx |
2009-03-23 | Replace manual array for ChannelInfo's access list to use an std::vector inst... | cyberbotx |
2009-03-07 | Fix slight warning that comes up with gcc 3.4.x but not 4.2.x, this should be... | cyberbotx |
2009-02-28 | Patch from Adam, reducing duplication in cs_modes. Untested. | rburchell |
2009-02-23 | Fix slight linking error in Visual Studio, spotted by Brandan. | cyberbotx |
2009-02-19 | Fix a few warnings. Also move split_usermask into cs_akick, as this is the on... | rburchell |
2009-02-19 | Remove (and neuter) old event system. Not used by anything in core. | rburchell |
2009-02-19 | Move last of events that are in the core distro over to newevents. | rburchell |
2009-02-18 | Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign. | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-18 | Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's ... | rburchell |
2009-02-18 | Move EVENT_DB_SAVING to newevent. | rburchell |
2009-02-18 | Move assign and unassign to new events, allow for halting too should modules ... | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-16 | Move EVENT_RELOAD to OnReload. | rburchell |