Age | Commit message (Expand) | Author |
2006-10-01 | 64bit fixes | om |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-29 | Made m_filter_pcre free the compiled regular expressions on rehash (no more m... | special |
2006-09-29 | Fixed the pcre include path in m_filter_pcre - on every system I tested, --cf... | special |
2006-09-25 | Mini security audit | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-25 | Fix (broken) ./configure -update and ./configure -modupdate | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Comments describing classes, for the url http://svn.inspircd.org/docs/annotat... | brain |
2006-09-07 | 1) Make earlier fix to inspsocket actually compile without error | brain |
2006-09-06 | All commands now return results CMD_FAILURE or CMD_SUCCESS | 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 | Remove some gunk | brain |
2006-09-03 | Changed how this module works. | brain |
2006-09-03 | Check for people trying to literally put the fingerprint in as a pass | brain |
2006-09-03 | Removal of debug | brain |
2006-09-03 | Add comments to document this header | brain |
2006-09-03 | YAY! A module which allows a user to oper via their ssl key fingerprint. | 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 | We now have a test module that can dump someones certificate information: /ss... | brain |
2006-09-03 | Certificate stuff | brain |
2006-09-03 | Obtaining of ssl cert in gnutls module and placing it into a class which is e... | brain |
2006-08-29 | Snomasks +k (kills) and +o (oper) | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-24 | Remove OnPostConnect here, it was being used under the assumption that it sti... | brain |
2006-08-24 | Speaking of forgetting things, someone forgot to change the name of the function | special |
2006-08-24 | Someone forgot another :p | brain |
2006-08-24 | Somebody forgot one :p | brain |
2006-08-24 | Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app... | special |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-12 | Catch exceptions from SQLresolver | om |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Somehow, IMPORTANT changes got reverted. | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Change to use InspIRCd::Time() | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | New API update | om |
2006-08-11 | New API update | om |
2006-08-11 | New API update | om |
2006-08-11 | Use pcre-config to detect pcre | brain |
2006-08-11 | Somehow, i'd cp'd all these and was making local changes :/ | brain |
2006-08-11 | Updates to new API and small cleanup | om |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |