]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Pedantic safe
[user/henk/code/inspircd.git] / include /
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...
2007-08-26 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
2007-08-23 brainMove the close() wrapper out of the win32wrapper.h...
2007-08-23 brainDocument all this shit!
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAllow changing of an oper's host on oper up using ...
2007-08-19 brainAdd <connect:inherit> and <connect:name>
2007-08-19 brainAdd extra stuff to make it work (and compile)
2007-08-19 brainAdd some connect class stuff that is required for bug...
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-19 brainPick up a few error conditions we didnt before in the...
2007-08-17 w00tChange to virtual
2007-08-15 brainFixed, i forgot the virtual when implementing this
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-11 brainProvide error output on failure to load a core command...
2007-08-09 w00tRemove an un-needed define while I poke around in here
2007-08-05 w00tFix spelling mistakes on some log messages
2007-07-28 peaveyoperators for std::string != irc::string and vice versa.
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-27 brainRemoval of some ifdefs
2007-07-27 brainFix compile errors in windows
2007-07-27 brainNeeds testbuilding in windows. I will probably do this...
2007-07-27 brainSome smart tricks to eliminate win32 ifdefs that are...
2007-07-27 brainMove a bunch of stuff around for tidyness, win32 functi...
2007-07-26 brainMore detail on the comment to indicate how to replace...
2007-07-26 brainMove a ton of stuff into caller* functors
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-25 peaveyRehash from console works again due to new signalhandle...
2007-07-25 brainAdd macros up to 8 parameters
2007-07-25 brainShorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9...
2007-07-25 brainTurn IsIdent into a functor
2007-07-25 brainComment the caller0....caller8 classes
2007-07-25 brainForgot to add this
2007-07-25 brainAdd stuff for functors. Currently, as a test case only...
2007-07-25 peaveyBegin move of rehash to server.cpp - broken rehash...
2007-07-25 peaveysvn add I fail it
2007-07-25 peaveyPut FileLogger in it's own class. Useful when logging...
2007-07-24 w00tReplace some voodoo with a define
next