Age | Commit message (Expand) | Author |
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-21 | Fix crash | brain |
2008-09-20 | Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ... | aquanight |
2008-09-20 | Remove the old TODO comment | brain |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-20 | More comments, and remove some unused craq. Someone (that being me) once wrot... | brain |
2008-09-20 | Roll back core matcher to the 1.1 design, which doesnt fail various unit tests | brain |
2008-09-20 | Add test suite tests for wildcard function for failures discovered by Ankit | brain |
2008-09-19 | Fix my massacre of kqueue, filters may not be or'd. | w00t |
2008-09-19 | inbound sockets need a timeout, too. 30 secs should be pleanty | brain |
2008-09-19 | Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver. | w00t |
2008-09-19 | Implement timeout on outgoing server connections as per our docs <link:timeout> | peavey |
2008-09-18 | Reinvert order of insert/erase into user hash_map to avoid a lil crash :) | 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 | Be more verbose in ValidateNotEmpty on failure. Patch by CyberbotX. | peavey |
2008-09-14 | Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ... | special |
2008-09-14 | dont try and cloak if no valid cloak was returned (eg. localhost) | peavey |
2008-09-13 | Changed Allowed Modes to bitsets. | aquanight |
2008-09-13 | Merge commit 'danieldg/out-12' | w00t |
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-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 | Fix KILL server-notice duplication | aquanight |
2008-09-11 | Experimental WSAPoll (thanks for not just using poll(), guys) support for Win... | w00t |
2008-09-11 | Minor stylistic improvements. | w00t |
2008-09-11 | These socket engines may now recieve write and read events in the same cycle,... | 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 |