Age | Commit message (Expand) | Author |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-05-06 | Fix for bug #263 - note, this NEEDS QA TESTING | brain |
2007-05-03 | Fix broken modules (broken due to api change) | brain |
2007-04-14 | Working in m_filter_pcre. | brain |
2007-04-14 | Add move-match-to-head-of-queue stuff to pcre filter | brain |
2007-04-07 | Add licensing headers to files which are missing them and make sure they are ... | brain |
2007-04-05 | Add feature outlined in bug #192, give a notice showing cipher on connect to ... | brain |
2007-04-01 | Add feature to this module which allows you to specify that an oper requires ... | brain |
2007-04-01 | Add -config parameter to bin/inspircd which allows a user to specify the conf... | brain |
2007-03-25 | Remove excessive debugging | brain |
2007-03-22 | EAGAIN fixes for gnutls | brain |
2007-03-22 | We're checking for non-null session->sess in VerifyCertificate now. theres ve... | brain |
2007-03-22 | Some tweaks for gnutls | brain |
2007-03-22 | More checks in IS_HSDONE event hook | brain |
2007-03-22 | Fix crashes in ipv6 ssl using gnutls, and crashes when linking ssl to non-ssl... | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-02-27 | Fix for small display issue, when both ssl modules are loaded, both output a ... | brain |
2007-02-20 | Make these vendor modules. | peavey |
2007-02-08 | And change this to gnutls in the debug message. | brain |
2007-02-08 | Catch the ModuleException thrown when AddIOHook fails, so that we can make a ... | brain |
2007-02-07 | Fix ipv6 ass-u-me's | brain |
2007-02-07 | To be more specific, specify rpath() macro here | brain |
2007-02-06 | Extra safety checks while exchanging certs, just in case | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-02-03 | Better error reporting of failures to read certs in gnutls by calling gnutls_... | brain |
2007-02-03 | Better logging for openssl, using SSL_print_error_cb() which calls a callback... | brain |
2007-01-28 | Fix this so that it works with outbound connects again. | brain |
2007-01-28 | Remove debug, add a few comments | brain |
2007-01-28 | Fix broken openssl outbound connects. | brain |
2007-01-27 | Correctly allow all supporting versions of PostgreSQL to use secure string es... | peavey |
2007-01-27 | The mob has spoken: PQescapeStringConn is used for pgsql >= 8.1.4 | peavey |
2007-01-21 | Add check for openssl >= 0.9.7, and fix for if the library cant be found at all | brain |
2007-01-21 | Whoops put this back to 3.3 | brain |
2007-01-21 | Fix broken function vcheck() that checks one dot-delimited version string aga... | brain |
2007-01-21 | Add extra macro pkgconfversion("packagename", "version"); | brain |
2007-01-20 | Fixing | brain |
2007-01-20 | Apply fixes for buffering of headers, and a test module both by psychon | brain |
2007-01-17 | Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic... | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-17 | Remove/fix unused variable warning | brain |
2007-01-17 | It says something about how excessive our debug output is when the ssl module... | brain |
2007-01-15 | Fix possible segfault if sql query failed. Using a free'd char is probably no... | peavey |
2007-01-14 | Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE... | peavey |
2007-01-14 | I forgot to exec("gnutls-config --libs") in the configure macros | brain |
2007-01-14 | Remove some old destroy code not needed with InpSocket. | peavey |
2007-01-14 | Make REHASH work. | peavey |
2007-01-14 | Dont need to send anything on the notifier socket. | peavey |
2007-01-14 | Remove DOS newlines. | peavey |
2007-01-14 | Now with SQLite3 support. Fully functional and (hopefully) working. | peavey |
2007-01-14 | OMG SQLITE3 support, almost there now =) | peavey |