index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dns.cpp
Age
Commit message (
Expand
)
Author
2012-03-27
Fixed unpacking multiple names from dns packets when one has multiple compres...
Adam
2012-03-13
Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ran...
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-02-13
Removed our RNG and just use the systems, it's not very widely used. Also mad...
Adam
2011-09-10
Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie...
Adam
2011-08-10
Fixed windows build
Adam
2011-07-06
Only call send once per write event in dns manager
Adam
2011-07-03
Clean up some of the dns code, udp is connectionless anyway so this isnt requ...
Adam
2011-05-21
Made Anope able to process normally when disconnected from the uplink and not...
Adam
2011-05-16
Unmodularized the socket engine because its causing problems and really is un...
Adam
2011-04-25
Don't attempt to connect to the uplink if given invalid hostnames
Adam
2010-12-21
Allow hostmasks to be in uplink:host
Adam
2010-12-13
Bug #1079 - Don't use users real host and IPs when matching against
Adam
2010-12-12
Fixed DNS caching and made DNS cache empty results
Adam
2010-11-11
Removed an unused variable
Adam
2010-11-11
Fixed possible unsafe iteration when purging dns cache, and fixed the dns cac...
Adam
2010-11-09
Fixed DNS caching and made DNS cache empty results
Adam
2010-11-09
Fixed a crash in the DNS engine when using cached results
Adam
2010-10-21
Changed the log:normal config directive to a list like the other log values, ...
Adam
2010-10-11
Fixed Windows build
Adam
2010-10-11
Fixed some warnings
Adam
2010-10-09
Fixed a crash in the dns engine if we receive a reply after a request has tim...
Adam
2010-10-07
Fixed a crash if the dns engine is unable to add questions into DNS packets
Adam
2010-10-01
Rewrote some of the socket code to allow m_ssl to be a service.
Adam
2010-09-18
DNSSocket doesn't need to save the server addr anymore
Adam
2010-09-17
Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...
Adam
2010-09-16
Fixed connecting back to the nameserver if we lose connection, and detecting ...
Adam
2010-09-14
Give DNS requests an error when their creator is being unloaded instead of ju...
Adam
2010-09-14
Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin...
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-09-09
Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...
Adam