Age | Commit message (Expand) | Author |
2011-09-28 | Move my name from regular contributors to developers | Jackmcbarn |
2010-06-12 | Quick fix for /RESTART crashing | Daniel De Graaf |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-11 | Make MODENOTICE oper-only, noticed by jackmcbarn | danieldg |
2010-02-25 | Fix /LUSERS miscounting | danieldg |
2010-02-15 | Show opers the raw VERSION string, not the custom one | danieldg |
2010-02-11 | Fix double-sending of locally sourced kills | danieldg |
2010-02-11 | Fix routing of KILL command when sourced from a server | danieldg |
2010-02-08 | Also allow <connect rules> | danieldg |
2010-02-08 | Allow <connect motd> to select an alternate MOTD file to display | danieldg |
2010-02-03 | Fix cidr_mask::str not correctly displaying mask length | danieldg |
2010-02-02 | Executable include for MOTD and more | danieldg |
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg |
2010-01-30 | Move nick change code out of cmd_nick; fixes double-invocation of hooks and m... | danieldg |
2010-01-29 | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... | danieldg |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-17 | Route INFO to remote servers (fixes bug #924) | danieldg |
2010-01-14 | Move revision information from Version object to a static symbol | danieldg |
2010-01-14 | Allow maxtargets to be bypassed in LoopCall for JOIN | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-10 | Remove spanningtree override of /LUSERS | danieldg |
2009-11-15 | Fix failed oper snomask being sent to local oper sno on remote servers | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-11-11 | Get rid of DieDelay, it just freezes the ircd prior to exit | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-10-30 | Clean up typos and some unused code | danieldg |
2009-10-23 | Fix memory leaks on reloadmodule and spanningtree unload while connecting ser... | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-21 | Move SetClass to LocalUser | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-19 | Fix implementation of reference to const, use reference counting for Extensib... | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-17 | Improve m_httpd_stats; fix incorect parameter order in reloadmodule | danieldg |
2009-10-17 | Clean up excessive bits in User struct | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-12 | More WriteGlobalSno conversions in rehash, patch by dKingston | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |