Age | Commit message (Expand) | Author |
2007-08-06 | Part of our fix didnt make it to here! | brain |
2007-08-05 | Fixes from experiences on chatspike. Use the proper OnBufferFlushed event to ... | brain |
2007-08-05 | Fix random debian (well, duplicated on debian) breakage with client sockets '... | brain |
2007-07-24 | A few more I missed. | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-16 | Made m_ssl_gnutls throw an exception when unable to load the certificate (sin... | special |
2007-07-06 | Warning: Loads of craq logging in here atm. /connect with openssl is broken, ... | brain |
2007-06-18 | Add ISUPPORT SSL token requested by tabris. | brain |
2007-06-17 | More | brain |
2007-06-13 | Me so dummee. | brain |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | SPACE INDENTING ACTION RANGERS -- ATTACK! | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-04-05 | Add feature outlined in bug #192, give a notice showing cipher on connect to ... | brain |
2007-04-01 | Add -config parameter to bin/inspircd which allows a user to specify the conf... | brain |
2007-03-25 | Remove excessive debugging | brain |
2007-03-22 | EAGAIN fixes for gnutls | brain |
2007-03-22 | We're checking for non-null session->sess in VerifyCertificate now. theres ve... | brain |
2007-03-22 | Some tweaks for gnutls | brain |
2007-03-22 | More checks in IS_HSDONE event hook | brain |
2007-03-22 | Fix crashes in ipv6 ssl using gnutls, and crashes when linking ssl to non-ssl... | brain |
2007-02-27 | Fix for small display issue, when both ssl modules are loaded, both output a ... | brain |
2007-02-08 | And change this to gnutls in the debug message. | brain |
2007-02-08 | Catch the ModuleException thrown when AddIOHook fails, so that we can make a ... | brain |
2007-02-06 | Extra safety checks while exchanging certs, just in case | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-02-03 | Better error reporting of failures to read certs in gnutls by calling gnutls_... | brain |
2007-01-28 | Fix this so that it works with outbound connects again. | brain |
2007-01-17 | Remove/fix unused variable warning | brain |
2007-01-17 | It says something about how excessive our debug output is when the ssl module... | brain |
2007-01-14 | I forgot to exec("gnutls-config --libs") in the configure macros | brain |
2007-01-14 | Add eval() and exec() macros, that evaluate perl and execute commands at conf... | brain |
2007-01-13 | Extra stuff to improve buildsystem, calculate lib and include dirs at configu... | brain |
2007-01-06 | Fix crash when unloading ssl module on shutdown -- there are no port objects ... | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2007-01-01 | Fix this so it works properly, and removes the descriptions on unload (when t... | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-11 | Someone forgot to add the copyright headers here :p | brain |
2006-12-11 | Debug stuff, and some minor fixes | brain |
2006-12-10 | Rename ssl.h -> transport.h, as its now used for ziplinks | brain |
2006-12-10 | Fix for end of handshake detection, HANDSHAKEN is a silly name for a const :/ | brain |
2006-12-09 | Make it all work properly. Have it wait for handshake to complete before send... | brain |
2006-12-09 | It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ... | brain |
2006-12-09 | Add the stuff required for the InspSocketHook interface | brain |
2006-12-09 | Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsoc... | brain |