summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix message to pursuade clients to leave for host wishMarkus Mittendrein2016-05-081-1/+1
|
* Add DCC Chat abilityMarkus Mittendrein2016-05-054-107/+281
|
* Allow using commands in query without command signMarkus Mittendrein2016-05-051-17/+32
|
* Add recursive option to help command (only for Management-Interface)Markus Mittendrein2016-05-051-3/+56
|
* Use startsWith() and endsWith() instead of comparing left() or right()Markus Mittendrein2016-05-051-3/+3
| | | | where possible
* Fix handling Clonk.Server.IgnoreFoldersMarkus Mittendrein2016-05-051-3/+3
|
* Add option IRC.SSL to support SSL-connections in IRCMarkus Mittendrein2016-04-292-0/+3
|
* Disable setting IRC-Admin from IRC because of abuse.Markus Mittendrein2016-04-291-2/+2
|
* Show message in lobby when the IRC-Admin gets released.Markus Mittendrein2016-04-291-1/+6
|
* Only change state to loading when the current state was lobbyMarkus Mittendrein2016-04-221-1/+1
| | | | | (Downhill Race caused the state to change to loading because of a Log("Los geht's!"))
* Make nodebug command available to all clients.Markus Mittendrein2016-04-222-1/+14
|
* Forward messages from CLI-Users to IngameChannelMarkus Mittendrein2016-04-221-1/+6
|
* Fix missing "admin set to" message when specifying the pc name of an ingame ↵Markus Mittendrein2016-03-311-1/+2
| | | | client
* Fix crash when userlist-length is set to 0Markus Mittendrein2016-03-311-1/+1
|
* Move ConfigBase and Util into a separate qt-config repo for reuseMarkus Mittendrein2016-03-319-751/+7
|
* Fix skip-commands so moderators can skip indexed wishesMarkus Mittendrein2016-01-071-1/+1
|
* Fix output of skip-commandMarkus Mittendrein2016-01-061-1/+1
|
* Fix usage of curscen- and lastscen-filesMarkus Mittendrein2015-11-171-9/+9
|
* Fix logging of command response in clonkUserLogMarkus Mittendrein2015-11-151-4/+4
|
* Fix double \n in mod-logsMarkus Mittendrein2015-11-151-2/+2
|
* Allow enabling/disabling greeting for Clonk, IRC, IRC-User and IRC-Markus Mittendrein2015-11-157-12/+181
| | | | Channels
* Add comma to greet-messageMarkus Mittendrein2015-11-111-2/+2
|
* Group admin commandsMarkus Mittendrein2015-11-111-5/+7
|
* Add loggingMarkus Mittendrein2015-11-106-38/+366
|
* Remove unused CRSM::qinMarkus Mittendrein2015-11-082-2/+0
|
* Enclose unknown command in command-not-existant-message in help commandMarkus Mittendrein2015-11-081-1/+1
|
* Fix messages of skip-commandMarkus Mittendrein2015-11-081-3/+3
|
* Restructure alias-commands into a groupMarkus Mittendrein2015-11-081-4/+6
|
* Add deletealias commandMarkus Mittendrein2015-11-082-0/+25
|
* Allow optional suffixes for commands (e.g. for punctuation marks)Markus Mittendrein2015-11-083-1/+25
|
* Allow creating command aliasesMarkus Mittendrein2015-11-083-15/+32
|
* Check Channel-Names against CHANTYPES supported by IRC serverMarkus Mittendrein2015-11-082-7/+19
|
* Add "irc raw"-commandMarkus Mittendrein2015-11-052-0/+7
|
* Allow defining of multiple CommandSignsMarkus Mittendrein2015-11-053-23/+38
|
* Add config options IRC.User and IRC.PortMarkus Mittendrein2015-11-054-1/+44
|
* Abort running game when all clients leftMarkus Mittendrein2015-11-031-1/+1
|
* Allow users skipping their own wishesMarkus Mittendrein2015-11-032-6/+46
|
* Allow skipping of indexed wish from listMarkus Mittendrein2015-11-032-8/+35
|
* Don't allow getting admin when there is no hosted gameMarkus Mittendrein2015-11-031-0/+5
|
* Say that there is no admin, if ther is no admin in noadmin-commandMarkus Mittendrein2015-11-031-3/+10
|
* Change nick when appropriate in applyConfigMarkus Mittendrein2015-11-031-0/+10
|
* Add afkadmin-commandMarkus Mittendrein2015-11-033-1/+85
|
* Enable admin?-command for management-interfaceMarkus Mittendrein2015-11-021-1/+1
|
* Add config option to add a prefix (folder) to PackVersionsMarkus Mittendrein2015-10-312-14/+25
|
* Use communi's automatic reconnecting for IRC and join channels inMarkus Mittendrein2015-10-312-20/+13
| | | | connected()-slot
* Add 5 minute hosting timeout on a failure while registering a game atMarkus Mittendrein2015-10-312-6/+72
| | | | the masterserver
* Remove unused commented out codeMarkus Mittendrein2015-10-291-2/+0
|
* Always return a quoted string in ConfigValue<String>::value if theMarkus Mittendrein2015-10-291-1/+3
| | | | string begins or ends with whitespace
* Fix usage and correct applying of Session.IRC.UseIngameChat andMarkus Mittendrein2015-10-291-14/+21
| | | | Config.IRC.UseIngameChat
* Connect to/disconnect from IRC in applyConfig instead of CRSM-Markus Mittendrein2015-10-292-13/+31
| | | | constructor