index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dns.cpp
Age
Commit message (
Expand
)
Author
2016-02-13
Limit DNS cache size
Attila Molnar
2016-02-13
Cap TTL of DNS cache entries
Attila Molnar
2016-02-13
Garbage collect DNS cache more often
Attila Molnar
2015-04-16
Reject replies to DNS PTR requests that contain invalid characters
Attila Molnar
2014-10-22
Fail AAAA DNS queries if inet_ntop() fails
Attila Molnar
2014-09-08
Remove IPv6 address compaction.
Adam
2014-09-08
Do not use the result of the dns cache when the query type of the result is d...
Adam
2013-03-20
Fix infinite loop when all DNS request slots are in use
attilamolnar
2013-03-11
Remove dead code from DNS
attilamolnar
2013-03-11
Either store the Resolver in DNS::AddResolverClass() or delete it before retu...
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-03-27
Fixed infinite loop cauesd by invalid dns packets
Adam
2012-03-26
Fixed out of bounds memory access from malformed DNS queries that have an inv...
Adam
2012-03-20
dns: cleanup ResultIsReady() prototype
William Pitcock
2012-03-20
dns: more hardening
William Pitcock
2012-03-20
dns: reject messages with lengths larger than DNSHeader with prejudice
William Pitcock
2012-03-20
dns: iterators which are integer should always be unsigned, else an integer u...
William Pitcock
2010-04-26
Define comparator for irc::sockets::sockaddrs
Daniel De Graaf
2010-04-26
Add debug output for received DNS packets
Daniel De Graaf
2010-04-25
Change DNS binding to avoid BindSocket which could use the wrong address family
Daniel De Graaf
2010-04-24
Add better debug output to dns.cpp
Daniel De Graaf
2010-03-23
Calling OnError from Resolver's constructor is broken; just use the exception
danieldg
2010-02-09
Add random number generation functions to InspIRCd class.
danieldg
2010-01-18
Remove excessive gettimeofday system calls
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-24
Get rid of OpenTCPSocket
danieldg
2009-10-22
Make irc::sockets::* parameters consistent, add irc::sockets::mask
danieldg
2009-10-03
Fix crash due to null address in DNS
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-30
Remove include/inspircd_se_config.h and socketengine-specific headers
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-26
Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-02
Valgrind cleanup: fix segfault on exit
danieldg
2009-09-02
Valgrind cleanup: finish destructor creation
danieldg
2009-09-01
Remove unneeded #ifdef IPV6 lines
danieldg
2009-09-01
Remove now-unused insp_sockaddr and insp_inaddr types
danieldg
2009-09-01
Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs...
danieldg
2009-09-01
Strip SUPPORT_IP6LINKS #define
danieldg
2009-07-01
Move list of open ports out of Config object
danieldg
2009-06-30
Roll back mysterious DNS change from 2007 which broke multiple-answer
w00t
2009-04-05
Remove the unused RESOLVER_NOTREADY define and fix the spelling of RESLOVER_F...
psychon
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-14
Nuke trailing spaces
peavey
2009-01-02
Update copyrights for 2009.
w00t
2008-11-01
Second attempt at time() -> SI->Time(), now problems with the original were f...
w00t
2008-10-23
Revert earlier time() -> SI->Time() diff for now, this causes problems with d...
w00t
2008-10-23
Patch from Namegduf converting all instances (where possible) of time() -> Se...
w00t
[next]