summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2010-03-13Implement OnUnloadModule for postgresdanieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-06Add column names to SQLv3, allow sqloper to specify its own query stringdanieldg
2010-03-06Convert SQLite driver to SQLv3danieldg
2010-03-05Fix SQL modules not all using AddService, noticed by Morpheusdanieldg
2010-03-02Fix some more incorrect socket usedanieldg
2010-02-21Add Base64 encode/decode functions to the coredanieldg
2010-02-18Compile fix for m_ldapauthdanieldg
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
2010-02-17Check for <user>:<password> for ldap auth in /PASS password if ident/nickname...w00t
2010-02-17Allow STARTTLS to be disabled via <gnutls starttls="no">danieldg
2010-02-17Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is falsedanieldg
2010-02-16Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-14Remove unused exports; counting is not for programmersdanieldg
2010-02-13Fix inverted return on ldapoperdanieldg
2010-02-13Change GeoIP to be a connect block matcherdanieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-03Fix STARTTLS sending the 670 numeric within the SSL session, not prior to itdanieldg
2010-02-02Allow SSL fingerprint hash to be specified, and show fingerprint to client on...danieldg
2010-01-21Put ConfigReader deprecation warning in logsdanieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-17Make a ./configure --system to support system-wide installation of inspircddanieldg
2010-01-14Specify 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-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-11Allow static build of inspircd without module supportdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-11-04Clarify handshake failure messagesdanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-22Remove the intercomm system since sqlite is synchronous.peavey
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-20Get rid of more unneeded parent classesdanieldg
2009-10-19Nuke VF_SERVICEPROVIDER from here too.peavey
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-13Remove magic path resolution from certificate filesdanieldg
2009-10-10Update Event and Request APIs for this module too.peavey
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-06Make mssql module compile, untested for now.peavey
2009-09-30Fix compilation of SQL modules, use GlobalCulls to clean up deleted modulesdanieldg
2009-09-28Update svn:ignore and .gitignoredanieldg