]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
MetaData rework
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgRead multiple GnuTLS records in one RawSocketRead operation
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-08-02 w00tChange all non-fatal GNUTLS initialisation notices...
2009-07-27 specialSend a failure numeric instead of QuitUser when STARTTL...
2009-07-03 danieldgFix double-send of SSL metadata in openssl, possible...
2009-07-02 danieldgSend ssl_cert metadata on signon
2009-07-02 danieldgRemove memory-wasting map in ssl_cert
2009-07-02 danieldgMigrate SSL metadata and visible information (/whois...
2009-07-02 danieldgFix backport compile error: m_ssl_* uses ServerInstance...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-06-06 w00tDon't display locally bound SSL ports in SSL= (for...
2009-06-03 danieldgUse pkg-config to search for gnutls rather than the...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-06 specialFix two compile errors found by Shawn
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-05-06 danieldgSet errno properly on GnuTLS sessions that die during...
2009-04-29 danieldgHow about we make this compile?
2009-04-29 danieldgNormalize IPv6 addresses when producing SSL port list...
2009-04-26 danieldgCorrect 005 output of m_ssl_gnutls when used for STARTT...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-13 danieldgFix bug #779, SSL metadata sent using the wrong case...
2009-02-19 danieldgRemove unneeded "fd" member of issl_session
2009-02-19 danieldgRemove unneeded comment about warnings on 64-bit
2009-02-19 danieldgGnuTLS does not need a double-copy input buffer
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
2009-01-28 w00tRemove an incorrect comment
2009-01-25 brainThis is more accurate
2009-01-25 dzProperly check if the SSL handshake is completed in...
2009-01-25 brainTry this as the ssl crash fix
2009-01-17 brainFix for bug #679 reported by Namegduf, based on suggest...
2009-01-07 brainReadability: pointless construct of a std::string from...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-31 brainChange numeric 671, starttls failure to 691. 671 confli...
2008-12-28 w00tModify STARTTLS error message to clarify that it may...
2008-12-18 dzProperly disconnect clients that send STARTTLS after...
2008-12-13 psychonm_ssl_gnutls: Log ssl errors
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-30 w00tBetter error message for erroring on loading server...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-04 brainWe are including tons more than we need to here, its...
2008-09-26 w00tInitialise SSL session pointer to NULL to prevent a...
2008-09-17 brainRoll back tweak to the starttls spec requested by kvirc...
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 specialFixed #568 - gnutls does not allow reuse of credentials...
2008-06-24 brainThis is more correct, thanks Phoenix
2008-06-20 specialIt is unnecessary and rather less efficient to use...
2008-06-19 brainWhos been commiting a quarter of a fix?
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-09 brainSlight adjustment to our standard to avoid an obvious...
2008-06-08 brainProperly ignore second STARTTLS request on same socket...
2008-05-24 brainKick the client in the balls if they try STARTTLS after...
2008-05-24 brainFix memory leak if we send STARTTLS twice, thanks speci...
2008-05-19 brainFix these too
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-05-05 peaveyConvert even more
2008-04-09 w00tFix these
2008-04-04 brainMake all our modules use the new stuff rather than...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-01 brainSome metadata commands were using nicknames to identify...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainAllow activation of TLS via STARTTLS even if CAP REQ...
2008-03-24 brainShould now work with ports bound to all interfaces
2008-03-24 brainopenssl should now work too
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-24 brainWheeeeee
2008-03-23 brainCAP TLS now implemented, this needs someone to make...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 aquanight-Wshadow fixes for some modules in extra/
2008-02-02 w00tPatch: /rehash (not /rehash ssl) will now rebind SSL...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-25 brainMake install list list automatically generated from...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-13 brainAdd sanity checks to the ssl modules so that theres...
2007-10-03 brainPROPAGATE this fix
2007-09-29 specialRemoved extremely verbose debugging from the SSL module...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-06 brainPart of our fix didnt make it to here!
2007-08-05 brainFixes from experiences on chatspike. Use the proper...
2007-08-05 brainFix random debian (well, duplicated on debian) breakage...
2007-07-24 w00tA few more I missed.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-16 specialMade m_ssl_gnutls throw an exception when unable to...
next