index
:
crsm/manager
master
CRSM - The Manager itself
maxmitti
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for individual pack versions per scenario
Markus Mittendrein
2015-10-29
6
-18
/
+396
*
Dont report empty lines as syntax error in ConfigBase
Markus Mittendrein
2015-10-27
1
-1
/
+4
*
Remove already done TODO-comment
Markus Mittendrein
2015-10-27
3
-1
/
+19
*
Begin adding basic stats
Markus Mittendrein
2015-10-27
10
-41
/
+427
*
Dont throw an exception on empty values for ConfigValue<Map/
Markus Mittendrein
2015-10-16
1
-0
/
+8
*
Fix escaping of the escape character
Markus Mittendrein
2015-10-16
1
-1
/
+6
*
Remove unused functions
Markus Mittendrein
2015-10-16
2
-83
/
+1
*
Move CRSM_SESSION_FILE into Config.CRSM.SessionFile
Markus Mittendrein
2015-10-15
2
-4
/
+6
*
Add setValue() and value() to map-specialization of ConfigValue
Markus Mittendrein
2015-10-15
1
-1
/
+28
*
Add setValue() and value() to list-specialization of ConfigValue for
Markus Mittendrein
2015-10-15
3
-1
/
+44
*
add admin? command
Markus Mittendrein
2015-10-14
2
-0
/
+31
*
Include libcommuni through git-submodules
Markus Mittendrein
2015-10-14
308
-50054
/
+4
*
Cleanup CRSM::ircMessageReceived and fix forwarding of /me-messages from
Markus Mittendrein
2015-10-14
1
-14
/
+26
*
Forward /me-messages from Clonk to IngameChannel
Markus Mittendrein
2015-10-14
1
-1
/
+5
*
Correctly read octal escapes from Clonk-config
Markus Mittendrein
2015-10-13
3
-2
/
+17
*
Change reattach message
Markus Mittendrein
2015-10-13
1
-1
/
+1
*
Correctly escape ClientInfo and ScenarioSettings
Markus Mittendrein
2015-10-13
4
-6
/
+57
*
Add escaping in ConfigBase
Markus Mittendrein
2015-10-12
3
-11
/
+77
*
Fix default of Clonk.Server.Arguments
Markus Mittendrein
2015-10-12
1
-1
/
+1
*
Fix crash in Util::trimQuotes
Markus Mittendrein
2015-10-12
2
-3
/
+9
*
Fix typo in admin command
Markus Mittendrein
2015-10-11
1
-1
/
+1
*
Move trimQuotes into new Util namespace
Markus Mittendrein
2015-10-11
4
-17
/
+35
*
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
*
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
*
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
*
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
[next]