Age | Commit message (Expand) | Author |
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-10 | Back out change, as this doesn't work properly with channel bans.. Prioritise... | w00t |
2008-09-10 | Bit of a tidyup, generate cloak whenever first set, not necessarily on connect | w00t |
2008-09-10 | Hook conn_umodes before anything else so that config order is less of a factor | w00t |
2008-09-10 | Clear out the string used for the temporarily stored hostname during DNS reso... | special |
2008-09-10 | Move XMLSocket to be modulemanager-provided, flash now has real socket suppor... | w00t |
2008-09-10 | Fixed comments for cached host fields in User; 3/4 of these were completely i... | special |
2008-09-09 | Remove a totally redundant method (this is already available via inheritance ... | w00t |
2008-09-09 | Remember to free some stuff when failing in the ctor | brain |
2008-09-09 | fix compile errors (whoops) | brain |
2008-09-09 | Whoops, schoolboy error | brain |
2008-09-09 | Add connmutex to mutex the connections vector, otherwise we can get access fr... | brain |
2008-09-09 | peavey, w00t, this works now. Methods werent copied right. Please feel free t... | brain |
2008-09-09 | fixed a /MT to be /MD | brain |
2008-09-09 | fix various bodge-ups, we must have been tired when fixing this in the first ... | brain |
2008-09-09 | not test compiled yet: sql modules werent working because someone chopped out... | brain |
2008-09-08 | Remove a (now nonexistant) reference from .h | w00t |
2008-09-08 | Check the wrong way around is just stupid. ;p | w00t |
2008-09-08 | Fix warning, thanks peavums | w00t |
2008-09-08 | Growl. | w00t |
2008-09-08 | Remove crappy, unsafe (and now unneeded!) casts. | w00t |
2008-09-08 | More compile fixes. | w00t |
2008-09-08 | Fix compile problems hopefully.. | w00t |
2008-09-08 | (Attempt to) convert MySQL to using listener base. | w00t |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-09-08 | Give httpd a custom listener class, specialised in creating HttpServerSockets. | w00t |
2008-09-08 | Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste... | w00t |
2008-09-08 | Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre... | w00t |
2008-09-08 | Move this to another (yet more appropriate) place, saves some syscalls in an ... | w00t |
2008-09-08 | Add incoming IP to OnAcceptReady | w00t |
2008-09-07 | Allow for silencing getmodules() output (is annoying when using modulemanager) | w00t |
2008-09-07 | Add "list" and usage to modulemanager [danieldg] | w00t |
2008-09-07 | Fix missing semicolon in m_ssl_openssl [danieldg] | w00t |
2008-09-07 | Move a socket sanity check into the generic listener handler, avoiding the ne... | w00t |
2008-09-07 | Tidy up some of the internals a bit, making things a bit more extensible and ... | w00t |
2008-09-07 | Fix windows project files | brain |
2008-09-07 | Merge class connection in with class user (nothing else inherits it anyway, a... | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-09-07 | Initialising the member we added might be an idea. | w00t |
2008-09-07 | Make this work with older git, too (thanks danieldg) | w00t |
2008-09-07 | Use git describe rather than git-svn, it works better with secondary clones | w00t |
2008-09-07 | Updates | w00t |
2008-09-07 | Invite timeout on server-to-server is already a unix timestamp | w00t |
2008-09-07 | Fix IO hooking modules to use the new (not old) hooking call | w00t |
2008-09-07 | Fix a stupid error, and two warnings. | w00t |
2008-09-07 | Move socket hooking in inspsocket to utilise the new system properly. | w00t |
2008-09-07 | Fix forward-declaration caused as a result of recent changes. | w00t |