]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-08-03 brainChange some checking
2006-08-03 brainMore stuff
2006-08-03 brainOdd stuff with ::ffff ipv6 addresses
2006-08-03 brainExtra debug
2006-08-03 brainTweak
2006-08-03 brainTweak tweak
2006-08-03 brainChange to use inaddr6_any
2006-08-03 brainAdd more debug
2006-08-03 brainDebug output on invalid nameserver address in constructor
2006-08-03 brainAdd strerror stuff
2006-08-03 brainChange comments to reflect change from ip6.int to...
2006-08-03 brainTidier MakeIP6Int()
2006-08-03 brainIts ip6.arpa, not ip6.int?
2006-08-03 brainExtra stuff for forcing a v4 or v6 lookup
2006-08-03 brainImproved ip6.int builder (no more HUGE sprintf craq)
2006-08-03 brainAdded test framework, so that i can work on improving...
2006-08-03 brain*.ip6.int PTR lookups. FUGLY AS FUCK. someone please...
2006-08-03 brainAAAA lookup fixed. Theyre returned as string, without...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-03 brainSupport CNAME, AAAA
2006-08-03 brainFix sockaddr structs for ipv6
2006-08-03 brainFix bindsocket to work in ipv6 mode
2006-08-03 brainAdd some commenting
2006-08-03 brainadd erroring if there are already 65536 id's in transit
2006-08-03 brainCheck for spoofed DNS replies where the source-port...
2006-08-03 brainProperly check for duplicate dns id's from the PRNG
2006-08-03 brainImprove PRNG
2006-08-03 brainDynamically generate 004 numeric from the modehandler...
2006-08-02 brainAdded comments to class DNS and typedefs
2006-08-02 brainPseudo-random id's again, combined with incrementing...
2006-08-02 brainAdd back stats counters for dns total, good and bad
2006-08-02 brainAllocate request id's in sequence, which means we wont...
2006-08-02 brainChange to a const
2006-08-02 brainChange more names and types
2006-08-02 brainAbsolutely everything is now part of class DNS, or...
2006-08-02 brainMore tidying
2006-08-02 brainMove more stuff into private members of class DNS
2006-08-02 brainTidyups, rename some vars
2006-08-02 brainMade MasterSocket static
2006-08-02 brainMove more stuff into class DNS
2006-08-02 brainTweak case of all classes to match those in the rest...
2006-08-02 brainChange comment at start of the file, rename dns_connection
2006-08-02 brainChange a message
2006-08-02 brainMore tidying. Add comments. More comments to do :p
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-02 brainThe great summer clean (better than a spring clean)
2006-08-02 brainTidyup var names. people who use 'l' to mean 'length...
2006-08-02 brainMore tidyups
2006-08-02 brainTidyups (as usual)
2006-08-02 brainMore tidyups
2006-08-02 brainTidyup var names. If i ever meet this person who called...
2006-08-02 brainTidyup dns.cpp
2006-08-02 brainCheck for invalid ip's being bound to
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainCheck for duplicate servers in OnLookupComplete
2006-08-02 brainComment ServernameResolver class
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-02 brainChange comment which referred to an fd, is now an id
2006-08-02 brainFixes
2006-08-01 brainRemove dnsqueue
2006-08-01 brainRemove dnsqueue
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainFixes
2006-08-01 brainFixes
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainRemove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job...
2006-08-01 brainRemove unused vars from class DNS
2006-08-01 brainRemove unused temp buffers
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-08-01 brainClone counting works with ipv6 now
2006-08-01 brainAdd support for comparing ipv6 for clone counting
2006-08-01 brainRemove the same craq
2006-08-01 brainRemove ZapThisDns
2006-08-01 brainFix broken inet_pton call
2006-08-01 brainFixes for inspsocket in ipv6 environment
2006-08-01 brainStill working under ipv4 now
2006-08-01 brainDns stuff
2006-08-01 brainThis might well be the last commit to this dns resolver...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-08-01 brainMissing include breaks "make clean" on the cmd_* files
2006-07-31 brainRemove match/wildcmp wrapper which just casts from...
2006-07-30 brainI think ive found the answer to the hanging connections...
2006-07-30 brainWhen m_ident isnt loaded, dont prepend ~ to idents
2006-07-30 brainBack to 1.1.0+SVN
2006-07-30 brain1.1.0+PartyHats(ATP)
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-30 brainFix to send out modes remotely when a ban expires so...
2006-07-30 brainFix more timedban stuff - possible infinite loop if...
2006-07-29 brainFix for bug which can lock up ircd if someone adds...
2006-07-29 brainStarted UserManager class
2006-07-29 brainFix typo
2006-07-28 brainAllow invalid nicks from remote users in NICK (we'll...
2006-07-28 brainRemove documentation of m_operwho from here
2006-07-28 brainRemove m_operwho, no longer required in 1.1 as standard...
2006-07-28 brainFinish off /WHO (i think it covers everything). Now...
2006-07-28 brainTidyup
2006-07-28 brainTypical, forgot a ;
2006-07-28 brainDocument <options:syntaxhints> and <options:nouserdns>
next