summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-10Moved more stuff into right placesbrain
2006-03-09Changing by-value parameters to const referencesom
2006-03-09Speedupsbrain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07No need to be inline in the includebrain
2006-03-02*UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC...brain
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-01-28Changed length of password field to 64, giving us a maximum password length o...brain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12Replaced sprintf's with some char* voodoobrain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain
2005-12-15Tidied up call_handler to use stringsbrain
2005-12-15Major tidyups are fun for all :pbrain
2005-12-15Fixesbrain
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-02Made threading optionalbrain
2005-12-01Multithreaded DNS -- not tested!!!!brain
2005-11-25Added references to connection.hbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-05-29Compensate for ~ in ident lengthbrain
2005-05-29Highly optimized userrec saving 1.5k per userbrain
2005-05-29Fixed lengthsbrain
2005-05-29A lot more of the core consts are now configurable at compile timebrain
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Added idea from ircu: /invite with too few params shows the channels youve be...brain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-12Documented new recvq and sendq stuffbrain
2005-05-12Customizable by-byte-size recvq stuffbrain
2005-05-11added sendq stuff, see example configbrain
2005-05-11Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...brain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-29Fixed some flood checkingbrain
2005-04-29A few anti-flood featuresbrain
2005-04-29Updated buffering, faster and more sensible (old code sucks)brain
2005-04-21Added password fieldbrain
2005-04-08Added customizable pingfreqbrain
2005-04-01Added nonblocking dnsbrain
2005-03-25Fixed gentoo (mainly) compatibility -- missing strlcat in this implementation:brain
2004-09-11Security audit based on RATS outputbrain