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
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-
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-18
Fix extras compilation under Windows
Adam
2010-09-19
A zero return from gnutls_record_send is not an error
Daniel De Graaf
2010-02-18
Support multiple certificates in GnuTLS certificate chain
danieldg
2010-02-17
Allow STARTTLS to be disabled via <gnutls starttls="no">
danieldg
2010-02-17
Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false
danieldg
2010-02-16
Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...
danieldg
2010-02-15
Add <oper:autologin> to allow SSL fingerprint-based automatic oper login
danieldg
2010-02-12
Remove possible references to deleted User objects due to DNS lookups
danieldg
2010-02-09
Add random number generation functions to InspIRCd class.
danieldg
2010-02-06
Move configuration examples to docs, remove automatic overwrite on make install
danieldg
2010-02-03
Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it
danieldg
2010-02-02
Allow SSL fingerprint hash to be specified, and show fingerprint to client on...
danieldg
2010-01-21
Put ConfigReader deprecation warning in logs
danieldg
2010-01-17
Add Module::init() for correct exception handling during hook registration
danieldg
2010-01-17
Make a ./configure --system to support system-wide installation of inspircd
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-06
Remove Extensible parent from EventHandler
danieldg
2009-11-06
Move StreamSocket inheritance off of User
danieldg
2009-11-04
Clarify handshake failure messages
danieldg
2009-10-25
Fixes found by removing User inheritance from StreamSocket
danieldg
2009-10-21
Kill ListenSocketBase, use OnAcceptConnection for all new connections
danieldg
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-18
More classbase cleanup, hold ConfigTag reference in Autoconnect/Link
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-13
Remove magic path resolution from certificate files
danieldg
2009-10-09
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-26
Compile fixes and message updates
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-26
Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE
danieldg
2009-09-26
Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal...
danieldg
2009-09-26
Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-13
GnuTLS: Send SSL client certificate when requested
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Use a set to mark client SSL ports rather than going by textual IP/port pairs
danieldg
2009-09-02
Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...
danieldg
2009-09-02
Misc removal of pointless Extend strings
danieldg
2009-09-02
MetaData rework
danieldg
2009-09-02
Cast rework: use C++ style static_cast<> instead of C-style casts
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
[next]