Age | Commit message (Expand) | Author |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-23 | Craquity craq De-craq! | brain |
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-06-17 | Comments | brain |
2007-06-14 | - Made the recvfrom wrapper a bit neater. | burlex |
2007-06-14 | Some general syntax cleanups. | pippijn |
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-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Not safe for use yet | brain |
2007-02-05 | Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO... | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-30 | Change description for insp_aton since only a positive return means convertio... | peavey |
2006-12-23 | Unload as many modules as we can on restart, and close listeners | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-10-31 | Socket error state stuff | brain |
2006-08-18 | Document ListenSocket class | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-12 | Document irc::socket namespace members/classes | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Move Blocking/NonBlocking to socket.cpp and make inline | brain |
2006-08-06 | Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-06 | Fix CIDR functions so they work | brain |
2006-08-01 | This might well be the last commit to this dns resolver in its current form. ... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6 | brain |
2006-04-11 | Die windows die. | om |
2006-04-10 | Route some more stuff through socket.h and hash_map.h. Add #define protection... | om |
2006-04-10 | Routing more socket includes through socket.h | om |
2006-04-09 | Shuffle some more includes around, const reference a few functions in inspircd.* | om |
2006-04-08 | Remove uneccessary socket includes now included in socket.h | om |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-08 | - first steps towards a working IPv6 port. I'll work more on this tomorrow. :-P | nenolod |
2006-03-26 | Regression for buffering of sockets | brain |
2006-03-12 | Commented a lot of stuff that hasnt been commented since 1.0.2 | brain |
2006-03-11 | Complete removal of all stl stuff here | brain |
2006-03-11 | Completely removed the deque | brain |
2006-03-11 | Fixes | brain |
2006-03-09 | Convert more by-values to const references, optimise ConfigReader a bit | om |
2006-03-07 | Tweaks to socket engine, faster buffer flush and hopefully more stable | brain |
2006-03-07 | Check for write errors in inspsocket (this is probably causing excessive cpu... | brain |
2006-02-07 | Slightly more efficient write buffers | brain |
2006-02-02 | Extra comments re. nonblocking DNS and use of IP addresses in constructor to ... | brain |
2006-02-02 | Nonblocking dns for InspSocket class (used by server to server) | brain |
2006-02-02 | *UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi... | brain |