summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-244-21/+50
* 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
* Replace typedefs through usingMarkus Mittendrein2015-09-242-2/+2
* Flip "mess.length() > QString(CMD_SIGN).length() &&Markus Mittendrein2015-09-241-1/+1
* Rename Session.IrcUseIngameChat to Session.IRC.UseIngameChat and onlyMarkus Mittendrein2015-09-242-9/+9
* Use maps to store IRC.Moderators and Clonk.Chat.Moderators together with a cu...Markus Mittendrein2015-09-241-4/+4
* Fix typo in CRSM::readConfigMarkus Mittendrein2015-09-241-1/+1
* Change userwish-added-message when the wish is hosted directlyMarkus Mittendrein2015-09-241-1/+1
* Fix [IRC] Nick overriding [Network] Nick when reading the clonk configMarkus Mittendrein2015-09-241-0/+1
* Store folder lists (.lst-Files) in CRSM.ListFolderMarkus Mittendrein2015-09-232-7/+22
* Replace Session.Hosting and Session.Running with Session.State and setMarkus Mittendrein2015-09-232-36/+47
* Only print management-disconnect-message when a name was inputMarkus Mittendrein2015-09-221-1/+1
* Include game status (lobby|loading|running) in IngameChannel-TopicMarkus Mittendrein2015-09-221-3/+17
* Code cleanupMarkus Mittendrein2015-09-223-68/+81
* Use {CLI} instead of [CLI] as Chat-prefix for management usersMarkus Mittendrein2015-09-222-3/+10
* Print an error and exit, if the clonk executable is not presentMarkus Mittendrein2015-09-222-7/+24
* Only add value to list if its not already there.Markus Mittendrein2015-09-222-10/+6
* Remove unnecessary commented out code and restore needed code ofMarkus Mittendrein2015-09-222-146/+34
* Replace session with a Session-struct.Markus Mittendrein2015-09-222-28/+44
* Change #ifdef-include-guard to #pragma onceMarkus Mittendrein2015-09-221-4/+1
* Replace settings, lists and maps in CRSM through a better Config-ClassMarkus Mittendrein2015-09-225-239/+752
* Add newline to some log-messages and clear maps before loading theMarkus Mittendrein2015-09-201-7/+8
* Cleanup repo with some directoriesMarkus Mittendrein2015-09-09313-0/+52986