summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-02-11Bump API version (chanrec::setby increased from NICKMAX to 128)brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-02-10And make it compile. (whoops)brain
2007-02-10timermanager never had a ServerInstance. Give it one so we can use InspIRCd::...brain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-02-07Ident fixes,brain
2007-02-07Added support for explicitly binding an outbound connection to an ip. Will be...brain
2007-02-06Fixes to allow inspsocket connects to be protocol transparentbrain
2007-02-05No gaurantees on this atmbrain
2007-02-05This wont compile atmbrain
2007-02-05Stuff to make dns work protocol-independentbrain
2007-02-05Not safe for use yetbrain
2007-02-05Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO...brain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-01-30Documentation change to indicate errno is valid on return from the constructo...brain
2007-01-20Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac...special
2007-01-14Someone left the colon off the 'end of list' numeric in u_listmode.h. I dont ...brain
2007-01-14Added interface 'ChannelBanList' that these two modules implement. Send a req...brain
2007-01-14g++ is picky about default params with overloadingbrain
2007-01-14Add alias:matchcase config setting (per-alias, determines wether to match cas...brain
2007-01-12Update inline documentation for DelFd() so the doxygen docs will be correct.peavey
2007-01-11Quick tweak before work, set the default force=false in these (im not keen on...brain
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2007-01-09Comment on a lot of recently added stuff that wasnt properly documented (unti...brain
2007-01-09Someone forgot to make correct deps for timer.h. Fixed.brain
2007-01-09Have ConvNumeric correctly convert 0 to 0 instead of an empty string.peavey
2007-01-09Add specialization for ConvToStr on a single char, return std::string(in,1) :pbrain
2007-01-09This is better, and proved workingbrain
2007-01-09This is a bit betterbrain
2007-01-09Overloaded template classes for mucho improved ConvToStr speedbrain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-08cmd_whowas now uses the shiny new repeating timer.peavey
2007-01-08Add repeating timers, and make an hourly prune of the dns cache, otherwise a ...brain
2007-01-08Move whowas containers into whowas class to avoid all cpp files including cmd...peavey
2007-01-08Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u...brain
2007-01-07Update a comment, and touch a header just to make people rebuild stuff >:)brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07And its all done and working!brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07add internal cmdhandler that will make it easy to move stuff out of core and ...peavey
2007-01-04Massive speedups for applying and checking perm xlines - matches_*line() now ...brain
2007-01-03Fix lusers breakage introduced by latest set of optimizationsbrain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2007-01-01Add port type identifiersbrain
2006-12-31Add missing feature: /rehash reinitializes dns subsytem (and can handle chang...brain
2006-12-30Cached GetFullRealHost etc.brain
2006-12-30Properly document support for libhamstersbrain