Age | Commit message (Expand) | Author |
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 |
2007-10-21 | Add int Penalty to Command. At the moment, nothing uses this, and constructor... | w00t |
2007-10-21 | Add User::UnderPenalty | brain |
2007-10-21 | Change a !string.length to string.empty. these are more readable and on some ... | brain |
2007-10-21 | Subtract a boobie | w00t |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-20 | Fix here too | brain |
2007-10-19 | Fix small memory leak (this cant theoretically happen anyway unless you remov... | brain |
2007-10-18 | Tons of comments! | brain |
2007-10-18 | Oops, OnCheckReady being called after registration! This doesnt break the new... | brain |
2007-10-18 | Fix here too | brain |
2007-10-18 | Yay fixed | brain |
2007-10-18 | Socket engine tweaks to fix a glitch, and improvements to new m_ident | brain |
2007-10-18 | Set IdentRequestSocket::done on failure to getsockname() in OnConnected | brain |
2007-10-18 | This new ident module now seems to work rudimentarily. | brain |
2007-10-18 | No gaurantees this works AT ALL. do not use yet!!! | brain |
2007-10-17 | Remove debug | brain |
2007-10-17 | UID translator broken with space or comma seperated lists (thanks danieldg) | brain |