Age | Commit message (Expand) | Author |
2009-02-18 | Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign. | rburchell |
2009-02-18 | Seems Changes entry didn't get committed. | 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-17 | Hook events correctly in constructor. | rburchell |
2009-02-16 | Oops. | rburchell |
2009-02-16 | Move EVENT_RELOAD to OnReload. | rburchell |
2009-02-16 | Move OnUserKicked to a module event. | rburchell |
2009-02-16 | Modevents, ported from insp. Typesafe (unlike the current ones), no double ha... | rburchell |
2009-02-16 | Fix compile warning. | rburchell |
2009-02-16 | Fix output of reason in os_chankill when AddAkiller is used, spotted by DukeP... | cyberbotx |
2009-02-16 | Replaced time_t with long in the ValueItem class, this was preventing buildin... | cyberbotx |
2009-02-16 | bleep. | rburchell |
2009-02-16 | If you use finduser(), and then use the result, it helps if you actually find... | rburchell |
2009-02-16 | Fix wrong service listed in "to identify" | rburchell |
2009-02-16 | Prevent potential overflows of time values. | rburchell |
2009-02-16 | Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than... | rburchell |
2009-02-16 | Fix segfault on shutdown, thanks Ankit | rburchell |
2009-02-16 | Another segfault found by DP :P | rburchell |
2009-02-16 | Make DumpCore actually do something again. | rburchell |
2009-02-16 | Default options::dumpcore to yes. | rburchell |
2009-02-16 | Add Adam's pre-team contributions to Changes | rburchell |
2009-02-16 | Add contributions by DP to Changes. | rburchell |
2009-02-16 | Allow NS STATUS from unregistered users, thanks DP! | rburchell |
2009-02-16 | Move botserv/administration "metacommand" to a priv. What was I smoking when ... | rburchell |
2009-02-16 | Wild pointers do not a happy Anope make. Thanks DP :) | rburchell |
2009-02-16 | Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :) | rburchell |
2009-02-16 | Fix call order, thanks to DP | rburchell |
2009-02-16 | Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat... | rburchell |
2009-02-16 | Patch from DukePyrolator to replace all calls to match_wild() and match_wild_... | cyberbotx |
2009-02-15 | The language strings of HelpServ had escaped me! But I hunted them down and n... | cyberbotx |
2009-02-15 | Removed notice_user() and replaced all calls with Used::SendMessage. | cyberbotx |
2009-02-15 | Remove nicktracking option, not used now. | rburchell |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | Update TODO that HelpServ has been destroyed (although without the note of me... | cyberbotx |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-15 | Add nickcore | rburchell |
2009-02-15 | Switch to using u->nc, courtesy of Rob, this means admin privs won't mysterio... | rburchell |
2009-02-15 | Merge master into svsopers. | rburchell |
2009-02-15 | Set required command string for botserv modules. | rburchell |
2009-02-15 | Implement opertype methods for priv/command access. | rburchell |
2009-02-15 | Fix CFLAG_ALLOW_UNREGISTERED. | rburchell |
2009-02-15 | Check nick_identified() instead of u->na, as this may incorrectly treat peopl... | rburchell |
2009-02-15 | Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentif... | rburchell |
2009-02-15 | Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for... | rburchell |
2009-02-15 | Split Command implementation from definition. | rburchell |
2009-02-15 | Can now correctly tie users to opertypes. | rburchell |