Age | Commit message (Expand) | Author |
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 |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | Updates to new API | om |
2006-08-10 | Fix to new API | om |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Wrong version given in check it seems. Om can review this later, but now it c... | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Fixes for API changes | om |
2006-08-09 | Fix for when we hit PgSQL 9.x that I think actually works | om |
2006-08-09 | Fix for when we hit PgSQL 9.x | om |
2006-08-09 | This wont build. :( | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do... | brain |