Age | Commit message (Expand) | Author |
2006-09-19 | Update expiries when we update the set time | brain |
2006-09-19 | Make the check against z/k/q/e/g methods return a pointer to the whole object... | brain |
2006-09-19 | Fix crashes, and in the process make xline even faster! | brain |
2006-09-19 | Change type to size_t so that 64 bit platforms dont whine about data loss whe... | brain |
2006-09-19 | Adapt to use std::string::const_iterator | brain |
2006-09-19 | Tidy up key handling | brain |
2006-09-19 | Make xline more memory-efficient and faster/neater. Eliminate a mass of fixed... | brain |
2006-09-19 | Use ++x not x++, to more closely match what stl does | brain |
2006-09-19 | ULTRA FAST HASH FUNCTION :p | brain |
2006-09-19 | More detail in system detection | brain |
2006-09-19 | More help text stuff | brain |
2006-09-19 | Hard requirement on 5.6.0 and above of perl | brain |
2006-09-19 | Tidy up configure to display better in 80x25 | brain |
2006-09-19 | Tidy up help text | brain |
2006-09-19 | clarify -- and - stuff | brain |
2006-09-19 | Fix old interactive opts and -update etc | brain |
2006-09-19 | Fix typo | brain |
2006-09-19 | Allow -help as well as --help | brain |
2006-09-19 | Skip certificate generation if we're running non-interactive | brain |
2006-09-19 | optional non-interactive configure (woo yay, ./configure --help for info) | brain |
2006-09-19 | Update changelog | brain |
2006-09-17 | Automatically make http request type and http version string uppercase, add c... | brain |
2006-09-17 | Documentation of the new m_alias | brain |
2006-09-17 | Testing and debugging done, it all works :) | brain |
2006-09-17 | Now supports multiple commands seperated with \n. NOTE: These \n's are transl... | brain |
2006-09-17 | Allow putting newlines into quoted values in the config using \n. I'm coming ... | brain |
2006-09-17 | Hide ulines from /stats P | brain |
2006-09-17 | Add operonly aliases, <alias:operonly> (boolean). | brain |
2006-09-17 | Now it all works :) | brain |
2006-09-17 | New m_alias, this probably doesnt work yet | brain |
2006-09-17 | First of many m_alias tidyups, this will eventually become a rewrite of the m... | brain |
2006-09-17 | Turn irc::commasepstream into a base class, irc::sepstream, inherit two class... | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-15 | Proper checking in /SAPART that the user really did leave, for the CMD_FAILU... | brain |
2006-09-15 | Fix crash on two objects trying to free each other at the same time | brain |
2006-09-15 | Comments | brain |
2006-09-15 | Fix memory leak too | brain |
2006-09-15 | Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive... | brain |
2006-09-15 | Improve notices, so that if SAJOIN fails it can tell the oper who issued it | brain |
2006-09-15 | Fix for bug noticed by dotslasher (?) where SAJOIN can desync | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Remove ExemptItem and InviteItem, these were never used | brain |
2006-09-15 | Comment tidyup and change format so doxygen can detect them | brain |
2006-09-15 | Comments describing classes, for the url http://svn.inspircd.org/docs/annotat... | brain |
2006-09-15 | Fix some stuff, avoid use of global ServerInstance var | brain |
2006-09-14 | Commit all the httpd patches i sneakily put in before 9am at the office :p | brain |
2006-09-14 | Use gmtime() not localtime() as RFC2616 says dates sent by a http server must... | brain |