Age | Commit message (Expand) | Author |
2007-01-09 | Comment on a lot of recently added stuff that wasnt properly documented (unti... | brain |
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-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 | 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 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | 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-10-31 | Socket error state stuff | brain |
2006-10-22 | Change around some dns stuff (dont use this yet) | brain |
2006-10-22 | Call OnError when timing out | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-03 | Add proper support for "munging" of ipv6 addresses when ::ffff:addr is used (... | brain |
2006-08-03 | Change comments to reflect change from ip6.int to ip6.arpa which occured on ... | brain |
2006-08-03 | Extra stuff for forcing a v4 or v6 lookup | brain |
2006-08-03 | Added test framework, so that i can work on improving MakeIP6Int | brain |
2006-08-03 | *.ip6.int PTR lookups. FUGLY AS FUCK. someone please help me tidy (backported... | brain |
2006-08-03 | Support CNAME, AAAA | brain |
2006-08-03 | Check for spoofed DNS replies where the source-port is invalid, or the ip is ... | brain |
2006-08-03 | Improve PRNG | brain |
2006-08-02 | Added comments to class DNS and typedefs | brain |
2006-08-02 | Allocate request id's in sequence, which means we wont get a duplicate id unt... | brain |
2006-08-02 | Change to a const | brain |
2006-08-02 | Change more names and types | brain |
2006-08-02 | Move more stuff into private members of class DNS | brain |
2006-08-02 | Tidyups, rename some vars | brain |
2006-08-02 | Made MasterSocket static | brain |
2006-08-02 | Move more stuff into class DNS | brain |
2006-08-02 | Change comment at start of the file, rename dns_connection | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | Change comment which referred to an fd, is now an id | brain |
2006-08-01 | Remove unused vars from class DNS | brain |
2006-08-01 | Remove unused temp buffers | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-12 | Tiny tiny docs update, not even worth re-generating the docs for atm | brain |
2006-07-12 | Document class Resolver | brain |
2006-07-12 | Make it work: | brain |
2006-07-12 | Added class Resolver (needs testing) | brain |
2006-07-10 | Sort include dependencies of dns.h | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-04-10 | Route some more stuff through socket.h and hash_map.h. Add #define protection... | om |