]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspircd.h
Make error reporting work properly, it seemed to loose errors.
[user/henk/code/inspircd.git] / include / inspircd.h
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-06 brainWe had to roll our own time function because some craqs...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-03-26 brainFix bug reported by darix where inspircd process return...
2007-03-03 peaveyRebuild 005 on rehash. Tracker: bug #234
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-09 peaveyHave ConvNumeric correctly convert 0 to 0 instead of...
2007-01-09 brainAdd specialization for ConvToStr on a single char,...
2007-01-09 brainThis is better, and proved working
2007-01-09 brainThis is a bit better
2007-01-09 brainOverloaded template classes for mucho improved ConvToSt...
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-07 brainUpdate a comment, and touch a header just to make peopl...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2006-12-30 brainProperly document support for libhamsters
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-26 peaveyAdd Template itoa to convert integer to char*
2006-12-23 brainHash rehashing change
2006-12-23 brainClose logfile on rehash and reopen (it was only doing...
2006-12-23 brainFix exit in wrong place, and add new exitcodes.h
2006-12-23 brainProgram termination (including SIGTERM) now calls InspI...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-22 brainAdd ConvToInt() template to go with ConvToStr() that...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-14 brainCPU Usage percent in stats z! yay!
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-05 brainDocument FindInterface, PublishInterface, UnpublishInte...
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainThis has changed again, i suggest you dont bother tryin...
2006-11-29 specialAdded InspIRCd::GetTimeDelta() - previously m_alltime...
2006-11-13 peaveyadd <whowas> config option to control whowas behaviour...
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
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-01 brainNew events for special. Event id's "new_server" and...
2006-10-31 brainSocket error state stuff
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainNeeds more testing but seems to work: In DoBackgroundUs...
2006-09-26 w00tRemove deprecated -nolimit and -notraceback options
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-19 brainMake it virtual, in case someone ever wants to make...
2006-08-19 brainExtra comments about how the FileLogger class schedules...
2006-08-18 brainMake DELETE inline so its about as fast as the define...
2006-08-18 brainChange #define DELETE to a template
2006-08-18 brainChange comment
2006-08-18 brainNONBLOCKING LOGGER!
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-12 brainDocument command_parse.h and CommandParser class
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainJust about enough docs to rebuild the docs page now
2006-08-11 brainDocumented all of the functions in a basic manner here...
2006-08-11 brainMore comments
2006-08-11 brainTons of comments
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainFix FOREACH_MOD macros
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 ReadBuffer into InspIRCd class
2006-08-11 brainMove whowas into InspIRCd
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove all_opers into class InspIRCd
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 IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainRelocate timer stuff into TimerManager class
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 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-06 brainAdd -notraceback startup option, disables automatic...
2006-08-02 brainMove more stuff into class DNS
2006-07-19 brainChange stats recv/send to double, so they can hold...
2006-07-19 brainChange counters to unsigned long to prevent overflow...
2006-07-10 brainInherit tons of stuff from classbase that should always...
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 omAnd add the include to make all the modules compile...
2006-06-29 omThis already adds the file and line number itself,...
2006-04-25 brainCheck for NULL, set pointers to NULL after deletion
2006-04-24 brainFix various typos and warnings
2006-04-24 brainTypo in the macro :p
next