]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Commented a lot of stuff that hasnt been commented since 1.0.2
[user/henk/code/inspircd.git] / include / users.h
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-10 brainMoved more stuff into right places
2006-03-09 omChanging by-value parameters to const references
2006-03-09 brainSpeedups
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainNo need to be inline in the include
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-01-28 brainChanged length of password field to 64, giving us a...
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainReplaced sprintf's with some char* voodoo
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
2005-12-15 brainMoved rehashnick and force_nickchange to users.cpp
2005-12-15 brainTidied up call_handler to use strings
2005-12-15 brainMajor tidyups are fun for all :p
2005-12-15 brainFixes
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-02 brainMade threading optional
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-11-25 brainAdded references to connection.h
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-05-29 brainCompensate for ~ in ident length
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainFixed lengths
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
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