index
:
crsm/manager
master
CRSM - The Manager itself
maxmitti
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Save session to CrServerManager.session on detach and load it on
Markus Mittendrein
2015-09-24
4
-21
/
+50
*
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
*
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
*
Rename Session.IrcUseIngameChat to Session.IRC.UseIngameChat and only
Markus Mittendrein
2015-09-24
2
-9
/
+9
*
Use maps to store IRC.Moderators and Clonk.Chat.Moderators together with a cu...
Markus Mittendrein
2015-09-24
1
-4
/
+4
*
Fix typo in CRSM::readConfig
Markus Mittendrein
2015-09-24
1
-1
/
+1
*
Change userwish-added-message when the wish is hosted directly
Markus Mittendrein
2015-09-24
1
-1
/
+1
*
Fix [IRC] Nick overriding [Network] Nick when reading the clonk config
Markus Mittendrein
2015-09-24
1
-0
/
+1
*
Store folder lists (.lst-Files) in CRSM.ListFolder
Markus Mittendrein
2015-09-23
2
-7
/
+22
*
Replace Session.Hosting and Session.Running with Session.State and set
Markus Mittendrein
2015-09-23
2
-36
/
+47
*
Only print management-disconnect-message when a name was input
Markus Mittendrein
2015-09-22
1
-1
/
+1
*
Include game status (lobby|loading|running) in IngameChannel-Topic
Markus Mittendrein
2015-09-22
1
-3
/
+17
*
Code cleanup
Markus Mittendrein
2015-09-22
3
-68
/
+81
*
Use {CLI} instead of [CLI] as Chat-prefix for management users
Markus Mittendrein
2015-09-22
2
-3
/
+10
*
Print an error and exit, if the clonk executable is not present
Markus Mittendrein
2015-09-22
2
-7
/
+24
*
Only add value to list if its not already there.
Markus Mittendrein
2015-09-22
2
-10
/
+6
*
Remove unnecessary commented out code and restore needed code of
Markus Mittendrein
2015-09-22
2
-146
/
+34
*
Replace session with a Session-struct.
Markus Mittendrein
2015-09-22
2
-28
/
+44
*
Change #ifdef-include-guard to #pragma once
Markus Mittendrein
2015-09-22
1
-4
/
+1
*
Replace settings, lists and maps in CRSM through a better Config-Class
Markus Mittendrein
2015-09-22
5
-239
/
+752
*
Add newline to some log-messages and clear maps before loading the
Markus Mittendrein
2015-09-20
1
-7
/
+8
*
Cleanup repo with some directories
Markus Mittendrein
2015-09-09
313
-0
/
+52986