]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Changed to use __single_client_alloc, faster on most systems in a single thread
[user/henk/code/inspircd.git] / include / users.h
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-12 brainDocumented new recvq and sendq stuff
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-04-30 brainTried a new way of doing remote versions
2005-04-29 brainFixed some flood checking
2005-04-29 brainA few anti-flood features
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-21 brainAdded password field
2005-04-08 brainAdded customizable pingfreq
2005-04-01 brainAdded nonblocking dns
2005-03-25 brainFixed gentoo (mainly) compatibility -- missing strlcat...
2004-09-11 brainSecurity audit based on RATS output
2004-05-16 brainUpdated header comments
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-04-30 brainAdded support for HasPermission method
2004-04-09 brainAdded flood= value to connect allow classes, added...
2004-04-08 brainTons of buffering fixes and optimisations for user...
2004-04-05 brainFix for bug ID #5 (PING, PONG And other matters)
2004-04-05 brainFix for bug ID #6 (excessively long commands)
2004-04-04 brainCompleted support for module-handled umodes
2003-07-22 randomdanSTL namespace fixes
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-27 brainModified documentation
2003-01-26 brainModified documentation for base classes
2003-01-23 brainInitial revision