Age | Commit message (Expand) | Author |
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 |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-06 | Make mssql module compile, untested for now. | peavey |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |
2009-09-28 | Update svn:ignore and .gitignore | danieldg |
2009-09-28 | Fix compilation of some extras modules | danieldg |
2009-09-26 | Compile fixes and message updates | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |
2009-09-26 | Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal... | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |