]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Someone is getting slapped for this; the new hidesplits/hidebans behavior doesn't...
[user/henk/code/inspircd.git] / src / modules / extra /
2007-02-27 brainFix for small display issue, when both ssl modules...
2007-02-20 peaveyMake these vendor modules.
2007-02-08 brainAnd change this to gnutls in the debug message.
2007-02-08 brainCatch the ModuleException thrown when AddIOHook fails...
2007-02-07 brainFix ipv6 ass-u-me's
2007-02-07 brainTo be more specific, specify rpath() macro here
2007-02-06 brainExtra safety checks while exchanging certs, just in...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-02-03 brainBetter error reporting of failures to read certs in...
2007-02-03 brainBetter logging for openssl, using SSL_print_error_cb...
2007-01-28 brainFix this so that it works with outbound connects again.
2007-01-28 brainRemove debug, add a few comments
2007-01-28 brainFix broken openssl outbound connects.
2007-01-27 peaveyCorrectly allow all supporting versions of PostgreSQL...
2007-01-27 peaveyThe mob has spoken: PQescapeStringConn is used for...
2007-01-21 brainAdd check for openssl >= 0.9.7, and fix for if the...
2007-01-21 brainWhoops put this back to 3.3
2007-01-21 brainFix broken function vcheck() that checks one dot-delimi...
2007-01-21 brainAdd extra macro pkgconfversion("packagename", "version");
2007-01-20 brainFixing
2007-01-20 brainApply fixes for buffering of headers, and a test module...
2007-01-17 brainMove QueryQueue class into m_sqlv2 to prevent flat...
2007-01-17 brainMass comment removal.
2007-01-17 brainRemove/fix unused variable warning
2007-01-17 brainIt says something about how excessive our debug output...
2007-01-15 peaveyFix possible segfault if sql query failed. Using a...
2007-01-14 peaveyHook qlite3_update_hook to queries to also catch affect...
2007-01-14 brainI forgot to exec("gnutls-config --libs") in the configu...
2007-01-14 peaveyRemove some old destroy code not needed with InpSocket.
2007-01-14 peaveyMake REHASH work.
2007-01-14 peaveyDont need to send anything on the notifier socket.
2007-01-14 peaveyRemove DOS newlines.
2007-01-14 peaveyNow with SQLite3 support. Fully functional and (hopeful...
2007-01-14 peaveyOMG SQLITE3 support, almost there now =)
2007-01-14 peaveyMake m_sqlv2.h::SQLquery extend 'classbase', for easy...
2007-01-14 peaveyBang! Gone due to new buildsystem.
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-13 brainExtra stuff to improve buildsystem, calculate lib and...
2007-01-13 brainTidy up the buildsystem a lot by encapsulating repeated...
2007-01-13 peaveyGet flags for sqlite3.
2007-01-13 brainChange this to use our md5 provider rather than MD5...
2007-01-12 peaveyImprove handling of backend server being down. Also...
2007-01-11 peaveyMore tidyup.
2007-01-11 peaveyOnly use force if necessary! Tidy up debug output.
2007-01-11 peaveypgsql should now work thx to added posibility to force...
2007-01-11 peaveyCloser now, but somehow libpq invalidates the file...
2007-01-10 peaveyreconnects still broken, but getting there.
2007-01-10 peaveySQLConn rewritten to use EventHandler instead of InspSo...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-06 brainFix crash when unloading ssl module on shutdown --...
2007-01-02 peaveyRemove a TODO comment. Also added support for <database...
2007-01-02 peaveym_mysql can now do REHASH proper. Detects any changes...
2007-01-02 peaveyFix: If sql user and pass matched, but not operclass...
2007-01-02 peaveyAlso use SQLhost for host config.
2007-01-02 peaveyUse SQLhost from m_sqlv2.h and tidyup some code. Plus...
2007-01-02 peaveyAdd class SQLhost that represents a <database> config...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2007-01-01 brainFix this so it works properly, and removes the descript...
2007-01-01 brainAdd port type identifiers
2006-12-31 peaveyTidyup a bit, get rid of some valgrind warnings.
2006-12-30 peaveyMake it safe to lose connection to sql server.
2006-12-30 peaveyRemove a line of debug that could crash Log.
2006-12-30 peaveyThis is a longshot, pls test AnnMaster.
2006-12-30 brainThe world is coming to an end!!! RUN AWAY!
2006-12-30 peaveyFix typo in warning, and make it sound less like the...
2006-12-30 peaveyNow REHASH checks for same and old connections, same...
2006-12-30 peaveyMajorly funk around with this, still needs check for...
2006-12-30 peaveyThat should make it load/unload, still needs REHASH...
2006-12-29 peaveyOops slippy fingers.
2006-12-29 peaveyLess debug.
2006-12-29 peaveyFix for rehash/load/unload.
2006-12-29 peaveyMajorly rewrite to totally funk up SQL logging module...
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-29 peaveyForgot to init it, clean up mem leakage too and log...
2006-12-29 peaveyAlso using new interface methods, and maybe less crashage.
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.
next