Age | Commit message (Expand) | Author |
2006-08-17 | Optimization and removal of casts (profiling stuff) | 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 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Move all of the xline stuff into class XLineManager, make an instance of it i... | brain |
2006-08-11 | Move ReadBuffer into InspIRCd class | brain |
2006-08-11 | Move whowas into InspIRCd | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | 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 | 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 | userrec and chanrec now have their own independent pointer back to their 'cre... | 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 | 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-08 | WHEEEEE!!!!! | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | Remove the same craq | brain |
2006-08-01 | Remove ZapThisDns | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | I think ive found the answer to the hanging connections problem. The majority... | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-22 | Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W... | brain |
2006-07-20 | Extra sanity checks | brain |
2006-07-19 | Stability fix | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-16 | MAJOR tidy of line parser, some parts rewritten and major chunks removed | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-04 | This doesn't belong in userprocess.cpp. :P | w00t |
2006-03-15 | Comment one of w00tie's comments, fix typo in log message, and make it look l... | om |
2006-03-14 | Sanity check, writing to array[-1] is not clever and not profitable. | brain |
2006-03-11 | MORE BUGS GRR | brain |
2006-03-11 | Checks and stuff :p | brain |
2006-03-11 | Re-enterant safety | brain |
2006-03-10 | Commented all the new config stuff | brain |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-08 | Made this readable, removed spacing, etc. | w00t |
2006-03-08 | Remove some tabbing, remove a typo, use Exit() rather than exit() | w00t |
2006-03-02 | Changed output on startup | brain |
2006-03-01 | Removed old >512 check | brain |
2006-02-26 | And fixes for typos | brain |