Age | Commit message (Expand) | Author |
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 |
2006-08-03 | Improved ip6.int builder (no more HUGE sprintf craq) | 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 | AAAA lookup fixed. Theyre returned as string, without need for inet_pton with... | brain |
2006-08-03 | Support CNAME, AAAA | brain |
2006-08-03 | Fix sockaddr structs for ipv6 | brain |
2006-08-03 | Add some commenting | brain |
2006-08-03 | add erroring if there are already 65536 id's in transit | brain |
2006-08-03 | Check for spoofed DNS replies where the source-port is invalid, or the ip is ... | brain |
2006-08-03 | Properly check for duplicate dns id's from the PRNG | brain |
2006-08-03 | Improve PRNG | brain |
2006-08-02 | Pseudo-random id's again, combined with incrementing value, gettimeofday and ... | brain |
2006-08-02 | Add back stats counters for dns total, good and bad | brain |
2006-08-02 | Allocate request id's in sequence, which means we wont get a duplicate id unt... | brain |
2006-08-02 | Change more names and types | brain |
2006-08-02 | Absolutely everything is now part of class DNS, or class Resolver. | brain |
2006-08-02 | More tidying | 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 | Tweak case of all classes to match those in the rest of the core | brain |
2006-08-02 | Change comment at start of the file, rename dns_connection | brain |
2006-08-02 | Change a message | brain |
2006-08-02 | More tidying. Add comments. More comments to do :p | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | The great summer clean (better than a spring clean) | brain |
2006-08-02 | Tidyup var names. people who use 'l' to mean 'length' need to be shot with a ... | brain |
2006-08-02 | More tidyups | brain |
2006-08-02 | Tidyups (as usual) | brain |