Age | Commit message (Expand) | Author |
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 |
2009-10-02 | Fix routing for normal core commands like QUIT | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Merge remote/local MODULES output | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-17 | Remove SID from /map for non-opers, and add it to non-spanningtree for opers ... | danieldg |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-14 | Fix incorrect min/max parameters on commands | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-13 | Fix max-parameters in MODE command | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-13 | Don't allow /who to match servers when HideWhoisServer is enabled (unless the... | special |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |