summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Work around another Bug in QFile when using fifosMarkus Mittendrein2016-06-041-0/+2
|
* Fix implementation of AfkAdminPreAfkTimeMarkus Mittendrein2016-06-041-1/+1
|
* Check for running afk admin timer in afk admin commandMarkus Mittendrein2016-06-041-10/+17
|
* Refine description of host commandMarkus Mittendrein2016-06-041-1/+1
|
* Show an error if irc admin is used without an argumentMarkus Mittendrein2016-06-041-0/+5
|
* Fix alias wishes command name in new alias mod-messageMarkus Mittendrein2016-05-271-1/+1
|
* Remove "Bis zur nächsten Runde könnte unerwartetes VerhaltenMarkus Mittendrein2016-05-271-1/+1
| | | | auftreten."-disclaimer used after reattaching
* Use notices for Unknown-Command response in queriesMarkus Mittendrein2016-05-271-1/+1
|
* Fix typo "akt_viert"Markus Mittendrein2016-05-261-2/+2
|
* Dont allow setting the IRC Admin to the server itselfMarkus Mittendrein2016-05-261-2/+9
|
* Fix empty check in Client-leaved-message to also quit the game when itsMarkus Mittendrein2016-05-211-1/+1
| | | | in the Loading-state
* Fix handling of QUIT-Message before HELLO-response in ProcessManagerMarkus Mittendrein2016-05-142-16/+38
| | | | client
* Join ingame channel when IRC.UseIngameChat is enabled in runtimeMarkus Mittendrein2016-05-141-0/+1
|
* Move check of empty Config.IRC.IngameChannel to applyConfigMarkus Mittendrein2016-05-141-3/+7
|
* Quit IRC sanely on exit detach/update and put "Updating..." into quitMarkus Mittendrein2016-05-141-4/+17
| | | | message with exit update
* Use deleteLater() to delete the dcc socket in a slot connected to itsMarkus Mittendrein2016-05-141-0/+1
| | | | signal
* Add allowDCCNotice to queue and aliaswish-noticeMarkus Mittendrein2016-05-141-4/+5
|
* Use connection->nickName() instead of Config.IRC.Nick where appropriateMarkus Mittendrein2016-05-131-5/+5
|
* Fix some warningsMarkus Mittendrein2016-05-086-16/+21
|
* Use Port-type for DCC-PortMarkus Mittendrein2016-05-083-4/+4
|
* 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
|
* Change qt-config repo url tu public accessMarkus Mittendrein2016-04-201-1/+1
|
* 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-3110-751/+10
|
* 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
|