index
:
crsm/manager
master
CRSM - The Manager itself
maxmitti
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crsm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow option to greet via notice on IRC
Markus Mittendrein
2017-06-08
1
-18
/
+19
*
Correct/suggest command names with the help of damerau levenshtein distance
Markus Mittendrein
2017-06-01
1
-12
/
+96
*
Move IngameChat functionality into its own ClonkOutputInterface
Markus Mittendrein
2017-05-30
1
-19
/
+18
*
Allow ClonkOutputInterface to stop further propagation if the return value of...
Markus Mittendrein
2017-05-30
1
-14
/
+26
*
Refine error messages of findClientByName
Markus Mittendrein
2017-05-30
1
-2
/
+9
*
Add Clonk.Server.JoinStopCountDown
Markus Mittendrein
2017-05-30
1
-0
/
+4
*
Fix formatting
Markus Mittendrein
2017-05-30
1
-1
/
+1
*
Fix glitch of announcing leave admin even if the client already got admin bef...
Markus Mittendrein
2017-05-09
1
-1
/
+1
*
Move clonk control specific parts into ClonkControl
Markus Mittendrein
2017-04-06
1
-38
/
+38
*
Move Parser into own class
Markus Mittendrein
2017-04-06
1
-209
/
+150
*
Create group for control modes
Markus Mittendrein
2017-03-09
1
-3
/
+9
*
Group together next and kill to server commands
Markus Mittendrein
2017-03-09
1
-2
/
+4
*
Group queue commands
Markus Mittendrein
2017-03-09
1
-3
/
+5
*
Also search for clients through player names
Markus Mittendrein
2017-03-09
1
-110
/
+81
*
Add watchdog to avoid endless hanging rounds
Markus Mittendrein
2017-01-26
1
-9
/
+58
*
Fix formatting
Markus Mittendrein
2017-01-25
1
-1
/
+1
*
Add missing Prm and fix handling of client nicks
Markus Mittendrein
2017-01-25
1
-1
/
+19
*
Group client managing commands
Markus Mittendrein
2017-01-25
1
-5
/
+16
*
Include player count in clientlist
Markus Mittendrein
2016-12-30
1
-5
/
+23
*
Track players of clients
Markus Mittendrein
2016-12-30
1
-4
/
+34
*
Adapt to new Clonk output
Markus Mittendrein
2016-12-29
1
-119
/
+160
*
Initialize Log before first diagnostic outputs
Markus Mittendrein
2016-12-29
1
-4
/
+4
*
Fix wording of Clonk config check
Markus Mittendrein
2016-12-29
1
-1
/
+1
*
Add management scripting support
Markus Mittendrein
2016-12-29
1
-7
/
+20
*
Use setter for Session.State
Markus Mittendrein
2016-12-22
1
-6
/
+9
*
Also save Packs and Stats in /config save
Markus Mittendrein
2016-11-26
1
-1
/
+1
*
Remove timestamp from clonk messages manually without RegExp
Markus Mittendrein
2016-10-08
1
-6
/
+13
*
Only announce ingame chat status if changed in irc ingamechat command
Markus Mittendrein
2016-10-08
1
-3
/
+12
*
Clear IRC admin when regaining ingame admin
Markus Mittendrein
2016-10-08
1
-2
/
+7
*
Replace if-else in CRSM::clientModName with switch
Markus Mittendrein
2016-10-08
1
-11
/
+6
*
Use QString::isEmpty instead of comparing with ""
Markus Mittendrein
2016-10-04
1
-3
/
+3
*
"Fix" encoding of Clonk's arguments in CP1252 (to support Scenario names
Markus Mittendrein
2016-10-04
1
-6
/
+2
*
Fix "missing" message of skip command if used ingame
Markus Mittendrein
2016-10-04
1
-2
/
+2
*
Disable help long for IRC
Markus Mittendrein
2016-09-27
1
-0
/
+5
*
Make help-command case-insensitive
Markus Mittendrein
2016-09-27
1
-1
/
+1
*
Lowercase CommandAliases to fix case-insensitivity
Markus Mittendrein
2016-09-27
1
-0
/
+14
*
Make command names case-insensitive
Markus Mittendrein
2016-09-11
1
-3
/
+5
*
Add possibility to assign certain Clonk-Arguments to certain scenarios
Markus Mittendrein
2016-09-11
1
-0
/
+46
*
Fix crash when changing UserListLength while running
Markus Mittendrein
2016-09-11
1
-1
/
+10
*
Disable verbose description of how to use commands from help
Markus Mittendrein
2016-09-11
1
-4
/
+4
*
Move check if server should be set to admin to right place
Markus Mittendrein
2016-09-11
1
-5
/
+5
*
Handle multiline DCC-messages correctly
Markus Mittendrein
2016-09-08
1
-3
/
+6
*
Clarify help message when no subcommands are available
Markus Mittendrein
2016-09-08
1
-1
/
+1
*
Automatically disconnect assigned DCC connection on dcc connect
Markus Mittendrein
2016-09-07
1
-19
/
+16
*
Add dcc disconnect command
Markus Mittendrein
2016-09-07
1
-0
/
+13
*
Use รถ instead of oe in help-text.
Markus Mittendrein
2016-09-07
1
-1
/
+1
*
Restructure hosting info text
Markus Mittendrein
2016-08-21
1
-1
/
+11
*
Add option to forcibly disable league (for masterservers without league)
Markus Mittendrein
2016-08-21
1
-1
/
+1
*
Fix stopping fo gameRegisterFailTimer on !noautohost
Markus Mittendrein
2016-08-21
1
-2
/
+4
*
Add config option for extra topic
Markus Mittendrein
2016-08-21
1
-2
/
+2
[next]