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
/
m_ssl_gnutls.cpp
Age
Commit message (
Expand
)
Author
2013-11-18
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
Peter Powell
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-16
Clean up the build system properties and related code.
Peter Powell
2013-08-13
m_ssl_gnutls Fix feature testing and cipher suite related errors on older Gnu...
attilamolnar
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-06
Allow the user to specify any hashing mechanism supported by the underlying S...
Daniel Vassdal
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Create SSLIOHook interface that provides GetCertificate()
attilamolnar
2013-06-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-06-06
Convert a ton of uses of MAXBUF to use a fixed buffer size.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-05-27
Clean up the FileReader class and all of the modules that use it.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-18
Deduplicate hex string creation code
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-05-02
m_ssl_gnutls Call gnutls_transport_set_errno() on Windows only
attilamolnar
2013-05-02
Fix gnutls (again) on Windows by using gnutls_transport_set_errno()
Adam
2013-04-28
Merge insp20
attilamolnar
2013-04-24
m_ssl_gnutls Add ability to load DH params from file
attilamolnar
2013-04-16
Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...
Adam
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-02-17
m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur...
attilamolnar
2013-01-28
m_ssl_gnutls Fix build with GnuTLS 1.x
attilamolnar
2012-12-17
Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i...
Adam
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-11-19
m_ssl_gnutls Dynamically detect the number of certificates in the certfile
attilamolnar
2012-11-19
Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.
Peter Powell
2012-11-09
m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...
attilamolnar
2012-11-08
Fix m_ssl_gnutls when using non-standard include/lib paths.
Peter Powell
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-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-08-20
listensocket: Fix the two aliasing warnings
ChrisTX
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
[next]