summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-22Set Id property on a bunch of modules which lack it, etc.brain
2008-09-22warning-free on windowsbrain
2008-09-22Windows compile fixes for RLinebrain
2008-09-22Second part of fix for bug #605, make adding and removal of lines not case se...brain
2008-09-22Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi...brain
2008-09-21Fix /STATS output to show the regex module in usebrain
2008-09-21Update config to remove m_filter_pcre and document new tagsbrain
2008-09-21Fix leak, thanks aquanightbrain
2008-09-21No longer neededbrain
2008-09-21Fix re-creation of config filtersbrain
2008-09-21Because m_filter reads definitions from the conf, unlike rline, when we see o...brain
2008-09-21Well, that was moronic of mebrain
2008-09-21someone forget an instancebrain
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-21Fix some comment which was left over from before the conversion from User* to...psychon
2008-09-21Make regex providers load correctly. Move m_rline to use the regex providers,...aquanight
2008-09-21Fix crashbrain
2008-09-20Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ...aquanight
2008-09-20Remove the old TODO commentbrain
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-09-20More commentsbrain
2008-09-20More comments, and remove some unused craq. Someone (that being me) once wrot...brain
2008-09-20more commentsbrain
2008-09-20Start documenting stuff for 3rd party developers. Comments only, won't affect...brain
2008-09-20Roll back core matcher to the 1.1 design, which doesnt fail various unit testsbrain
2008-09-20Add test suite tests for wildcard function for failures discovered by Ankitbrain
2008-09-19lolpeavey
2008-09-19Fix my massacre of kqueue, filters may not be or'd.w00t
2008-09-19inbound sockets need a timeout, too. 30 secs should be pleantybrain
2008-09-19Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver.w00t
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-18Reinvert order of insert/erase into user hash_map to avoid a lil crash :)peavey
2008-09-17Merge vc90 update patch from IronLegend, thanksbrain
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-14Be more verbose in ValidateNotEmpty on failure. Patch by CyberbotX.peavey
2008-09-14Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ...special
2008-09-14dont try and cloak if no valid cloak was returned (eg. localhost)peavey
2008-09-13Changed Allowed Modes to bitsets.aquanight
2008-09-13Merge commit 'danieldg/out-12'w00t
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-13Remove unneeded namespace stuff.w00t