]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 brainDocument connect:parent and connect:name
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 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-17 w00tChange to virtual
2007-08-16 specialFixed bug #390 (broken m_chanprotect noservices)
2007-08-15 brainRemoval of ifdef
2007-08-15 brainFixed, i forgot the virtual when implementing this
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 brainPatch from djGrrr that correctly detects epoll on fedor...
2007-08-09 brainMake sure that dns sockets never block (thanks djGrrr)
2007-08-09 w00tRemove an un-needed define while I poke around in here
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 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
next