summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2009-09-13Clarify <include:executable> error messagedanieldg
2009-09-13Prevent <include:executable> from running <include:executable> itself [jackmc...danieldg
2009-09-06Compile fixdanieldg
2009-09-06Fix rehash unloading core commandsdanieldg
2009-09-03Remove HandleInternal and HandleServer, they are duplicated by Request* and F...danieldg
2009-09-02Remove strnewdup(), it is a good source of possible memory leaksdanieldg
2009-08-20Fix access-after-free on rehashdanieldg
2009-08-12Make rehash work more than once per run, and fix some uninitialized values in...danieldg
2009-08-12Fixes for config readerdanieldg
2009-08-05Don't catch and rethrow, as with the mutexing here removed it's no longer req...w00t
2009-08-05How about we abort if there were errors, not if there weren't any? Great idea...danieldg
2009-08-05Fix config errors being detected even if there were nonedanieldg
2009-08-04Exit if there were errors reading configuration on startup.w00t
2009-08-01Show config warnings/errors regardless of loglevel on startup.w00t
2009-08-01Various rehash fixes that it seems were introduced by untested code.w00t
2009-07-31Rehash message fixes from Ankit, thanksdanieldg
2009-07-01Fix error reporting on rehashdanieldg
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-05-25Remove the ServerConfig::DirValid check that breaks symlinksdanieldg
2009-04-17Fix memory leak on rehash: opertype used char* instead of std::stringdanieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-23ConfigReaderThread updates: add done flag, remove main-thread-only mutexdanieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-13Add security:genericoper as requested by Strawberry and TwinShadow.brain
2009-02-11Remove/Add cmode h according to <option:allowhalfop>. Fixes bug #715 reported...peavey
2009-01-02Update copyrights for 2009.w00t
2008-12-04install .gdbargs to $(BASE) in make installbrain
2008-12-01Rip flood/threshold out of config classes also.w00t
2008-11-22Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r...brain
2008-11-02This was never supposed to be invoked on /rehash, only startup.. so move it t...w00t
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-10-25Fix another connect class bug on rehashw00t
2008-10-25(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d...w00t
2008-10-24Fix a plausible memory leak on rehash, thanks dz.w00t
2008-10-23Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash)...w00t
2008-10-22Remove debug logging, problem over..w00t
2008-10-22Fix MacGyver's rehash woes..w00t
2008-10-22Bit of debug in case this goes wrong again...w00t
2008-10-20Remove an extremely noisy piece of debug on startup/rehash - this code works...w00t
2008-10-20Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u...w00t
2008-10-18Working privs implementation, and example usage in NOTICE for mass messaging.w00t
2008-10-17Don't neglect calling User::CheckClass after SetClass, so that users don't en...w00t
2008-10-17Remove the duplicate checking/disabled setting of <connect> craq, there is a ...w00t
2008-10-15Modify $copy macros in comments, fixes bug #617brain
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-14Be more verbose in ValidateNotEmpty on failure. Patch by CyberbotX.peavey
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain