Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-17 | Fix for incorrect template application by GCC 3.4 | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-09 | Rewrite BufferedSocket::BindAddr to actually make sense, and not infinite loo... | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-13 | Remove unneeded namespace stuff. | w00t |
2008-09-12 | Minor style tidyup. | w00t |
2008-09-12 | Cleanup of some internals. Tested via m_httpd. | w00t |
2008-09-11 | Remove some duplication, everything calls the SE equivilant anyway. | w00t |
2008-09-11 | Remove useless parameter. | w00t |
2008-09-11 | Fix a comment. | w00t |
2008-09-11 | There is absolutely no need to cache connect timeout. | w00t |
2008-09-11 | Remove an unused member. | w00t |
2008-09-11 | Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ... | w00t |
2008-09-09 | Remove a totally redundant method (this is already available via inheritance ... | w00t |
2008-09-08 | Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste... | w00t |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Remove deprecated BufferedSocket::MarkAsClosed() | w00t |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | w00t |
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-05-19 | Space indents must die. | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-02-07 | Added support for explicitly binding an outbound connection to an ip. Will be... | brain |
2007-02-06 | Fixes to allow inspsocket connects to be protocol transparent | brain |
2007-01-30 | Documentation change to indicate errno is valid on return from the constructo... | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-06 | Document more classes | brain |
2006-08-28 | Connect timeouts now work again, using InspSocket | brain |
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 |