Age | Commit message (Expand) | Author |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |
2007-06-14 | - Made the recvfrom wrapper a bit neater. | burlex |
2007-06-14 | - Fixed UDP Overlapped I/O under windows. (not the best way this could be don... | burlex |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-02-07 | Ident fixes, | brain |
2007-02-06 | Remove debug output that was only useful to me | brain |
2007-02-06 | Move var around | brain |
2007-02-06 | DNS lookups now work for users. | brain |
2007-02-06 | Fix the ipv6 end | brain |
2007-02-06 | Change some stuff here to bind INADDR_ANY | brain |
2007-02-05 | No gaurantees on this atm | brain |
2007-02-05 | This wont compile atm | brain |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-01-21 | Keep gcc from whining when there is NOT an error (see the comments added) | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-08 | Add repeating timers, and make an hourly prune of the dns cache, otherwise a ... | brain |
2007-01-08 | Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u... | brain |
2007-01-08 | Oh, this tweak is for w00t -- rehash will remove expired items from the dns c... | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2006-12-31 | Fix whoopsies | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-18 | Refactor dns.cpp to use an array of request types rather than map, for O(1) l... | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-11-19 | Fix all the _FORTIFY_SOURCE warnings except "punned pointer". | brain |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-02 | Apply patch by satmd which performs ipv4 lookup on 4in6 users | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-22 | Default to 5 if none set | brain |
2006-10-22 | Respect the dns timeout value in the conf | brain |
2006-10-22 | Change around some dns stuff (dont use this yet) | brain |
2006-10-22 | Call OnError when timing out | brain |
2006-10-22 | DNS timeouts missing | brain |
2006-10-06 | Document more classes | brain |
2006-09-08 | Fix for uninitialized var in valgrind output | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Passing invalid instance to dns isnt a good idea | brain |