]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Auto loading of commands as shared objects via dlsym (very lightweight interface...
[user/henk/code/inspircd.git] / src / inspircd.cpp
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainMore prefixchar stuff.
2006-08-18 brainNONBLOCKING LOGGER!
2006-08-18 brainFix trying to add failed ports to socketengine (<3...
2006-08-18 brainCorrectly return false on failure to fork
2006-08-18 brainChecking if child pid still exists, if it vanishes...
2006-08-18 brainWhen daemonizing, have parent process wait forever...
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-18 brainGet rid of SocketEngine::Wait and array-copy, change...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainOptimize tons more timer checking stuff
2006-08-17 brainDoSocketTimeouts and TickTimers only need to be called...
2006-08-13 brainClear fd_ref_table and socket_ref arrays in the constructor
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-11 brainRemove a blank line! WOO YAY! biggest commit all week!
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainThis commit-o-gram is dedicated to boo, because i geek...
2006-08-11 brainMove xline to before config system
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainMove whowas into InspIRCd
2006-08-11 brainRemoval of an extern
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove AllModulesReportReady into a private method of...
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 omCast value to long instead of int, shouldn't break...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainbad_alloc is thrown by reference not by value
2006-08-10 brainAdd a default exception handler around main()
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainFix passing wrong instance to resolver
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainMove whowas stuff into its own namespace, move more...
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-07 brainBail if we couldn't bind any ports (when did this get...
2006-08-07 brainThe segfaults on missing init_module symbol are now...
2006-08-07 brainAdded some hax :( to prevent invalid symbols. It seems...
2006-08-07 brainRemove dependent commands BEFORE deleting the Module...
2006-08-06 brainSyntax notice on bad commandline
2006-08-06 brainAdd -notraceback startup option, disables automatic...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-04 brainExtra debug
2006-08-02 brainMove more stuff into class DNS
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-19 brainChange stats recv/send to double, so they can hold...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-16 brainDisable test suite
2006-07-16 brainImproved this a lot
2006-07-16 brainThis should be faster, we read it like a stream now...
2006-07-16 brainirc::tokenstream is a token parser which using std...
2006-07-12 brainFinal test.
2006-07-12 brainTest
2006-07-12 brainMirroring test
2006-07-12 brainTest commit (this should be auto synched to staffbox)
2006-07-12 brainTest commit
2006-07-12 brainAdded class Resolver (needs testing)
2006-07-11 brainFix my last broken commit
2006-07-11 brainMove openSockfd[] into ServerConfig
2006-07-01 brainrelocate the Move* methods to private: where they belon...
2006-07-01 brainMake WritePID a public function of class InspIRCd
2006-07-01 brainMove SetSignals(), Start() and DaemonSeed() into privat...
2006-06-29 specialForward port of CullList and my bragging rights
2006-06-29 omYou don't need to cast a char* to a char* to put it...
2006-06-29 omRemove hardcoded filename prefix to log message, with...
2006-05-03 brainReturn false was missing
2006-05-02 brainNew header at the top of this file clarifying gplv2...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainFixes for lib dirs
2006-04-20 brainExecinfo stuff
2006-04-09 omShuffle some more includes around, const reference...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-04-07 omSlight optimisation to config reader, looks nicer even...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 w00ttrivial: Made a slight error on that last commit, misse...
2006-04-03 brainTest fixes for cpu eating issue
next