summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Collapse)Author
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by ↵attilamolnar
std::string::c_str() when the object is temporary See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
2012-09-22m_regex_stdlib: A regex provider for the C++11 container std::regexChrisTX
For it to work you need a standards compliant implementation as for instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not implement this class yet.
2012-09-13Fixed crash in m_mysql if a module is unloaded while executingAdam
a query and there is only one query in the queue to be executed.
2012-08-20listensocket: Fix the two aliasing warningsChrisTX
m_ssl_gnutls: Fix three warnings: 1. libgcrypt will emit a warning to stdout during runtime that it has not been properly initialized 2. Resolve a warning about invalid narrowing inside a { } block. This is not valid as of C++11. 3. Resolve a warning about a wrong format specifier being used
2012-07-27m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261attilamolnar
Add a config option that can be used to set the value of the SSL token in ISUPPORT (77b42efc86122d3720f85bddd85a2dc80d0baff9) Advertise only one ssl port by default in ISUPPORT (d30cdacab7100426c3773eafffd50aebf8155bba)
2012-07-26m_ssl_gnutls Allow setting the priorities to use on the ciphers, key ↵attilamolnar
exchange algorithms, compression methods and macs
2012-07-21m_ssl_gnutls Compile with -Wno-deprecated-declarationsattilamolnar
Fixes #246 reported by @SeLEct-
2012-07-21m_ssl_gnutls Advertise only one ssl port by default in ISUPPORTattilamolnar
Fixes #261 reported by @Shawn-Smith and others
2012-07-21m_ssl_gnutls Move common session initialization code into a functionattilamolnar
2012-07-21m_ssl_gnutls Add a config option that can be used to set the value of the ↵attilamolnar
SSL token in ISUPPORT
2012-07-13m_ssl_openssl Use the system default cipher list if no cipher list is specifedattilamolnar
2012-07-13Merge pull request #230 from Robby-/insp20-opensslAttila Molnar
[2.0] m_ssl_openssl: Show cipher used on connect and allow available ciphers to be customized.
2012-07-09Fixed Windows build, int32_t is already defined in stdint.h.Adam
Add GnuTLS support for Windows. Made NSIS script include extra DLL files if supplied and include the conf/aliases and conf/modules example configuration files. Added make_gnutls_cert.bat to generate GnuTLS certificates on Windows. Fixed typo in gnutlscert.pm.
2012-07-07m_ldapoper Say what the module actually does in the descriptionattilamolnar
2012-06-27m_ssl_openssl: Allow the list of available ciphers to be customized.Robby-
This patch was contributed almost 10 months ago via IRC, by spender.
2012-06-27m_ssl_openssl: Show the SSL cipher used after connecting.Robby-
Previously only a fingerprint was shown when one was available, else nothing was shown at all.
2012-06-12m_geoip Add support for /stats Gattilamolnar
m_geoip Change /stats G numeric to be 801
2012-06-01m_ssl_gnutls Only generate DH params when dh_params is initedattilamolnar
2012-06-01m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when ↵attilamolnar
dh_params wasn't inited Fixes #181 reported by @BlacklightShining
2012-05-28Use socketengine functions for sending and receiving data instead of plain ↵attilamolnar
send() and recv() so /STATS z displays correct bandwidth usage
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Merge pull request #35 from pcarrier/insp20ldapRobin Burchell
extras/m_ldapauth: CIDR-based whitelisting
2012-04-12Remove references to old configure commands.Peter Powell
2012-04-10extras/m_ldapauth: CIDR-based whitelistingPierre Carrier
Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders".
2012-04-10Fixed linking m_sqlite3 on WindowsAdam
2011-08-07Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all ↵Daniel De Graaf
versions of gnutls
2011-06-23Remove possibly dangerous skip of VerifyCertificateDaniel De Graaf
2011-06-23Fix initialization of SSL certificate field on connectDaniel De Graaf
2011-06-18Fix extras compilation under WindowsAdam
2010-12-02Simplify ClearAllConnections code and fix possible crashJackmcbarn
2010-10-15Remove m_sqlv2.h from these modules, they both use v3 now.Dennis Friis
2010-09-19A zero return from gnutls_record_send is not an errorDaniel De Graaf
2010-08-04Fix $md5pass and $sha256pass in SQL queriesDaniel De Graaf
2010-04-16Possible fix for OpenSSL SendQ processing haltsDaniel De Graaf
2010-03-22Fix MySQL crash on module unload with empty query queuedanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12652 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Fix uninit pointer on MySQL initial connectiondanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12635 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Handle database not present a bit better, add missing MySQL rehash on initdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12634 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12633 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Add OnUnloadModule hook to MySQLdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12632 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Convert MySQL to SQLv3danieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Implement OnUnloadModule for postgresdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-13Convert pgsql to SQLv3danieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-06Add column names to SQLv3, allow sqloper to specify its own query stringdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12606 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-06Convert SQLite driver to SQLv3danieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12603 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-05Fix SQL modules not all using AddService, noticed by Morpheusdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-02Fix some more incorrect socket usedanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7
2010-02-21Add Base64 encode/decode functions to the coredanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12507 e03df62e-2008-0410-955e-edbf42e46eb7
2010-02-18Compile fix for m_ldapauthdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12495 e03df62e-2008-0410-955e-edbf42e46eb7
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12491 e03df62e-2008-0410-955e-edbf42e46eb7
2010-02-17Check for <user>:<password> for ldap auth in /PASS password if ↵w00t
ident/nickname method fails, this allows people with long uids/invalid uids to still auth to LDAP. Thanks to stezz. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12486 e03df62e-2008-0410-955e-edbf42e46eb7