summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-02-27Fix for small display issue, when both ssl modules are loaded, both output a ...brain
2007-02-20Make these vendor modules.peavey
2007-02-08And change this to gnutls in the debug message.brain
2007-02-08Catch the ModuleException thrown when AddIOHook fails, so that we can make a ...brain
2007-02-07Fix ipv6 ass-u-me'sbrain
2007-02-07To be more specific, specify rpath() macro herebrain
2007-02-06Extra safety checks while exchanging certs, just in casebrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-02-03Better error reporting of failures to read certs in gnutls by calling gnutls_...brain
2007-02-03Better logging for openssl, using SSL_print_error_cb() which calls a callback...brain
2007-01-28Fix this so that it works with outbound connects again.brain
2007-01-28Remove debug, add a few commentsbrain
2007-01-28Fix broken openssl outbound connects.brain
2007-01-27Correctly allow all supporting versions of PostgreSQL to use secure string es...peavey
2007-01-27The mob has spoken: PQescapeStringConn is used for pgsql >= 8.1.4peavey
2007-01-21Add check for openssl >= 0.9.7, and fix for if the library cant be found at allbrain
2007-01-21Whoops put this back to 3.3brain
2007-01-21Fix broken function vcheck() that checks one dot-delimited version string aga...brain
2007-01-21Add extra macro pkgconfversion("packagename", "version");brain
2007-01-20Fixingbrain
2007-01-20Apply fixes for buffering of headers, and a test module both by psychonbrain
2007-01-17Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic...brain
2007-01-17Mass comment removal.brain
2007-01-17Remove/fix unused variable warningbrain
2007-01-17It says something about how excessive our debug output is when the ssl module...brain
2007-01-15Fix possible segfault if sql query failed. Using a free'd char is probably no...peavey
2007-01-14Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE...peavey
2007-01-14I forgot to exec("gnutls-config --libs") in the configure macrosbrain
2007-01-14Remove some old destroy code not needed with InpSocket.peavey
2007-01-14Make REHASH work.peavey
2007-01-14Dont need to send anything on the notifier socket.peavey
2007-01-14Remove DOS newlines.peavey
2007-01-14Now with SQLite3 support. Fully functional and (hopefully) working.peavey
2007-01-14OMG SQLITE3 support, almost there now =)peavey
2007-01-14Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame...peavey
2007-01-14Bang! Gone due to new buildsystem.peavey
2007-01-14Add eval() and exec() macros, that evaluate perl and execute commands at conf...brain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-13Tidy up the buildsystem a lot by encapsulating repeated detection routines fo...brain
2007-01-13Get flags for sqlite3.peavey
2007-01-13Change this to use our md5 provider rather than MD5() in the querybrain
2007-01-12Improve handling of backend server being down. Also decraq some debug output ...peavey
2007-01-11More tidyup.peavey
2007-01-11Only use force if necessary! Tidy up debug output.peavey
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2007-01-11Closer now, but somehow libpq invalidates the file descriptor on server shutd...peavey
2007-01-10reconnects still broken, but getting there.peavey
2007-01-10SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea...peavey
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain