summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-21Set these back to sane operationbrain
2007-10-21Change how the socket engines work when you addfd on an fd that already exists.brain
2007-10-21Remove more debugbrain
2007-10-21Remove debugbrain
2007-10-21Use the new IncreasePenalty rather than directly using += on the Penalty value.brain
2007-10-21Add a 10 second penalty on failed oper-up. This may seem a little extreme, bu...w00t
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-21Set penalties (documentation page listing these to come)brain
2007-10-21This now sets User::ExemptFromPenalty toobrain
2007-10-21Don't penalize any of the SA commandsbrain
2007-10-21Add penalty to /commands as extra parameterbrain
2007-10-21Add the check for user->ExemptFromPenaltybrain
2007-10-21Move some stuff around so the last penalty line doesnt get held erroneously u...brain
2007-10-21Tweak so that commands with larger penalty than 1 work rightbrain
2007-10-21Yay, all works!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-21Subtract a boobiew00t
2007-10-21Remove next_call garbage.. It didn't really do much more than obfuscate thing...w00t
2007-10-19Fix small memory leak (this cant theoretically happen anyway unless you remov...brain
2007-10-18Tons of comments!brain
2007-10-18Oops, OnCheckReady being called after registration! This doesnt break the new...brain
2007-10-18Fix here toobrain
2007-10-18Yay fixedbrain
2007-10-18Socket engine tweaks to fix a glitch, and improvements to new m_identbrain
2007-10-18Set IdentRequestSocket::done on failure to getsockname() in OnConnectedbrain
2007-10-18This new ident module now seems to work rudimentarily.brain
2007-10-18No gaurantees this works AT ALL. do not use yet!!!brain
2007-10-17Remove debugbrain
2007-10-17UID translator broken with space or comma seperated lists (thanks danieldg)brain
2007-10-16Cache the culllist' GetUser() return. Looks cleaner.w00t
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-15Apply some readability changes to ProcessCommand, which coincidentally may sp...w00t
2007-10-15Move some other stuff to helperfuncs (uline related, and timestring)w00t
2007-10-15Fuck. Press save, then commit.w00t
2007-10-15Move InspIRCd::Duration from command_parse to helperfuncsw00t
2007-10-15Split user resolver into its own file.w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-15Bad Brain, bad. *spank* :pw00t
2007-10-14Another dodgy count fixedbrain
2007-10-14Fix the 'total of -1 modules have been loaded' due to new loaderbrain