summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-12more cleanuppeavey
2008-09-12cleanuppeavey
2008-09-12fix for listenbase, tested and works like a charm.peavey
2008-09-12Cleanup of some internals. Tested via m_httpd.w00t
2008-09-11Remove proxyscan, it doesn't exist now.w00t
2008-09-11Remove some duplication, everything calls the SE equivilant anyway.w00t
2008-09-11Remove useless parameter.w00t
2008-09-11Fix a comment.w00t
2008-09-11Fix KILL server-notice duplicationaquanight
2008-09-11Experimental WSAPoll (thanks for not just using poll(), guys) support for Win...w00t
2008-09-11Minor stylistic improvements.w00t
2008-09-11These socket engines may now recieve write and read events in the same cycle,...w00t
2008-09-11Fix a compile oops.w00t
2008-09-11There is absolutely no need to cache connect timeout.w00t
2008-09-11Remove an unused member.w00t
2008-09-11Windows doesn't need blocking connect, IOCP was the cause of that.w00t
2008-09-11Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ...w00t
2008-09-10Back out change, as this doesn't work properly with channel bans.. Prioritise...w00t
2008-09-10Bit of a tidyup, generate cloak whenever first set, not necessarily on connectw00t
2008-09-10Hook conn_umodes before anything else so that config order is less of a factorw00t
2008-09-10Clear out the string used for the temporarily stored hostname during DNS reso...special
2008-09-10Move XMLSocket to be modulemanager-provided, flash now has real socket suppor...w00t
2008-09-10Fixed comments for cached host fields in User; 3/4 of these were completely i...special
2008-09-09Remove a totally redundant method (this is already available via inheritance ...w00t
2008-09-09Remember to free some stuff when failing in the ctorbrain
2008-09-09fix compile errors (whoops)brain
2008-09-09Whoops, schoolboy errorbrain
2008-09-09Add connmutex to mutex the connections vector, otherwise we can get access fr...brain
2008-09-09peavey, w00t, this works now. Methods werent copied right. Please feel free t...brain
2008-09-09fixed a /MT to be /MDbrain
2008-09-09fix various bodge-ups, we must have been tired when fixing this in the first ...brain
2008-09-09not test compiled yet: sql modules werent working because someone chopped out...brain
2008-09-08Remove a (now nonexistant) reference from .hw00t
2008-09-08Check the wrong way around is just stupid. ;pw00t
2008-09-08Fix warning, thanks peavumsw00t
2008-09-08Growl.w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08More compile fixes.w00t
2008-09-08Fix compile problems hopefully..w00t
2008-09-08(Attempt to) convert MySQL to using listener base.w00t
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-09-08Give httpd a custom listener class, specialised in creating HttpServerSockets.w00t
2008-09-08Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste...w00t
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-08Move this to another (yet more appropriate) place, saves some syscalls in an ...w00t
2008-09-08Add incoming IP to OnAcceptReadyw00t
2008-09-07Allow for silencing getmodules() output (is annoying when using modulemanager)w00t
2008-09-07Add "list" and usage to modulemanager [danieldg]w00t
2008-09-07Fix missing semicolon in m_ssl_openssl [danieldg]w00t
2008-09-07Move a socket sanity check into the generic listener handler, avoiding the ne...w00t