]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-07 brainCheck for remote and sighup rehashes here, so that...
2007-08-06 brainPart of our fix didnt make it to here!
2007-08-06 w00tReset connect class settings on DNS resolution as we...
2007-08-06 brainFix warning in 4.2 gcc
2007-08-06 w00tFix m_deaf not restricting messages from remote users...
2007-08-05 w00tThis is supported in exemptchanops
2007-08-05 w00tAdd m_nickflood to example conf.
2007-08-05 w00tLogic cleanup for chanrec::JoinUser - why I didn't...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
2007-08-05 w00tFix spelling mistakes on some log messages
2007-08-05 w00tAdd m_nickflood: Provides usermode +F nickchanges:secon...
2007-08-05 brainTry this
2007-08-05 brainFix to trigger the write notification on successful...
2007-08-05 peaveyRevert my fix and apply the flushevent, and a bit of...
2007-08-05 brainFixes from experiences on chatspike. Use the proper...
2007-08-05 brainBetter check for kernel build version and libc version...
2007-08-05 brainFix random debian (well, duplicated on debian) breakage...
2007-08-04 peaveyRemove debug again.
2007-08-04 peaveyFix openssl.
2007-08-03 brainSecond part of fix, in theory
2007-08-03 brainAttempt fix for openssl buffer issue (fix was already...
2007-08-03 w00tAdd VF_COMMON to a lot modules which require it. Report...
2007-08-03 w00tThere was a missing colon on remote numeric 376. Spotte...
2007-08-03 w00tAllow clients on ULined servers to request stats indisc...
2007-07-30 specialForward port of the fix to secret channels in /list
2007-07-30 brainAdd uptime
2007-07-30 brainAdd servers and server user counts, module versions
2007-07-30 brainOutput is now xml in trunk.
2007-07-30 brainDont show hidden channels
2007-07-30 brainFix some op/halfop counts
2007-07-30 brainSet changed to true on load
2007-07-30 brainReplace blank error pages with an error page
2007-07-30 brainThe macros which tidy up module factories broke m_httpd...
2007-07-29 brainUpdate with warning about using \\ instead of \ (so...
2007-07-29 brainThis should be set as a 1.2 not 1.1 installer
2007-07-29 brainCreate module line for m_close
2007-07-29 peaveyAdd /CLOSE which quit off all unregistered client conne...
2007-07-28 peaveyuse new != operator :p
2007-07-28 peaveyoperators for std::string != irc::string and vice versa.
2007-07-28 peaveyDo not take away mode r for nickchanges that only chang...
2007-07-27 brainmake sure that the pointers are set up correctly for...
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-27 brainRemoval of some ifdefs
2007-07-27 brainTidyups, remove of ifdefs
2007-07-27 brainAnd another error fix
2007-07-27 brainSIGHUP needs to be #define'd on windows. This is an...
2007-07-27 brainadd filelogger.* and server.* to the project file so...
2007-07-27 brainAnd more to fix
2007-07-27 brainFix compile errors in windows
2007-07-27 brainFound the bug, turns out i just introduced it with...
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 brainAbort if we cant chdir to our own dir (i'd say we have...
2007-07-26 brainSet defaults for an enum
2007-07-26 brainAdd extra detail to m_cloaking on failure to load
2007-07-26 brainForgot to add to init-list
2007-07-26 brainMove a ton of stuff into caller* functors
2007-07-26 brainApply diff for userprocess.cpp from earlier in the day
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 template creation tool for caller classes
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 w00tNow with more compilable goodness - this commit never...
2007-07-24 w00tThis is no longer the case, userrec::QuitUser is safe...
2007-07-24 peaveyFix comment so it makes sense.
2007-07-24 w00tUpdate a comment, remove another one that's useless
2007-07-24 peaveyAnd this should be the last static
2007-07-24 peaveyA bit of static lingering
2007-07-24 peaveyAnd install libIRCDserver too :>
2007-07-24 peaveyBye bye Cygwin and static builds o/
2007-07-24 w00tMove a bundle of stuff to server.cpp from inspircd.cpp
2007-07-24 peaveyserver.cpp
2007-07-24 peaveyserver.cpp
2007-07-24 w00tAnd remove it from the header..
2007-07-24 w00tMerge a tiny sub in for readability, use this-> consist...
2007-07-24 w00tMove more modules related stuff to modules.cpp
2007-07-24 w00tSome refactoring; move LoadModule and UnloadModule...
2007-07-24 w00tRefactor some craq to not loop through a string 4-5...
2007-07-24 w00tModify RULES to use numerics instead of notices. I...
2007-07-24 w00tA few more I missed.
2007-07-24 w00tConvert some ancient GlobalCulls usage into userrec...
2007-07-24 w00tRemove an out of date comment
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-23 w00tFix some comments to be multiline, and remove a redunda...
2007-07-23 w00tRemove darwin hax from 1.2
2007-07-23 w00tAdd some documentation
2007-07-23 w00tSanity check: we don't want to deal with Config being...
next