Age | Commit message (Expand) | Author |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | 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 | Minor stylistic improvements. | w00t |
2008-09-11 | Fix a compile oops. | 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 | Windows doesn't need blocking connect, IOCP was the cause of that. | 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-09-07 | Move socket hooking in inspsocket to utilise the new system properly. | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-19 | Fix the 4-byte read madness discovered by psychon | brain |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-07-02 | Fix an off-by-one which could possibly perhaps cause djGrrr/satmd's bug by dr... | w00t |
2008-05-19 | Listening bufferedsockets dont have an OnRawSocketClose event as theyre never... | brain |
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-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-14 | IPv6 fix, thanks to danieldg. Doesn't affect 1.1. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ... | brain |
2007-11-11 | This works with multiple remote includes now except it hangs when an include ... | brain |
2007-11-01 | Comment a message out that people regularly attempt to interpret | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-13 | Fix potential for ssl to block, based on patch submitted by djGrrr, adjusted ... | brain |
2007-09-13 | Fixed a rare infinite loop in InspSocket::FlushWriteBuffer() - this could onl... | special |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-23 | Someone really should fix the blocking connects on windows craq... | brain |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-20 | Add comments explaining why we have sockaddr[2] so that nobody goes 'w...t..f... | brain |
2007-08-20 | Fix a bug i just introduced while playing with the code | brain |
2007-08-20 | The only possibility for the issue sts found is that a socket is deleted but ... | brain |
2007-07-27 | Windows specific data types in EventHandler are now Extensible items | brain |
2007-07-27 | Tidyups, remove of ifdefs | brain |
2007-07-27 | Found the bug, turns out i just introduced it with the last commit :p | brain |
2007-07-27 | Some smart tricks to eliminate win32 ifdefs that are creeping into portable f... | brain |
2007-07-23 | * Sockets will now always be nonblocking on win32 version of InspIRCd. There ... | burlex |
2007-07-18 | Ive tidied up the mode count stuff, but i still cant duplicate negative invis... | 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-07-11 | Fix for bug #347. | brain |
2007-07-06 | Warning: Loads of craq logging in here atm. /connect with openssl is broken, ... | brain |