summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove CRSM-prefix from Config(Base)-ClassesMarkus Mittendrein2015-10-106-148/+148
|
* Split CRSMConfig and CRSMConfigBase into separate filesMarkus Mittendrein2015-10-104-288/+293
|
* Add irc watch commandMarkus Mittendrein2015-10-102-2/+54
|
* Kind of fix irc user not found message of irc admin commandMarkus Mittendrein2015-10-091-1/+1
|
* Add irc say commandMarkus Mittendrein2015-10-092-0/+43
|
* Remove unused CRSM::ircModFifosOldMarkus Mittendrein2015-10-092-3/+0
|
* Fix start-command without argumentsMarkus Mittendrein2015-10-082-1/+13
|
* Add missing \nMarkus Mittendrein2015-10-081-1/+1
|
* Store UserWishes in Session-fileMarkus Mittendrein2015-10-082-4/+44
|
* Use enum-specialization for Session.StateMarkus Mittendrein2015-10-081-1/+1
|
* Add an optional bool parameter to CRSMConfigValue-list-specialization-Markus Mittendrein2015-10-081-5/+7
| | | | constructor to allow duplicate entries
* Fix ClientInfo::toString for ManagementMarkus Mittendrein2015-10-081-1/+1
|
* Fix enum-spezialication of CRSMConfigValueMarkus Mittendrein2015-10-081-2/+2
|
* Add config get and config set commands and a -= config syntax to removeMarkus Mittendrein2015-10-084-89/+188
| | | | elements from a list or map (by key)
* Fix not found message in host-command when using the --league flagMarkus Mittendrein2015-10-071-1/+1
|
* Fix commands in Clonk chatMarkus Mittendrein2015-10-071-3/+2
|
* Allow string config values to be enclosed in quotes to include spaces atMarkus Mittendrein2015-10-071-2/+27
| | | | the beginning or the end
* Change CMD_SIGN into Config.CRSM.CommandSignMarkus Mittendrein2015-10-072-22/+14
|
* Add relist-commandMarkus Mittendrein2015-10-072-0/+9
|
* Only list folders if they are newer than their list fileMarkus Mittendrein2015-10-071-1/+3
|
* Cleanup usage of argsMarkus Mittendrein2015-10-072-3/+4
|
* setupCmds at the end of readConfigMarkus Mittendrein2015-10-071-2/+1
|
* Use QString::mid instead of QString::right where appropriateMarkus Mittendrein2015-10-071-2/+6
|
* Deny passToClonkPcName on the serverMarkus Mittendrein2015-10-071-0/+5
|
* Add "set raw"-commandMarkus Mittendrein2015-10-072-0/+6
|
* Rename pcNamePassToClonk to passToClonkPcNameMarkus Mittendrein2015-10-072-6/+6
|
* Use passToClonkNumeric for start-commandMarkus Mittendrein2015-10-071-1/+1
|
* Restructure commands into groupsMarkus Mittendrein2015-10-072-59/+48
|
* Add an error message if a subcommand does not existMarkus Mittendrein2015-10-071-0/+4
|
* Change unknownd-command-text for help-commandMarkus Mittendrein2015-10-071-1/+1
|
* Change static informational help-textMarkus Mittendrein2015-10-071-1/+1
|
* Allow overriding the default function called on a command-groupMarkus Mittendrein2015-10-072-3/+3
|
* Fix arglist of grouphelp-commandMarkus Mittendrein2015-10-071-1/+1
|
* Add command groupsMarkus Mittendrein2015-10-072-20/+110
|
* Fix modinfo command.Markus Mittendrein2015-10-061-2/+2
|
* Add CRSMConfigValue-specialization for enums using std::is_enum andMarkus Mittendrein2015-09-301-0/+7
| | | | std::underlying_type
* 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
| | | | coded int and throw an exception when the value is out of range.
* Save session to CrServerManager.session on detach and load it onMarkus Mittendrein2015-09-244-21/+50
| | | | reattaching
* Fix detecting of activating clientsMarkus Mittendrein2015-09-241-1/+1
|
* Fix ClientInfo::empty()Markus Mittendrein2015-09-241-1/+1
|
* Split CRSMConfig into CRSMConfigBase (for reuse) and CRSMConfigMarkus Mittendrein2015-09-242-69/+68
|
* Fix usage of Config.Clonk.Server.ArgumentsMarkus Mittendrein2015-09-241-2/+1
|
* Add CRSMConfigValue-specialization for ClientInfoMarkus Mittendrein2015-09-241-1/+67
|
* Add CRSMConfigValueBase::getValue andMarkus Mittendrein2015-09-241-15/+28
| | | | CRSMConfigValueBase::getStringValue and use them where appropriate
* Replace typedefs through usingMarkus Mittendrein2015-09-242-2/+2
|
* Flip "mess.length() > QString(CMD_SIGN).length() &&Markus Mittendrein2015-09-241-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 onlyMarkus Mittendrein2015-09-242-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 Mittendrein2015-09-241-4/+4
| | | | custom identifier (to put in logs in the future)
* Fix typo in CRSM::readConfigMarkus Mittendrein2015-09-241-1/+1
|