]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Translation of mode parameters to uids where neccessary
[user/henk/code/inspircd.git] / include /
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
2007-07-24 peaveyFix comment so it makes sense.
2007-07-24 w00tAnd remove it from the header..
2007-07-24 peaveyRemove redundant include for a speedup of 0.1 in compil...
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-17 peaveyMass header update. Chatspike-Dev => InspIRCd....
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-16 peaveyformatting and ^M
2007-07-15 brainFix for bug #349: NOTE there is important caveat about...
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-06-17 brainI think we're done adding comments to headers. Phew.
2007-06-17 brainMore comments
2007-06-17 brainComments (lots of, this was really lacking)
2007-06-17 brainComments
2007-06-17 brainMore comments
2007-06-17 brainGuess what i added here?
2007-06-17 brainComments :)
2007-06-17 brainComment stuff that lacks it
2007-06-17 brainComments (lots of)
2007-06-17 brainDoxygen comments for command handlers
2007-06-17 brainMore comments
2007-06-17 brainAdd comments
2007-06-17 brainComments
2007-06-17 brainComments
2007-06-17 brainTons of stuff added since 1.0 is missing documentation...
2007-06-17 brainExtra comments
2007-06-17 brainRemove static link stuff
2007-06-17 brainModule factory and init function in modules turned...
2007-06-14 brainMAXMODES+1 -> MAXMODES+2
2007-06-14 burlex- Made the recvfrom wrapper a bit neater.
2007-06-14 burlex- Fixed UDP Overlapped I/O under windows. (not the...
2007-06-14 pippijnSome general syntax cleanups.
2007-06-14 brainFix for bug #324 reported by HiroP
2007-06-13 brainFixes for tokenization oddness with metadata, and weird...
2007-06-05 brainSexeger!
2007-06-05 brainAdd comment to what the table here is for
2007-06-05 brainRefactored InspIRCd::Duration(). The leetcode now lives!
2007-06-04 brainAdd options:moronbanner. Yes really, thats what its...
2007-06-04 brainExcess flood tidyups
2007-06-02 brainChange the behaviour of insp in windows to keep its...
2007-06-01 peaveyMake valgrind happy and not leak mem.
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-27 brainWhoops, ++it++? Thats gonna break :p
2007-05-27 brainChange for reverse output of lists, most recent first...
2007-05-26 brainDunno why this method was static, doesnt need to be...
2007-05-25 brainTidy up to coding style
next