index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
Age
Commit message (
Expand
)
Author
2012-11-19
Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.
Peter Powell
2012-11-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-11-09
m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...
attilamolnar
2012-11-09
m_ssl_openssl Remove unused variables
attilamolnar
2012-11-08
Fix m_ssl_gnutls when using non-standard include/lib paths.
Peter Powell
2012-10-21
Make better use of User::GetFullRealHost()
attilamolnar
2012-10-19
m_ldapauth Allow filtering on arbitrary LDAP attributes
Adrien Bustany
2012-10-14
m_ssl_gnutls: Resolve deprecation warnings properly
ChrisTX
2012-10-13
m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-10-10
Compare the result of ldap_search_ext_s to LDAP_SUCCESS....
Adam
2012-10-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-09-22
m_regex_stdlib: A regex provider for the C++11 container std::regex
ChrisTX
2012-09-13
Fixed crash in m_mysql if a module is unloaded while executing
Adam
2012-08-20
listensocket: Fix the two aliasing warnings
ChrisTX
2012-07-27
m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261
attilamolnar
2012-07-26
m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange...
attilamolnar
2012-07-21
m_ssl_gnutls Compile with -Wno-deprecated-declarations
attilamolnar
2012-07-21
m_ssl_gnutls Advertise only one ssl port by default in ISUPPORT
attilamolnar
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 SSL...
attilamolnar
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
2012-07-09
Fixed Windows build, int32_t is already defined in stdint.h.
Adam
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-
2012-06-27
m_ssl_openssl: Show the SSL cipher used after connecting.
Robby-
2012-06-12
m_geoip Add support for /stats G
attilamolnar
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 dh_pa...
attilamolnar
2012-05-28
Use socketengine functions for sending and receiving data instead of plain se...
attilamolnar
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
2012-04-12
Remove references to old configure commands.
Peter Powell
2012-04-10
extras/m_ldapauth: CIDR-based whitelisting
Pierre Carrier
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 versi...
Daniel De Graaf
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
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
[next]