Age | Commit message (Expand) | Author |
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 |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-15 | Bigger read buffers on ibuf | brain |
2005-12-15 | Added Buffer member | brain |
2005-12-15 | Added FlushWriteBuffer | brain |
2005-12-12 | Commented more stuff | brain |
2005-12-12 | Fixed timeout code | brain |
2005-12-12 | Added module sockets to new engine, MAY NOT WORK | brain |
2005-12-06 | Made ibuf larger to hold more of a burst | brain |
2005-11-27 | Added proper administrativia notices to CONNECT and inbound connections | brain |
2005-11-27 | Added /CONNECT | brain |
2005-11-26 | Added reading of server link configs | brain |
2005-11-26 | Added listening socket support for InspSocket | brain |
2005-11-25 | Added ifndef stuff | brain |