]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
More changes from patch. Don't throttle opers due to server load.
[user/henk/code/inspircd.git] / src /
2007-08-13 w00tMore changes from patch. Don't throttle opers due to...
2007-08-13 w00tCommit some changes from third party patch. Thanks...
2007-08-11 brainFix this so it works.
2007-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-11 brainMake the return codes correct, and allow for LoadComman...
2007-08-11 brainProvide error output on failure to load a core command...
2007-08-11 peaveyFix a typo so it compiles.
2007-08-10 brainFix possible sqllog crash (working blind here!) where...
2007-08-10 w00tFix non-opers using who on themselves when set +i
2007-08-09 brainMake sure that dns sockets never block (thanks djGrrr)
2007-08-09 w00tShow <unknown> instead of an empty string on CAPAB...
2007-08-09 brainFix for bug #379 reported by stealth. Trigger watch...
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 w00tLogic cleanup for chanrec::JoinUser - why I didn't...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
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 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 peaveyAdd /CLOSE which quit off all unregistered client conne...
2007-07-28 peaveyuse new != operator :p
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 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 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 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 brainShorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9...
2007-07-25 brainTurn IsIdent into a functor
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 w00tUpdate a comment, remove another one that's useless
2007-07-24 w00tMove a bundle of stuff to server.cpp from inspircd.cpp
2007-07-24 peaveyserver.cpp
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-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...
2007-07-23 w00tSquash a warning reported by owine
2007-07-23 w00tRename this function so it is self documenting
2007-07-23 w00tClean up the indenting here
2007-07-23 w00tFix a bug reported downstream regarding cloaking keys
2007-07-23 brainYes, it will be. (see the file)
2007-07-23 w00tRemove a braindead comment ('this belongs in class...
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-23 w00tMake these notices a little more helpful
2007-07-23 w00tBit more tidying. Add some comments here, too.
2007-07-23 w00tMinor cleanup
2007-07-23 brainA couple of tweaks that i did earlier as diffs. ISON...
2007-07-23 w00tFix for bug #358, by rogalek.
2007-07-23 burlex* Sockets will now always be nonblocking on win32 versi...
next