]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspsocket.h
Move the socket functions like insp_ntoa into their own namespace. They arent really...
[user/henk/code/inspircd.git] / include / inspsocket.h
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...