Age | Commit message (Expand) | Author |
2012-04-14 | Merge pull request #35 from pcarrier/insp20ldap | Robin Burchell |
2012-04-12 | Remove references to old configure commands. | Peter Powell |
2012-04-10 | extras/m_ldapauth: CIDR-based whitelisting | Pierre Carrier |
2012-04-10 | Fixed linking m_sqlite3 on Windows | Adam |
2011-08-07 | Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi... | Daniel De Graaf |
2011-06-23 | Remove possibly dangerous skip of VerifyCertificate | Daniel De Graaf |
2011-06-23 | Fix initialization of SSL certificate field on connect | Daniel De Graaf |
2011-06-18 | Fix extras compilation under Windows | Adam |
2010-12-02 | Simplify ClearAllConnections code and fix possible crash | Jackmcbarn |
2010-10-15 | Remove m_sqlv2.h from these modules, they both use v3 now. | Dennis Friis |
2010-09-19 | A zero return from gnutls_record_send is not an error | Daniel De Graaf |
2010-08-04 | Fix $md5pass and $sha256pass in SQL queries | Daniel De Graaf |
2010-04-16 | Possible fix for OpenSSL SendQ processing halts | Daniel De Graaf |
2010-03-22 | Fix MySQL crash on module unload with empty query queue | danieldg |
2010-03-13 | Fix uninit pointer on MySQL initial connection | danieldg |
2010-03-13 | Handle database not present a bit better, add missing MySQL rehash on init | danieldg |
2010-03-13 | Change SQLv3 to format queries during submission, not before | danieldg |
2010-03-13 | Add OnUnloadModule hook to MySQL | danieldg |
2010-03-13 | Convert MySQL to SQLv3 | danieldg |
2010-03-13 | Implement OnUnloadModule for postgres | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-06 | Add column names to SQLv3, allow sqloper to specify its own query string | danieldg |
2010-03-06 | Convert SQLite driver to SQLv3 | danieldg |
2010-03-05 | Fix SQL modules not all using AddService, noticed by Morpheus | danieldg |
2010-03-02 | Fix some more incorrect socket use | danieldg |
2010-02-21 | Add Base64 encode/decode functions to the core | danieldg |
2010-02-18 | Compile fix for m_ldapauth | danieldg |
2010-02-18 | Support multiple certificates in GnuTLS certificate chain | danieldg |
2010-02-17 | Check for <user>:<password> for ldap auth in /PASS password if ident/nickname... | w00t |
2010-02-17 | Allow STARTTLS to be disabled via <gnutls starttls="no"> | danieldg |
2010-02-17 | Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false | danieldg |
2010-02-16 | Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard... | danieldg |
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg |
2010-02-14 | Remove unused exports; counting is not for programmers | danieldg |
2010-02-13 | Fix inverted return on ldapoper | danieldg |
2010-02-13 | Change GeoIP to be a connect block matcher | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-06 | Move configuration examples to docs, remove automatic overwrite on make install | danieldg |
2010-02-03 | Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it | danieldg |
2010-02-02 | Allow SSL fingerprint hash to be specified, and show fingerprint to client on... | danieldg |
2010-01-21 | Put ConfigReader deprecation warning in logs | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-17 | Make a ./configure --system to support system-wide installation of inspircd | danieldg |
2010-01-14 | Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |