summaryrefslogtreecommitdiff
path: root/src/stats.cpp
AgeCommit message (Expand)Author
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-10-30Clean up typos and some unused codedanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Use ConfigTagList as a faster access method for access to configurationdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-03Remove HandleInternal and HandleServer, they are duplicated by Request* and F...danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg