Age | Commit message (Expand) | Author |
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 |
2007-11-11 | Hmm | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | InspTimer -> Timer | w00t |
2007-09-05 | Fixed IPv6 resolving on big-endian machines (bug #403). Patch by Stric. | special |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-23 | Tidyup some duplicated code | brain |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-08-15 | Removal of ifdef | brain |
2007-08-09 | Make sure that dns sockets never block (thanks djGrrr) | brain |
2007-07-27 | Windows specific data types in EventHandler are now Extensible items | brain |