]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspircd.h
Remove a wrapper, it's easy to read as is :p
[user/henk/code/inspircd.git] / include / inspircd.h
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-09-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 w00tDocument the need for the fake client
2007-08-28 w00tOops. This is supposed to be a public member
2007-08-28 w00tAdd a global fake client to class InspIRCd used instead...
2007-08-27 brainAdd FindNickOnly, that wont fall through to uid checks...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 w00tAdd InspIRCd::FindUUID() methods. Currently, these...
2007-08-26 w00tAdd skeleton functions for UID stuff.
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-08-09 w00tRemove an un-needed define while I poke around in here
2007-07-27 brainMove a bunch of stuff around for tidyness, win32 functi...
2007-07-26 brainMove a ton of stuff into caller* functors
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-25 peaveyRehash from console works again due to new signalhandle...
2007-07-25 brainShorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9...
2007-07-25 brainTurn IsIdent into a functor
2007-07-25 brainAdd stuff for functors. Currently, as a test case only...
2007-07-25 peaveyBegin move of rehash to server.cpp - broken rehash...
2007-07-25 peaveyPut FileLogger in it's own class. Useful when logging...
2007-07-24 w00tReplace some voodoo with a define
2007-07-24 w00tAnd remove it from the header..
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainComment stuff that lacks it
2007-06-14 pippijnSome general syntax cleanups.
2007-06-05 brainSexeger!
2007-06-05 brainRefactored InspIRCd::Duration(). The leetcode now lives!
2007-06-04 brainExcess flood tidyups
2007-05-21 brainI think this was the source of burlex's confusion with...
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 w00tRemove some stuff deprecated since 1.0
2007-05-11 brainRefactor port binding, warning not yet tested fully
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
next