Age | Commit message (Expand) | Author |
2007-10-23 | Oops: Fix one version of overrided match() always being case sensitive.. | w00t |
2007-10-22 | Make this a little more bulletproof | brain |
2007-10-22 | Conditionals in the buildsystem language allowing for checking of configure f... | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-22 | Big obvious comments | brain |
2007-10-22 | Comment all this, and tweak it a little | brain |
2007-10-22 | *POSSIBLE BREAKAGE WARNING* new (currently undocumented) buildsystem that bui... | brain |
2007-10-22 | Failed attempt to embed an icon (microsofts help sucks) | brain |
2007-10-22 | Fix build system to work with where w00t hid the command files :p | brain |
2007-10-22 | Fix this from an experiment I was playing with :p | w00t |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |
2007-10-22 | Move InspIRCd::IsValidMask() to helperfuncs.cpp | w00t |
2007-10-21 | No penalty here! | brain |
2007-10-21 | Fix bug #442 | brain |
2007-10-21 | Oops, checked wrong var :p | brain |
2007-10-21 | This works, not sure why. Someone find out why we cant use && !isock->HasResu... | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-21 | 3 second penalty to CYCLE. | w00t |
2007-10-21 | Update/clarify a comment a bit | w00t |
2007-10-21 | Tidy up some DNS stuff more | w00t |
2007-10-21 | Move DNS timeouts into the UserResolver class, where they should have been (b... | w00t |
2007-10-21 | Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d... | brain |
2007-10-21 | Tidy up this windows ifdef. Still not sure why it's needed at all, but okay.. | w00t |
2007-10-21 | We bloated. We're 5 lines now, not 4. :( | w00t |
2007-10-21 | Set these back to sane operation | brain |
2007-10-21 | Change how the socket engines work when you addfd on an fd that already exists. | brain |
2007-10-21 | Remove more debug | brain |
2007-10-21 | Remove debug | brain |
2007-10-21 | Use the new IncreasePenalty rather than directly using += on the Penalty value. | brain |
2007-10-21 | Add a 10 second penalty on failed oper-up. This may seem a little extreme, bu... | w00t |
2007-10-21 | Add User::IncreasePenalty() and User::DecreasePenalty() | w00t |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | Set penalties (documentation page listing these to come) | brain |
2007-10-21 | This now sets User::ExemptFromPenalty too | brain |
2007-10-21 | Don't penalize any of the SA commands | brain |
2007-10-21 | Don't penalise /kill and /*line | brain |
2007-10-21 | Don't penalise PING/PONG | w00t |
2007-10-21 | Add penalties for WHO, INVITE, LIST, JOIN, PART. | w00t |
2007-10-21 | Add penalty to /commands as extra parameter | brain |
2007-10-21 | Add the check for user->ExemptFromPenalty | brain |
2007-10-21 | Move some stuff around so the last penalty line doesnt get held erroneously u... | brain |
2007-10-21 | Set cmd_nick to have a penalty of 3 | brain |
2007-10-21 | Tweak so that commands with larger penalty than 1 work right | brain |
2007-10-21 | Yay, all works! | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-21 | CHange Penalty to be set in constructor, and to default to 1 | w00t |
2007-10-21 | Dont forget to initialize the new value | brain |
2007-10-21 | In class User: | brain |
2007-10-21 | Penalty should be 'const int'. Note, you can set a const in the constructors ... | brain |