]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params etc...
[user/henk/code/inspircd.git] / src / modules / extra /
2008-02-02 w00tPatch: /rehash (not /rehash ssl) will now rebind SSL...
2008-01-31 fezapplink.c should be included in the link command, not...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-21 brainWin32 compilation fixes
2008-01-20 aquanightUpdate m_filter* to 1.2 API (it was still using Impleme...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-02 w00tUpdate this to use the new oper call
2007-11-29 brainThe mysql worker thread only sleeps 50 nanosecs between...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-25 brainDisable pedantic for this. Third party headers do silly...
2007-10-25 brainMake install list list automatically generated from...
2007-10-24 brainRemove variadic macros from sqlv2 api, removing the...
2007-10-24 brainLast of the -pedantic fixes. Seems we were all good...
2007-10-24 brainPedantic clean
2007-10-24 brain/usr/local/include/openssl/pqueue.h:73: error: ISO...
2007-10-23 brainAdd $NoPedantic build macro, for m_mysql because mysql...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-23 brainPedantic safe
2007-10-21 brainRemove debug
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-13 brainAdd sanity checks to the ssl modules so that theres...
2007-10-03 brainPROPAGATE this fix
2007-09-29 specialRemoved extremely verbose debugging from the SSL module...
2007-09-20 brainThanks dz, forgot uppercase equivalent of AEIOU in...
2007-09-20 brainAs per request from Bricker, change the format of the...
2007-08-29 peaveyI lose for being slow. also tidyup a bit, still needs...
2007-08-29 brainSome modules forgotten for conversion to ModuleManager
2007-08-29 peaveyFix to compile with new module api
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-23 brainCraquity craq De-craq!
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-11 peaveyFix a typo so it compiles.
2007-08-10 brainFix possible sqllog crash (working blind here!) where...
2007-08-06 brainPart of our fix didnt make it to here!
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-07-24 w00tA few more I missed.
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 peaveyAdd flags to /STATS s output, and nuke some ^M
2007-07-16 specialMade m_ssl_gnutls throw an exception when unable to...
2007-07-07 brainImplement /dalinfo, as a joke. Consider this an easter...
2007-07-06 brainWarning: Loads of craq logging in here atm. /connect...
2007-06-18 brainAdd ISUPPORT SSL token requested by tabris.
2007-06-17 brainMore (last of extra)
2007-06-17 brainMore
2007-06-17 brainMore
2007-06-17 brainMore
2007-06-17 brainFirst two conversions
2007-06-14 brainWin compile fixes
2007-06-14 brainWindows build stuff
2007-06-13 brainMe so dummee.
2007-06-13 brainAdd DllExport
2007-06-13 brainMake these safe for use in vc
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-06-05 brainSexeger!
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-28 brainNo flags now means all flags when in the config, so...
2007-05-28 brainMake the flags work
2007-05-28 brainNext bit of filter flags system
2007-05-28 brainStuff for flags as requested by djGrr. We aren't going...
2007-05-28 brainA flags section for filters. Do not use yet.
2007-05-22 peaveyModule class has a member ServerInstance, so remove...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 w00tMake this FindFeature once, and store the result. It...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-05-06 brainFix for bug #263 - note, this NEEDS QA TESTING
2007-05-03 brainFix broken modules (broken due to api change)
2007-04-14 brainWorking in m_filter_pcre.
2007-04-14 brainAdd move-match-to-head-of-queue stuff to pcre filter
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-05 brainAdd feature outlined in bug #192, give a notice showing...
2007-04-01 brainAdd feature to this module which allows you to specify...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-03-25 brainRemove excessive debugging
2007-03-22 brainEAGAIN fixes for gnutls
2007-03-22 brainWe're checking for non-null session->sess in VerifyCert...
2007-03-22 brainSome tweaks for gnutls
2007-03-22 brainMore checks in IS_HSDONE event hook
2007-03-22 brainFix crashes in ipv6 ssl using gnutls, and crashes when...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-02-27 brainFix for small display issue, when both ssl modules...
next