Age | Commit message (Expand) | Author |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-19 | Space indents must die. | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-02-05 | No gaurantees on this atm | brain |
2007-02-05 | This wont compile atm | brain |
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 |