Age | Commit message (Expand) | Author |
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 | Fix m_conn_waitpong not to use base64 uneccessarily. | brain |
2006-12-10 | Rename ssl.h -> transport.h, as its now used for ziplinks | 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 | Whoops | brain |
2006-12-09 | Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsoc... | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-04 | More $ModDep stuff | brain |
2006-11-26 | Add a description to an exception in the constructor, also reformat all the i... | brain |
2006-11-24 | Smarter openssl detection | brain |
2006-11-19 | Use pkg-config to detect lib paths - thanks darix we've been looking for this... | brain |
2006-11-11 | Dont allow overlapped ports in these files | brain |
2006-11-11 | Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662... | brain |
2006-11-11 | Make these properly detect port ranges. | brain |
2006-10-28 | Fix these too! | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-15 | Annotations | brain |
2006-09-03 | Call X509_free() after we're done with the cert | brain |
2006-09-03 | Output the certificate hash to the user when they connect | brain |
2006-09-03 | Removal of debug | brain |
2006-09-03 | Remove a ton of debug | brain |
2006-09-03 | All but cert revocation is now supported by both modules | brain |
2006-09-03 | Dont report that the key has expired when it hasnt | brain |
2006-09-03 | OpenSSL gets certs and populates the ssl_cert* now! | brain |
2006-09-03 | Certificate stuff | brain |
2006-08-24 | Somebody forgot one :p | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Somehow, i'd cp'd all these and was making local changes :/ | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-07-11 | Fixed | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-10 | GetExt conversion | brain |
2006-06-16 | Fix for m_ssl_openssl dying if the DH params file doesn't exist, compiles but... | om |