| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add CRSMConfigValue-specialization for enums using std::is_enum and | Markus Mittendrein | 2015-09-30 | 1 | -0/+7 |
| | | | | | std::underlying_type | ||||
| * | Use ushort instead of int for CRSM.ManagementPort | Markus Mittendrein | 2015-09-28 | 1 | -1/+2 |
| | | |||||
| * | use SFINAE for integer CRSMConfigValue-specialization instead of hard- | Markus Mittendrein | 2015-09-28 | 1 | -7/+10 |
| | | | | | coded int and throw an exception when the value is out of range. | ||||
| * | Save session to CrServerManager.session on detach and load it on | Markus Mittendrein | 2015-09-24 | 1 | -10/+4 |
| | | | | | reattaching | ||||
| * | Split CRSMConfig into CRSMConfigBase (for reuse) and CRSMConfig | Markus Mittendrein | 2015-09-24 | 1 | -54/+58 |
| | | |||||
| * | Add CRSMConfigValueBase::getValue and | Markus Mittendrein | 2015-09-24 | 1 | -15/+28 |
| | | | | | CRSMConfigValueBase::getStringValue and use them where appropriate | ||||
| * | Use maps to store IRC.Moderators and Clonk.Chat.Moderators together with a ↵ | Markus Mittendrein | 2015-09-24 | 1 | -4/+4 |
| | | | | | custom identifier (to put in logs in the future) | ||||
| * | Store folder lists (.lst-Files) in CRSM.ListFolder | Markus Mittendrein | 2015-09-23 | 1 | -0/+2 |
| | | |||||
| * | Only add value to list if its not already there. | Markus Mittendrein | 2015-09-22 | 1 | -3/+4 |
| | | |||||
| * | Replace settings, lists and maps in CRSM through a better Config-Class | Markus Mittendrein | 2015-09-22 | 1 | -0/+352 |
