]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Remove unused debug
[user/henk/code/inspircd.git] / src / inspircd.cpp
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-11-29 specialAdded InspIRCd::GetTimeDelta() - previously m_alltime...
2006-11-12 brainGrammar nazi in the hizouse
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-09 w00tMove peaveydk to core developers, jamie to contributors...
2006-11-05 brainChange message to indicate that the count only includes...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainAs requested by satmd, inspircd will now run with no...
2006-11-02 brainThis is tidier, we dont need a seperate bool and int
2006-11-02 brainLoadModule will now also return false if the glob patte...
2006-11-02 brainAllow wildcards in LoadModule calls. If a filename...
2006-10-31 brainSocket error state stuff
2006-10-28 brainNeeds more testing but seems to work: In DoBackgroundUs...
2006-10-28 brainTry this, werdnum
2006-10-27 brainAllow relative path on pid file
2006-10-16 brainAdded a tiny bit more logging to LoadModule, to log...
2006-10-04 brainWhowas is now fixed.
2006-10-02 brainRemove testcases
2006-10-02 brainAdd more features to modestacker so that we can stack...
2006-10-02 w00tIsNick moved to helperfuncs.cpp, makes a lot more sense...
2006-10-02 w00tRemove -notraceback and -nolimit from command line...
2006-10-02 w00tUpdate credits (add pippijn/jamie to startup notice...
2006-10-01 brainNow with binary versioning goodness
2006-09-26 w00tRemove deprecated -nolimit and -notraceback options
2006-09-09 brainModuleFactories are not being deleted, this means that...
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...
next