Age | Commit message (Expand) | Author |
2007-01-08 | Add repeating timers, and make an hourly prune of the dns cache, otherwise a ... | brain |
2007-01-08 | Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u... | brain |
2007-01-08 | Oh, this tweak is for w00t -- rehash will remove expired items from the dns c... | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2006-12-31 | Fix whoopsies | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-18 | Refactor dns.cpp to use an array of request types rather than map, for O(1) l... | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-11-19 | Fix all the _FORTIFY_SOURCE warnings except "punned pointer". | brain |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-02 | Apply patch by satmd which performs ipv4 lookup on 4in6 users | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-22 | Default to 5 if none set | brain |
2006-10-22 | Respect the dns timeout value in the conf | brain |
2006-10-22 | Change around some dns stuff (dont use this yet) | brain |
2006-10-22 | Call OnError when timing out | brain |
2006-10-22 | DNS timeouts missing | brain |
2006-10-06 | Document more classes | brain |
2006-09-08 | Fix for uninitialized var in valgrind output | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Passing invalid instance to dns isnt a good idea | brain |
2006-08-09 | Fix passing wrong instance to resolver | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-04 | Fixes for ::0 ip's, disable autobind when using ::ffff: etc | brain |
2006-08-04 | Safety wrapper defines for ipv6 code on ipv4 ircds | brain |
2006-08-03 | Add proper support for "munging" of ipv6 addresses when ::ffff:addr is used (... | brain |
2006-08-03 | Change some checking | brain |
2006-08-03 | More stuff | brain |
2006-08-03 | Odd stuff with ::ffff ipv6 addresses | brain |
2006-08-03 | Extra debug | brain |
2006-08-03 | Tweak | brain |
2006-08-03 | Tweak tweak | brain |
2006-08-03 | Change to use inaddr6_any | brain |
2006-08-03 | Add more debug | brain |
2006-08-03 | Debug output on invalid nameserver address in constructor | brain |
2006-08-03 | Add strerror stuff | brain |
2006-08-03 | Tidier MakeIP6Int() | brain |
2006-08-03 | Its ip6.arpa, not ip6.int? | brain |
2006-08-03 | Extra stuff for forcing a v4 or v6 lookup | brain |