summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-23Fix SendAkill() in inspircd* modules, they were sending the wrong timestamp (...cyberbotx
2009-02-23Updated inspircd11 module to look for m_hidechans.so module and updated inspi...cyberbotx
2009-02-23Fix slight CMake issue where it wasn't including win32_memory.cpp with protoc...cyberbotx
2009-02-23Fix odd crash bug in the inspircd* modules by replacing use of myStrGetToken ...cyberbotx
2009-02-22Forward port of patch by DukePyrolator fixing memory leak on +beI modes.rburchell
2009-02-21Also allow RECOVER/RELEASE, reported by Adam and Raff7.rburchell
2009-02-21Allow NS GHOST from an unregistered sender, reported by Raff7.rburchell
2009-02-21Fix cs_access not displaying syntax errors and having a signed vs unsigned bu...cyberbotx
2009-02-19Fix missing variable.rburchell
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-19Preliminary support for a module source file (within src/modules) to include ...cyberbotx
2009-02-19Fix ns_update, thanks DP. Fix two compile errors.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-18Fix problems with registration being denied, thanks Adam.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-17Hook events correctly in constructor.rburchell
2009-02-16Oops.rburchell
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-16Fix compile warning.rburchell
2009-02-16Fix output of reason in os_chankill when AddAkiller is used, spotted by DukeP...cyberbotx
2009-02-16Replaced time_t with long in the ValueItem class, this was preventing buildin...cyberbotx
2009-02-16If you use finduser(), and then use the result, it helps if you actually find...rburchell
2009-02-16Fix wrong service listed in "to identify"rburchell
2009-02-16Prevent potential overflows of time values.rburchell
2009-02-16Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than...rburchell
2009-02-16Fix segfault on shutdown, thanks Ankitrburchell
2009-02-16Another segfault found by DP :Prburchell
2009-02-16Make DumpCore actually do something again.rburchell
2009-02-16Default options::dumpcore to yes.rburchell
2009-02-16Allow NS STATUS from unregistered users, thanks DP!rburchell
2009-02-16Move botserv/administration "metacommand" to a priv. What was I smoking when ...rburchell
2009-02-16Wild pointers do not a happy Anope make. Thanks DP :)rburchell
2009-02-16Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :)rburchell
2009-02-16Fix call order, thanks to DPrburchell
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 nicktracking option, not used now.rburchell
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-15Add nickcorerburchell
2009-02-15Switch to using u->nc, courtesy of Rob, this means admin privs won't mysterio...rburchell