]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params etc...
[user/henk/code/inspircd.git] / src / modules /
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-30 brainMerge in patches to fix bug #487, submitted by dz,...
2008-01-27 brainForward port bug #484 patch from John, thanks
2008-01-27 brainYou left out the module name in the command, aquanight ;)
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-26 brainFix for bug found by eLement, when an oper is on a...
2008-01-25 aquanightFix a typo in an m_callerid error message, and add...
2008-01-21 brainwin32 compile error fix
2008-01-21 brainwin32 compilation errors: shadowing of variable 'i...
2008-01-21 brainWin32 compilation fixes
2008-01-20 aquanightUpdate m_filter* to 1.2 API (it was still using Impleme...
2008-01-19 aquanightFix m_callerid not adding the usermode.
2008-01-19 w00tInitial implementation of callerid, provided by aquanig...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
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-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tI think (and Brain concurs) that B for blockcaps and...
2008-01-10 w00tAdd goodchan tags for m_denychans: Allows the use case...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tErase their quit count on banning (so they get another...
2008-01-10 w00tAdd m_quitban: Bans IPs that connect/disconnect more...
2008-01-10 w00tAdd optional SAPART reason. No prefixing done yet.
2008-01-10 w00tRegister RLine factory on load, unregister it on unload.
2008-01-10 brainFix bug in rline, xline derived class declared itself...
2008-01-09 w00tFix some random crash due to my not knowing how to...
2008-01-09 w00tCorrect a few things, and yay for code that randomly...
2008-01-09 w00tUtterly untested RLINE
2008-01-09 w00tFlesh this out a little more. Create our derived XLine...
2008-01-09 w00tAdd RLINE skeleton module to move it between PCs (I...
2008-01-09 brainFix for bug #464, taxonomy output spooled to target...
2008-01-09 w00tAdd OnExpireLine hook to xline db stuff
2008-01-09 w00tRemove useless debug from here (finished with it),...
2008-01-08 w00tFix problem #2 (this means that xlinedb is essentially...
2008-01-08 w00tFix problem #1 by setting a lock on writes when we...
2008-01-08 w00txline.db reading. Two things I notice are funky in...
2008-01-08 w00tCode to write xline.db.. reading is not yet handled.
2008-01-08 w00tVery early on version of xline database module, doesn...
2008-01-08 w00tFix careless compile error caused by forward port of...
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-07 w00tCorrect typo
2008-01-07 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-01-07 w00tSecond half of usercount fix..
2008-01-07 w00tFix up some usercounts stuff.. to be tested.
2008-01-06 w00t90% sure this fix will mean SHA256 works consistantly...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tBasic core changes for permanent channels.
2008-01-06 w00tBack out rsquit: wasn't meant to be committed yet.
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2008-01-05 w00tAdd SnomaskManager::FlushSnotices() stub
2008-01-05 brainFix for bug #464, thanks John
2008-01-04 w00tFix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)
2008-01-04 w00tForward port r8629: Fix for bug #458 - servers going...
2008-01-04 w00tBack out previous patch disabling ADDLINE processing...
2008-01-04 w00tADDLINE is broken, don't process it for now..
2008-01-02 w00tUpdate this to use the new oper call
2008-01-02 w00tTotally untested patch to add <oper:modes> support...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2008-01-02 w00tm_clones: Only show the number of clones and IP for...
2007-11-29 brainThe mysql worker thread only sleeps 50 nanosecs between...
2007-11-18 brainNow fetches page. Not the page you ask for, but meh :p
2007-11-18 brainTest framework connects now
2007-11-18 brainHalf complete test framework
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-16 w00tMinor change: Add + to FMODE on creation of a new chann...
2007-11-12 brainArgh, i give up
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainFix some dodgy destructor stuff
2007-11-11 brainHandle non-200 HTTP status codes as error
2007-11-11 brainIT WORKS!
2007-11-11 brainNo crash, now we just have to find out why it wont...
2007-11-11 brainFixed all that, back to the crash we had before (yay?)
2007-11-11 brainTidyups
2007-11-11 brainOk, this works except for it wont resolve hosts before...
2007-11-11 brainHmm
2007-11-11 brainm_http_client is crashy. will fix.
2007-11-11 brainReally should add this.
2007-11-10 brainFix owines crashes here too
2007-11-10 brainFix crashes found by owine (usually on startup)
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-10 brainSPYLIST is no longer required in 1.2, remove
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-09 brainWe should probably UseInterface last, too
2007-11-09 brainTheres actually more to this. Before we throw, delete...
2007-11-09 brainSame fix here
2007-11-04 brainFix the FIXME related to new module event and loading...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainwtf at the line endings in this bag of spanners
2007-11-04 brainFix these to use new hook system (u_listmode wasnt...
2007-11-04 brainSomehow, we missed one
2007-11-04 brainFix non-POD passing
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainSome more to fix still, modules probably wont load...
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
next