]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Implement feature in bug #395 reported by stealth, and tidy up a bit
[user/henk/code/inspircd.git] / src /
2007-08-21 brainImplement feature in bug #395 reported by stealth,...
2007-08-21 brainFix for delete-when-we-shouldnt bug similar to what...
2007-08-20 brainAdd comments explaining why we have sockaddr[2] so...
2007-08-20 brainFix a bug i just introduced while playing with the...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-08-20 brainAdd a pair of colons which should fix some KILL message...
2007-08-20 brainFixes for m_nicklock desync
2007-08-20 brainIncrease max time difference to 600 secs
2007-08-20 brainWhoops, i left a value out of the array, and gcc didnt...
2007-08-20 brainWhoops! trunk-only fix to config reader so it doesnt...
2007-08-20 brainFix for bug #393, needs QA and backport
2007-08-19 brainAdd <hostchange:ports> to the m_hostchange module to...
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 'A record' blacklist types. This will probably...
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-19 brainAdd load warning, as suggested by Bricker
2007-08-19 brainPick up a few error conditions we didnt before in the...
2007-08-19 brainFix some /who oddities, fixes bug #383 amongst other...
2007-08-19 specialAdded proper header handling, persistant connections...
2007-08-19 specialImproved compatibility with the JSON-RPC specification...
2007-08-19 specialFixed a crash within the timeout for m_httpd sockets
2007-08-18 specialAdded the <cloak:ipalways> and <cloak:lowercase> option...
2007-08-17 burlex* Fixed bug in m_banredirect where removing a ban on...
2007-08-16 specialFixed bug #390 (broken m_chanprotect noservices)
2007-08-15 brainRemoval of ifdef
2007-08-15 brainThis is now correct.
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-15 brainFix small typo found by danieldg
2007-08-15 specialChanged m_messageflood to use PreMessage and PreNotice...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
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
next