summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-09-21This compiles but is NOT tested yet. Do not use unless you like pain.brain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-21Fixes. Dont try and catch exceptions within the RLine ctor, we dont always wa...brain
2008-09-21Fix various rline bugs, implement /stats R, and fix the issue where you get n...brain
2008-09-21Fix bug discovered by Ankit, m_rline loaded without regex provider causes seg...brain
2008-09-21Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ...brain
2008-09-21Make regex providers load correctly. Move m_rline to use the regex providers,...aquanight
2008-09-20Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ...aquanight
2008-09-19inbound sockets need a timeout, too. 30 secs should be pleantybrain
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-17Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d...brain
2008-09-16Shrink users properly on quit, and make cloaks for all existing users on load...brain
2008-09-14dont try and cloak if no valid cloak was returned (eg. localhost)peavey
2008-09-13more namespace fix0rzpeavey
2008-09-13Optimisationbrain
2008-09-13namespace fix0rzpeavey
2008-09-13Fix setting of +x before we've processed an OnUserConnectbrain
2008-09-12Last cleanup. All trunk extras now builds again.peavey
2008-09-12fix for listensocket, tested and also working like a charm.peavey
2008-09-12more cleanuppeavey
2008-09-12cleanuppeavey
2008-09-12fix for listenbase, tested and works like a charm.peavey
2008-09-11Fix KILL server-notice duplicationaquanight
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-10Move XMLSocket to be modulemanager-provided, flash now has real socket suppor...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-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-07Fix missing semicolon in m_ssl_openssl [danieldg]w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-09-07Fix IO hooking modules to use the new (not old) hooking callw00t
2008-09-07Don't execute multiple aliases after executing one.w00t
2008-09-07Fix aliases returning multiple messages, thanks Ankit.w00t