]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Change the SQLutils and SQL providers to also use interfaces for proper unload order...
[user/henk/code/inspircd.git] / src / modules / extra /
2006-12-28 peaveyChange the SQLutils and SQL providers to also use inter...
2006-12-28 peaveyFix mem leakage in reading in and connecting to databas...
2006-12-24 brainSQLQuery operator% and operator, now support any data...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-21 brainFix for bug #180, logging is not threadsafe, mutex...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-12 specialReverted om's commit so we can keep laughing at him...
2006-12-12 omI yell 'LIES' in the face of anyone who says I don...
2006-12-12 brainAnMaster thinks im not committing enough, so heres...
2006-12-12 brainMore comments
2006-12-12 brainFix trivial broken stat counter
2006-12-12 brainWhoops, forgot to unpublish the interface!
2006-12-11 brainJust comments
2006-12-11 brainTidy up a loop a bit so it isnt for(;;) with a break
2006-12-11 brainAnd fix the typos in it.
2006-12-11 brainAttempt another speedup
2006-12-11 brainFix kinda stupid whoopsie
2006-12-11 brainFaster, stronger, ...err no, not the million dollar...
2006-12-11 brainChange how assembling of multiple lines works, avoid...
2006-12-11 brainBetter handling of write() failure, but this might...
2006-12-11 brainThis is better now.
2006-12-11 brainSomeone forgot to add the copyright headers here :p
2006-12-11 brainAnd give it error checking... whoops.
2006-12-11 brainPinch simple output buffering from m_ssl_openssl
2006-12-11 brainTidyup comments and debug
2006-12-11 brainFinally got read buffering working properly
2006-12-11 brain*annoyance*
2006-12-11 brainDamnit damnit damnit!
2006-12-11 brainThis should do it.
2006-12-11 brainRethink
2006-12-11 brainGrr.
2006-12-11 brainMore tweaks
2006-12-11 brainIncrease CHUNK
2006-12-11 brainmore stuff :p
2006-12-11 brainTest
2006-12-11 brainMore crap
2006-12-11 brainTons of debug, dont use
2006-12-11 brainDebug stuff, and some minor fixes
2006-12-11 brainUntested, new clever pointer voodoo class for binary...
2006-12-10 brainChange this to prepend its lines to stats z which alrea...
2006-12-10 brainAdd very funky stats C (compression statistics) for...
2006-12-10 brainRecord compression ratio stats for a /stats char (this...
2006-12-10 brainFix m_conn_waitpong not to use base64 uneccessarily.
2006-12-10 brainUpdate comment's ascii diagram to be more like those...
2006-12-10 brainRename ssl.h -> transport.h, as its now used for ziplinks
2006-12-10 brainAdd buffering of last frame, if we dont read the whole...
2006-12-10 brainMore stuff
2006-12-10 brainTweaks
2006-12-10 brainChange name
2006-12-10 brainThis compiles, but isnt tested yet. DO NOT USE.
2006-12-10 brainFix for end of handshake detection, HANDSHAKEN is a...
2006-12-09 brainMake it all work properly. Have it wait for handshake...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainMove this
2006-12-09 brainAdd the stuff required for the InspSocketHook interface
2006-12-09 brainWhoops
2006-12-09 brainRename ssl_cert.h to ssl.h, it will contain the interfa...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-05 brainThis has changed again, i suggest you dont bother tryin...
2006-12-04 brainMore $ModDep stuff
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-11-26 brainAdd a description to an exception in the constructor...
2006-11-25 brainImprove openssl detection
2006-11-24 brainwhoops, !defined not undef!
2006-11-24 brainMake this smarter when we dont have pkg-config
2006-11-24 brainMore fixes
2006-11-24 brainFixes
2006-11-24 brainSmarter openssl detection
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-11-21 specialFixed gnutls_rpath.pl to do rpath for all paths, not...
2006-11-19 brainRemove space
2006-11-19 omOoops, remove my debug line
2006-11-19 omAlso return for 7.x series > 7.3.15, this still wants...
2006-11-19 omHopefully uncraq this script enough to actually work...
2006-11-19 brainMerge pgsql stuff from darix, but im sure theres someth...
2006-11-19 brainUse pkg-config to detect lib paths - thanks darix we...
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainMake these properly detect port ranges.
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainMake /stats s more detailed, fix a grammar error
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-11-03 brainFixed at last.
2006-11-03 brainIve been unable to commit this since 9am, somehow port...
2006-11-03 brainTook out a header we needed to keep. Im done stick...
2006-11-03 brainHmm, svn said there was a conflict here, but nobody...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-03 specialSwitched m_sqloper to use OnPostCommand instead of...
2006-10-30 brainFix for crash found by eggy when a user without a cert...
2006-10-28 brainFix these too!
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainFix for crash, submitted by peaveydk
2006-10-27 brainremove <filter file> - This is no longer neccessary...
next