]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
xline gutting, once more. There is no longer an active_lines vector, and no requireme...
[user/henk/code/inspircd.git] / include /
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-10-31 brainThere, i think all thats now left is matches_*line...
2007-10-31 brainAdd XLine::SetCreateTime that removes gline_set_creatio...
2007-10-31 brainFix (?) stats chars
2007-10-31 brainThis *should* fix expiry. Can someone else (w00t? ...
2007-10-31 brainFix up to pass User*
2007-10-31 brainForward decl
2007-10-31 brainRemove all the OnAddGLine, OnAddWhateverLine replace...
2007-10-31 brainAdd factories for other types
2007-10-31 brainAdd factories for eline and gline as tests
2007-10-31 brainAdd XLineFactory stuff.
2007-10-31 brainMore stuff
2007-10-31 brainFixified some more
2007-10-31 brainThe rest doesnt compile yet, dont bother :p
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-29 brainAdd the lookup_lines stuff. Sorry i havent documented...
2007-10-29 brainOk, now each xline will be in two places. The sorted...
2007-10-29 brainThis commit is untested and breaks a lot of xline stuff...
2007-10-28 w00tUpdate User::exempt all the time we change an E:Line...
2007-10-28 brainFix it all up, im done with the main bit of this
2007-10-28 brainGrr
2007-10-28 brainAdd Apply and DefaultApply.
2007-10-28 w00tRewrite of XLineManager::ApplyLines to only apply pendi...
2007-10-28 brainI think this is done. Add overloaded Matches() which...
2007-10-28 w00tMake ZLine use Matches()
2007-10-28 w00tAdd a virtual Matches to XLine class, and override...
2007-10-28 w00tIgnore this commit. *jedi mind trick*
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-26 brainWhoops, must be const
2007-10-26 brainAdd new event for this with gauranteed delivery of...
2007-10-24 w00tImplement <connect:limit> - limits how many clients...
2007-10-24 w00tDisable all connect classes, reenable them as we find...
2007-10-24 brainPedantic safety
2007-10-24 brainSome constructors dont initialize the refcount, namely...
2007-10-24 brainObnoxious -pedantic warnings
2007-10-24 brainTry this w00t, compiles, test running now
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
2007-10-23 w00tSome more class stuff, blah. Now possible to move a...
2007-10-23 w00tSome initial work towards tying <connect> classes to...
2007-10-23 brainMove socketengines into their own dir. This was all...
2007-10-23 brainVisual studio doesnt like throw definitions like this
2007-10-23 brainMore pedantic safety
2007-10-23 brainpedantic safe
2007-10-23 brainPedantic safe
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-21 brainNo penalty here!
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-21 w00tAdd User::IncreasePenalty() and User::DecreasePenalty()
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-21 brainSet penalties (documentation page listing these to...
2007-10-21 brainDon't penalise /kill and /*line
2007-10-21 w00tDon't penalise PING/PONG
2007-10-21 w00tAdd penalties for WHO, INVITE, LIST, JOIN, PART.
2007-10-21 brainSet cmd_nick to have a penalty of 3
2007-10-21 brain*untested* command buffering/penalty
2007-10-21 w00tCHange Penalty to be set in constructor, and to default...
2007-10-21 brainIn class User:
2007-10-21 brainPenalty should be 'const int'. Note, you can set a...
2007-10-21 w00tAdd int Penalty to Command. At the moment, nothing...
2007-10-21 brainAdd User::UnderPenalty
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-16 w00tRemove second overridden (fully duplicated :/) copy...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainMake error messages on failure to load command more...
2007-10-13 brainShut up, valgrind
2007-09-27 w00tRemove /summon and /users (I think 15+ years of being...
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-09-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-09-12 specialRenamed the needs_unsigned parameter of ConfigReader...
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
2007-08-29 omA few more minor cleanups
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 omFirst step on the road of module loader rewriting....
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-28 w00tDocument the need for the fake client
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tRemove an utterly insane comment .. based on changed...
2007-08-28 w00tOops. This is supposed to be a public member
2007-08-28 w00tAdd a global fake client to class InspIRCd used instead...
2007-08-27 brainAdd <server:id> - this is optional, as stated in the...
2007-08-27 brainUpdate documentation to indicate that userrec::userrec...
2007-08-27 brainFix for problems with translations
2007-08-27 brainAdd documentation comments
2007-08-27 brainSome useful defines for tidy definition of translation...
2007-08-27 brainMore translation stuff
2007-08-27 brainAdd vector<TranslationType> to commands, used to map...
2007-08-27 brainAdd FindNickOnly, that wont fall through to uid checks...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 brainInitialise cmd_nick::allowinvalid in constructor init...
2007-08-27 brainAdd a call to the NICK handler that allows toggling...
2007-08-27 w00tAdd InspIRCd::FindUUID() methods. Currently, these...
2007-08-26 w00tAdd skeleton functions for UID stuff.
2007-08-26 w00tBump ABI version and protocol version. Note that this...
next