Age | Commit message (Expand) | Author |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-29 | Fix for w00t | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-23 | Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this i... | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-18 | std::string something = ""; | brain |
2006-12-18 | Whack a warning (unused var) | brain |
2006-12-18 | Then, realize you got your subtraction back to front. | brain |
2006-12-18 | Really clever VOODOO. | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-12 | Avoid pointless vsnprintf() when our loglevel doesnt meet requirements | brain |
2006-12-11 | Finally got read buffering working properly | brain |
2006-10-28 | Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee... | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-23 | Give some actual information when the log file fails to open | special |
2006-10-06 | And fix typos | brain |
2006-10-06 | tidy up WriteMode | brain |
2006-10-02 | IsNick moved to helperfuncs.cpp, makes a lot more sense than inspircd.cpp | w00t |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-18 | Missing a space in log messages | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | 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 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | Move all_opers into class InspIRCd | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-10 | Move AllModulesReportReady into a private method of class InspIRCd | brain |
2006-08-10 | Move strlower into nspace namespace where hash<std::string> lives | brain |
2006-08-10 | Move InsertMode into ModeParser | brain |
2006-08-10 | Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfig | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Move fd_ref_table into class InspIRCd* | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | do_log -> static void InspIRCd::Log() (with vararg and std::string variants) | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs... | brain |
2006-08-08 | WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do... | brain |
2006-08-08 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |