Age | Commit message (Expand) | Author |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-07-19 | * Seperate out socket engines into derived classes of SocketEngine. | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-07-07 | Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me... | brain |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |
2006-06-29 | Convert char* to const char* in InspSocket constructor prototype. Shouldn't b... | om |
2006-06-27 | Added auto-binding, picks the first ip in the <bind> tags that isnt localhost... | brain |
2006-04-10 | Route some more stuff through socket.h and hash_map.h. Add #define protection... | om |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |