| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove CRSM-prefix from Config(Base)-Classes | Markus Mittendrein | 2015-10-10 | 6 | -148/+148 |
| | | |||||
| * | Split CRSMConfig and CRSMConfigBase into separate files | Markus Mittendrein | 2015-10-10 | 4 | -288/+293 |
| | | |||||
| * | Add irc watch command | Markus Mittendrein | 2015-10-10 | 2 | -2/+54 |
| | | |||||
| * | Kind of fix irc user not found message of irc admin command | Markus Mittendrein | 2015-10-09 | 1 | -1/+1 |
| | | |||||
| * | Add irc say command | Markus Mittendrein | 2015-10-09 | 2 | -0/+43 |
| | | |||||
| * | Remove unused CRSM::ircModFifosOld | Markus Mittendrein | 2015-10-09 | 2 | -3/+0 |
| | | |||||
| * | Fix start-command without arguments | Markus Mittendrein | 2015-10-08 | 2 | -1/+13 |
| | | |||||
| * | Add missing \n | Markus Mittendrein | 2015-10-08 | 1 | -1/+1 |
| | | |||||
| * | Store UserWishes in Session-file | Markus Mittendrein | 2015-10-08 | 2 | -4/+44 |
| | | |||||
| * | Use enum-specialization for Session.State | Markus Mittendrein | 2015-10-08 | 1 | -1/+1 |
| | | |||||
| * | Add an optional bool parameter to CRSMConfigValue-list-specialization- | Markus Mittendrein | 2015-10-08 | 1 | -5/+7 |
| | | | | | constructor to allow duplicate entries | ||||
| * | Fix ClientInfo::toString for Management | Markus Mittendrein | 2015-10-08 | 1 | -1/+1 |
| | | |||||
| * | Fix enum-spezialication of CRSMConfigValue | Markus Mittendrein | 2015-10-08 | 1 | -2/+2 |
| | | |||||
| * | Add config get and config set commands and a -= config syntax to remove | Markus Mittendrein | 2015-10-08 | 4 | -89/+188 |
| | | | | | elements from a list or map (by key) | ||||
| * | Fix not found message in host-command when using the --league flag | Markus Mittendrein | 2015-10-07 | 1 | -1/+1 |
| | | |||||
| * | Fix commands in Clonk chat | Markus Mittendrein | 2015-10-07 | 1 | -3/+2 |
| | | |||||
| * | Allow string config values to be enclosed in quotes to include spaces at | Markus Mittendrein | 2015-10-07 | 1 | -2/+27 |
| | | | | | the beginning or the end | ||||
| * | Change CMD_SIGN into Config.CRSM.CommandSign | Markus Mittendrein | 2015-10-07 | 2 | -22/+14 |
| | | |||||
| * | Add relist-command | Markus Mittendrein | 2015-10-07 | 2 | -0/+9 |
| | | |||||
| * | Only list folders if they are newer than their list file | Markus Mittendrein | 2015-10-07 | 1 | -1/+3 |
| | | |||||
| * | Cleanup usage of args | Markus Mittendrein | 2015-10-07 | 2 | -3/+4 |
| | | |||||
| * | setupCmds at the end of readConfig | Markus Mittendrein | 2015-10-07 | 1 | -2/+1 |
| | | |||||
| * | Use QString::mid instead of QString::right where appropriate | Markus Mittendrein | 2015-10-07 | 1 | -2/+6 |
| | | |||||
| * | Deny passToClonkPcName on the server | Markus Mittendrein | 2015-10-07 | 1 | -0/+5 |
| | | |||||
| * | Add "set raw"-command | Markus Mittendrein | 2015-10-07 | 2 | -0/+6 |
| | | |||||
| * | Rename pcNamePassToClonk to passToClonkPcName | Markus Mittendrein | 2015-10-07 | 2 | -6/+6 |
| | | |||||
| * | Use passToClonkNumeric for start-command | Markus Mittendrein | 2015-10-07 | 1 | -1/+1 |
| | | |||||
| * | Restructure commands into groups | Markus Mittendrein | 2015-10-07 | 2 | -59/+48 |
| | | |||||
| * | Add an error message if a subcommand does not exist | Markus Mittendrein | 2015-10-07 | 1 | -0/+4 |
| | | |||||
| * | Change unknownd-command-text for help-command | Markus Mittendrein | 2015-10-07 | 1 | -1/+1 |
| | | |||||
| * | Change static informational help-text | Markus Mittendrein | 2015-10-07 | 1 | -1/+1 |
| | | |||||
| * | Allow overriding the default function called on a command-group | Markus Mittendrein | 2015-10-07 | 2 | -3/+3 |
| | | |||||
| * | Fix arglist of grouphelp-command | Markus Mittendrein | 2015-10-07 | 1 | -1/+1 |
| | | |||||
| * | Add command groups | Markus Mittendrein | 2015-10-07 | 2 | -20/+110 |
| | | |||||
| * | Fix modinfo command. | Markus Mittendrein | 2015-10-06 | 1 | -2/+2 |
| | | |||||
| * | 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 | 4 | -21/+50 |
| | | | | | reattaching | ||||
| * | Fix detecting of activating clients | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Fix ClientInfo::empty() | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Split CRSMConfig into CRSMConfigBase (for reuse) and CRSMConfig | Markus Mittendrein | 2015-09-24 | 2 | -69/+68 |
| | | |||||
| * | Fix usage of Config.Clonk.Server.Arguments | Markus Mittendrein | 2015-09-24 | 1 | -2/+1 |
| | | |||||
| * | Add CRSMConfigValue-specialization for ClientInfo | Markus Mittendrein | 2015-09-24 | 1 | -1/+67 |
| | | |||||
| * | Add CRSMConfigValueBase::getValue and | Markus Mittendrein | 2015-09-24 | 1 | -15/+28 |
| | | | | | CRSMConfigValueBase::getStringValue and use them where appropriate | ||||
| * | Replace typedefs through using | Markus Mittendrein | 2015-09-24 | 2 | -2/+2 |
| | | |||||
| * | Flip "mess.length() > QString(CMD_SIGN).length() && | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | | | | | mess.left(QString(CMD_SIGN).length()) == CMD_SIGN" to avoid a crash when CMD_SIGN is longer than the message | ||||
| * | Rename Session.IrcUseIngameChat to Session.IRC.UseIngameChat and only | Markus Mittendrein | 2015-09-24 | 2 | -9/+9 |
| | | | | | forward irc messages to ingame chat if Session.IRC.UseIngameChat == true | ||||
| * | 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) | ||||
| * | Fix typo in CRSM::readConfig | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
