Age | Commit message (Expand) | Author |
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 |
2008-09-13 | Merge commit 'danieldg/out-12' | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-12 | NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ... | brain |
2007-11-11 | Fixed all that, back to the crash we had before (yay?) | brain |
2007-11-11 | This fixed. Initialise dns at the end of pass 1 before loading first set of m... | brain |