Age | Commit message (Expand) | Author |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Fix trying to add failed ports to socketengine (<3 new code) | brain |
2006-08-18 | Correctly return false on failure to fork | brain |
2006-08-18 | Checking if child pid still exists, if it vanishes we exit | brain |
2006-08-18 | When daemonizing, have parent process wait forever, and child process kill it... | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-17 | Optimize tons more timer checking stuff | brain |
2006-08-17 | DoSocketTimeouts and TickTimers only need to be called once a second. Why the... | brain |
2006-08-13 | Clear fd_ref_table and socket_ref arrays in the constructor | brain |
2006-08-12 | This commit is dedicated to Boo ;-pppppp | brain |
2006-08-11 | Remove a blank line! WOO YAY! biggest commit all week! | 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 | Move remaining functions: | brain |
2006-08-11 | This commit-o-gram is dedicated to boo, because i geek too much :) love you b... | brain |
2006-08-11 | Move xline to before config system | 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 whowas into InspIRCd | brain |
2006-08-11 | Removal of an extern | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | Committing this as a rollback point - does not compile | brain |
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 | 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 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 | Cast value to long instead of int, shouldn't break any sane system, fixes war... | om |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | bad_alloc is thrown by reference not by value | brain |
2006-08-10 | Add a default exception handler around main() | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | Fix passing wrong instance to resolver | 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 | 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 | Move whowas stuff into its own namespace, move more stuff into userrec | brain |
2006-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-07 | Bail if we couldn't bind any ports (when did this get broken?) | brain |