summaryrefslogtreecommitdiffstats
path: root/src/CRSMConfig.hpp
Commit message (Expand)AuthorAgeFilesLines
* Add CRSMConfigValue-specialization for enums using std::is_enum andMarkus Mittendrein2015-09-301-0/+7
* Use ushort instead of int for CRSM.ManagementPortMarkus Mittendrein2015-09-281-1/+2
* use SFINAE for integer CRSMConfigValue-specialization instead of hard-Markus Mittendrein2015-09-281-7/+10
* Save session to CrServerManager.session on detach and load it onMarkus Mittendrein2015-09-241-10/+4
* Split CRSMConfig into CRSMConfigBase (for reuse) and CRSMConfigMarkus Mittendrein2015-09-241-54/+58
* Add CRSMConfigValueBase::getValue andMarkus Mittendrein2015-09-241-15/+28
* Use maps to store IRC.Moderators and Clonk.Chat.Moderators together with a cu...Markus Mittendrein2015-09-241-4/+4
* Store folder lists (.lst-Files) in CRSM.ListFolderMarkus Mittendrein2015-09-231-0/+2
* Only add value to list if its not already there.Markus Mittendrein2015-09-221-3/+4
* Replace settings, lists and maps in CRSM through a better Config-ClassMarkus Mittendrein2015-09-221-0/+352