aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Configuration/Config.cpp
AgeCommit message (Expand)Author
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
2015-01-01Update copyright note for 2015Vincent-Michael
2014-09-07Removed redundant cast to c_str() in ConfigMgr::Reload function.Leonid Logvinov
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-15[Auth\Worldserver] Use boost to load console arguments. (Added a few style ch...Chaplain
2014-07-04Fixed compilation and some copy paste errorleak
2014-07-03Some changes here and there in sharedSubv
2014-06-30Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueueleak
2014-06-22Various cleanups and fixes due to feedbackleak
2014-06-22Replaced ACE_Configuration_Heap based config file handling with boost::proper...leak
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-07Core/Logging: Extend logging system to allow inheritance of loggersSpp
2013-07-15Core/Config: Refactored ConfigMgrShauren
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-09-28Configuration/ConfigMgr: converted from singleton to namespace with free func...Spp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-24Core: Fixed build broken by previous commitShauren
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-08-15Fix a crash related to concurrent access to config file by different threads.Machiavelli
2010-07-29Convert to using ACE for reading configurationfiles, and remove dependency on...click
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-06* Restructuring shared.XTZGZoReX