Age | Commit message (Expand) | Author |
2007-10-31 | More stuff | brain |
2007-10-31 | Fixified some more | brain |
2007-10-31 | The rest doesnt compile yet, dont bother :p | brain |
2007-10-31 | Clean up XLine conf stuff a little bit, move most of it to configreader. Also... | w00t |
2007-10-29 | Add the lookup_lines stuff. Sorry i havent documented this yet, i am tired. | brain |
2007-10-29 | Ok, now each xline will be in two places. The sorted vector and a map, each l... | brain |
2007-10-29 | This commit is untested and breaks a lot of xline stuff. work in progress. | brain |
2007-10-28 | Update User::exempt all the time we change an E:Line. Brain, can you check I'... | w00t |
2007-10-28 | Fix it all up, im done with the main bit of this | brain |
2007-10-28 | Grr | brain |
2007-10-28 | Add Apply and DefaultApply. | brain |
2007-10-28 | Rewrite of XLineManager::ApplyLines to only apply pending lines. This ..doesn... | w00t |
2007-10-28 | I think this is done. Add overloaded Matches() which takes std::string and im... | brain |
2007-10-28 | Make ZLine use Matches() | w00t |
2007-10-28 | Add a virtual Matches to XLine class, and override it appropriately for all d... | w00t |
2007-10-28 | Ignore this commit. *jedi mind trick* | w00t |
2007-10-28 | PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods | w00t |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
2007-10-26 | Whoops, must be const | brain |
2007-10-26 | Add new event for this with gauranteed delivery of message BEFORE the text is... | brain |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Pedantic safety | brain |
2007-10-24 | Some constructors dont initialize the refcount, namely, the one thats usually... | brain |
2007-10-24 | Obnoxious -pedantic warnings | brain |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Some more class stuff, blah. Now possible to move a user to a different class... | w00t |
2007-10-23 | Some initial work towards tying <connect> classes to user accounts. This will... | w00t |
2007-10-23 | Move socketengines into their own dir. This was all w00t's idea, but i told h... | brain |
2007-10-23 | Visual studio doesnt like throw definitions like this | brain |
2007-10-23 | More pedantic safety | brain |
2007-10-23 | pedantic safe | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-21 | No penalty here! | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | 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 | 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 | Set cmd_nick to have a penalty of 3 | 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 | 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 |