Age | Commit message (Expand) | Author |
2008-09-24 | Fix for listening sockets not clearing their timeout on connected. Reported b... | peavey |
2008-09-22 | Set Id property on a bunch of modules which lack it, etc. | brain |
2008-09-22 | warning-free on windows | brain |
2008-09-22 | Windows compile fixes for RLine | brain |
2008-09-22 | Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi... | brain |
2008-09-21 | Fix /STATS output to show the regex module in use | brain |
2008-09-21 | Fix leak, thanks aquanight | brain |
2008-09-21 | No longer needed | brain |
2008-09-21 | Fix re-creation of config filters | brain |
2008-09-21 | Because m_filter reads definitions from the conf, unlike rline, when we see o... | brain |
2008-09-21 | Well, that was moronic of me | brain |
2008-09-21 | someone forget an instance | brain |
2008-09-21 | This compiles but is NOT tested yet. Do not use unless you like pain. | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-21 | Fixes. Dont try and catch exceptions within the RLine ctor, we dont always wa... | brain |
2008-09-21 | Fix various rline bugs, implement /stats R, and fix the issue where you get n... | brain |
2008-09-21 | Fix bug discovered by Ankit, m_rline loaded without regex provider causes seg... | brain |
2008-09-21 | Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ... | brain |
2008-09-21 | Make regex providers load correctly. Move m_rline to use the regex providers,... | aquanight |
2008-09-20 | Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ... | aquanight |
2008-09-19 | inbound sockets need a timeout, too. 30 secs should be pleanty | brain |
2008-09-19 | Implement timeout on outgoing server connections as per our docs <link:timeout> | peavey |
2008-09-17 | Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d... | brain |
2008-09-16 | Shrink users properly on quit, and make cloaks for all existing users on load... | brain |
2008-09-14 | dont try and cloak if no valid cloak was returned (eg. localhost) | peavey |
2008-09-13 | more namespace fix0rz | peavey |
2008-09-13 | Optimisation | brain |
2008-09-13 | namespace fix0rz | peavey |
2008-09-13 | Fix setting of +x before we've processed an OnUserConnect | brain |
2008-09-12 | Last cleanup. All trunk extras now builds again. | peavey |
2008-09-12 | fix for listensocket, tested and also working like a charm. | peavey |
2008-09-12 | more cleanup | peavey |
2008-09-12 | cleanup | peavey |
2008-09-12 | fix for listenbase, tested and works like a charm. | peavey |
2008-09-11 | Fix KILL server-notice duplication | aquanight |
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 | Move XMLSocket to be modulemanager-provided, flash now has real socket suppor... | 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 | 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 |