summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-23pedantic safebrain
2007-10-23Pedantic safebrain
2007-10-23Pedantic safebrain
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-23Auto generate the install list, no more need to insert it into the .makefile....brain
2007-10-23Oops: Fix one version of overrided match() always being case sensitive..w00t
2007-10-22Make this a little more bulletproofbrain
2007-10-22Conditionals in the buildsystem language allowing for checking of configure f...brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-22Big obvious commentsbrain
2007-10-22Comment all this, and tweak it a littlebrain
2007-10-22*POSSIBLE BREAKAGE WARNING* new (currently undocumented) buildsystem that bui...brain
2007-10-22Failed attempt to embed an icon (microsofts help sucks)brain
2007-10-22Fix build system to work with where w00t hid the command files :pbrain
2007-10-22Fix this from an experiment I was playing with :pw00t
2007-10-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t
2007-10-22Move InspIRCd::IsValidMask() to helperfuncs.cppw00t
2007-10-21No penalty here!brain
2007-10-21Fix bug #442brain
2007-10-21Oops, checked wrong var :pbrain
2007-10-21This works, not sure why. Someone find out why we cant use && !isock->HasResu...brain
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-213 second penalty to CYCLE.w00t
2007-10-21Update/clarify a comment a bitw00t
2007-10-21Tidy up some DNS stuff morew00t
2007-10-21Move DNS timeouts into the UserResolver class, where they should have been (b...w00t
2007-10-21Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d...brain
2007-10-21Tidy up this windows ifdef. Still not sure why it's needed at all, but okay..w00t
2007-10-21We bloated. We're 5 lines now, not 4. :(w00t
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-21Don't penalise /kill and /*linebrain
2007-10-21Don't penalise PING/PONGw00t
2007-10-21Add penalties for WHO, INVITE, LIST, JOIN, PART.w00t
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-21Set cmd_nick to have a penalty of 3brain
2007-10-21Tweak so that commands with larger penalty than 1 work rightbrain
2007-10-21Yay, all works!brain