Age | Commit message (Expand) | Author |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-15 | Remove some debug | brain |
2006-12-22 | change userrec int timeout to time_t since it's a timestamp made of TIME + us... | peavey |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | Remove commented out FlushWriteBuf() | brain |
2006-12-14 | Fix silly bug of the day. | brain |
2006-12-14 | Remove FlushWriteBuffer() from DoBackgroundUserStuff(). Its no longer require... | brain |
2006-12-14 | Change how users are quit if they get a write error during the things they do. | brain |
2006-12-10 | Correctly handle write events | brain |
2006-11-05 | Older gcc gets confused when the only parameter has a default value? O_o | brain |
2006-10-31 | Remove some debug | brain |
2006-10-31 | Fix the makefile confusion removal of these headers creates | brain |
2006-10-30 | Fix broken quits (i broke them by taking out a check i didnt think was requir... | brain |
2006-10-30 | For users, we now only write when the socketengine says theyre writeable, set... | brain |
2006-10-28 | Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t... | brain |
2006-10-02 | Use a ternary operator to remove bracketing from ping timeout message | w00t |
2006-10-01 | Fix ping timeout messages. This is what I get for not fully testing. | w00t |
2006-10-01 | Everybody loves boobies. It's true. | brain |
2006-10-01 | InspIRCd: Now with 100% more boobies. Err, ping timeout message coolness. | w00t |
2006-09-03 | Removal of debug | brain |
2006-09-01 | Add snomask f (flood) | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
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 |