summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2007-10-21Add User::IncreasePenalty() and User::DecreasePenalty()w00t
2007-10-21Fixed ssl clients on trunk. The problem peavey was having was that before Rea...brain
2007-10-21*untested* command buffering/penaltybrain
2007-10-21Dont forget to initialize the new valuebrain
2007-10-21Add User::UnderPenaltybrain
2007-10-21Change a !string.length to string.empty. these are more readable and on some ...brain
2007-10-18Socket engine tweaks to fix a glitch, and improvements to new m_identbrain
2007-10-16Remove second overridden (fully duplicated :/) copy of GetIPString which copi...w00t
2007-10-16Typo fixw00t
2007-10-16Update a commentw00t
2007-10-15Move oper classes and types stuff from users to configreader. It may need to ...w00t
2007-10-15Split user resolver into its own file.w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-14Put this back how it was, it didnt help with the fix last night which turned ...brain
2007-10-14Tweaksbrain
2007-10-13Move some stuff around, this will move a crash to a different place and maybe...brain
2007-09-30Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ...brain
2007-09-26Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...special
2007-09-23More compile fixesbrain
2007-08-29Add a pointless WriteOpersbrain
2007-08-28Slight change to traffic logging, as I never remember which way the damn arro...w00t
2007-08-27Catch exceptions here for duplicate uuid (it shouldnt happen, which is why th...brain
2007-08-27Remove more unnecessary header trafficw00t
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Whoops, i had a ! and i didnt need onebrain
2007-08-27Fixed sigabrtbrain
2007-08-27Add uuid hash_map - its management is automatic via userrec constructors/dest...brain
2007-08-27A few tidyups, and comment how the new constructors work (so that w00t doesnt...brain
2007-08-27More uuid fixes, and whack some warningsbrain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-08-27UUID is now generated and set on client add, and shown after 005 via numeric ...w00t
2007-08-26And zero UUID in constructor.w00t
2007-08-23Craquity craq De-craq!brain
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-19Allow changing of an oper's host on oper up using <type:class> (give it a con...brain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-08-06Reset connect class settings on DNS resolution as we should.w00t
2007-07-27Tidyups, remove of ifdefsbrain
2007-07-27Found the bug, turns out i just introduced it with the last commit :pbrain
2007-07-27Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...brain
2007-07-24Modify RULES to use numerics instead of notices. I'm pretty sure these are wi...w00t
2007-07-24A few more I missed.w00t
2007-07-23Tidyup a bunch of stuff that was using userrec::modes directly rather than us...brain
2007-07-19Fix for bug #326, 'no error' quit can no longer theoretically occur because a...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-15Fix for bug #349: NOTE there is important caveat about this in the example co...brain
2007-07-06SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us...brain