Age | Commit message (Expand) | Author |
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 |
2009-11-04 | Clarify handshake failure messages | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-22 | Remove the intercomm system since sqlite is synchronous. | peavey |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-19 | Nuke VF_SERVICEPROVIDER from here too. | peavey |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-13 | Remove magic path resolution from certificate files | danieldg |
2009-10-10 | Update Event and Request APIs for this module too. | peavey |