Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-21 | m_ssl_gnutls Move common session initialization code into a function | attilamolnar | |
2012-07-21 | m_ssl_gnutls Add a config option that can be used to set the value of the ↵ | attilamolnar | |
SSL token in ISUPPORT | |||
2012-07-13 | m_ssl_openssl Use the system default cipher list if no cipher list is specifed | attilamolnar | |
2012-07-13 | Merge pull request #230 from Robby-/insp20-openssl | Attila Molnar | |
[2.0] m_ssl_openssl: Show cipher used on connect and allow available ciphers to be customized. | |||
2012-07-09 | Fixed 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-07 | m_ldapoper Say what the module actually does in the description | attilamolnar | |
2012-06-27 | m_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-27 | m_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-12 | m_geoip Add support for /stats G | attilamolnar | |
m_geoip Change /stats G numeric to be 801 | |||
2012-06-01 | m_ssl_gnutls Only generate DH params when dh_params is inited | attilamolnar | |
2012-06-01 | m_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-28 | Use socketengine functions for sending and receiving data instead of plain ↵ | attilamolnar | |
send() and recv() so /STATS z displays correct bandwidth usage | |||
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2012-04-14 | Merge pull request #35 from pcarrier/insp20ldap | Robin Burchell | |
extras/m_ldapauth: CIDR-based whitelisting | |||
2012-04-12 | Remove references to old configure commands. | Peter Powell | |
2012-04-10 | extras/m_ldapauth: CIDR-based whitelisting | Pierre Carrier | |
Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders". | |||
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 ↵ | Daniel De Graaf | |
versions of gnutls | |||
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 | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12652 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Fix uninit pointer on MySQL initial connection | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12635 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Handle database not present a bit better, add missing MySQL rehash on init | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12634 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Change SQLv3 to format queries during submission, not before | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12633 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Add OnUnloadModule hook to MySQL | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12632 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Convert MySQL to SQLv3 | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Implement OnUnloadModule for postgres | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Convert pgsql to SQLv3 | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-06 | Add column names to SQLv3, allow sqloper to specify its own query string | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12606 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-06 | Convert SQLite driver to SQLv3 | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12603 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-05 | Fix SQL modules not all using AddService, noticed by Morpheus | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-02 | Fix some more incorrect socket use | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-21 | Add Base64 encode/decode functions to the core | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12507 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-18 | Compile fix for m_ldapauth | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12495 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-18 | Support multiple certificates in GnuTLS certificate chain | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12491 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-17 | Check 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 | |||
2010-02-17 | Allow STARTTLS to be disabled via <gnutls starttls="no"> | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12485 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-17 | Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12484 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-16 | Bug #645 was correct behavior on the client's part, the IRC STARTTLS ↵ | danieldg | |
standard was broken git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12480 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12467 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-14 | Remove unused exports; counting is not for programmers | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12457 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-13 | Fix inverted return on ldapoper | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12453 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-13 | Change GeoIP to be a connect block matcher | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12450 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12445 e03df62e-2008-0410-955e-edbf42e46eb7 |