]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_dns.cpp
core_dns Remove incomplete support for multiple questions per query
[user/henk/code/inspircd.git] / src / coremods / core_dns.cpp
2015-04-21 Attila Molnarcore_dns Remove incomplete support for multiple questio...
2015-04-21 Attila Molnarcore_dns Reject incoming packets with qdcount != 1
2015-04-21 Attila Molnarcore_dns Don't store query class code in Question
2015-04-21 Attila Molnarcore_dns Remove ability to pack answers
2015-04-21 Attila Molnarcore_dns Add typedef for request id, change it to uint16_t
2015-04-21 Attila Molnarcore_dns Allow usage of id 65535
2015-04-21 Attila Molnarcore_dns Allow usage of id 0
2015-04-21 Adamcore_dns Move packet source address checking before...
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-10 Attila Molnarcore_dns Change source of log messages to MODNAME,...
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/