summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix arglist of grouphelp-commandMarkus Mittendrein2015-10-071-1/+1
|
* Add command groupsMarkus Mittendrein2015-10-071-19/+102
|
* Fix modinfo command.Markus Mittendrein2015-10-061-2/+2
|
* Save session to CrServerManager.session on detach and load it onMarkus Mittendrein2015-09-241-0/+10
| | | | reattaching
* Fix detecting of activating clientsMarkus Mittendrein2015-09-241-1/+1
|
* Fix usage of Config.Clonk.Server.ArgumentsMarkus Mittendrein2015-09-241-2/+1
|
* Flip "mess.length() > QString(CMD_SIGN).length() &&Markus Mittendrein2015-09-241-1/+1
| | | | | mess.left(QString(CMD_SIGN).length()) == CMD_SIGN" to avoid a crash when CMD_SIGN is longer than the message
* Rename Session.IrcUseIngameChat to Session.IRC.UseIngameChat and onlyMarkus Mittendrein2015-09-241-8/+8
| | | | forward irc messages to ingame chat if Session.IRC.UseIngameChat == true
* Fix typo in CRSM::readConfigMarkus Mittendrein2015-09-241-1/+1
|
* Change userwish-added-message when the wish is hosted directlyMarkus Mittendrein2015-09-241-1/+1
|
* Fix [IRC] Nick overriding [Network] Nick when reading the clonk configMarkus Mittendrein2015-09-241-0/+1
|
* Store folder lists (.lst-Files) in CRSM.ListFolderMarkus Mittendrein2015-09-231-7/+20
|
* Replace Session.Hosting and Session.Running with Session.State and setMarkus Mittendrein2015-09-231-34/+45
| | | | IngameChannel-topic through CRSM::ircSetIngameChannelTopic.
* Only print management-disconnect-message when a name was inputMarkus Mittendrein2015-09-221-1/+1
|
* Include game status (lobby|loading|running) in IngameChannel-TopicMarkus Mittendrein2015-09-221-3/+17
|
* Code cleanupMarkus Mittendrein2015-09-221-48/+44
| | | | | Add empty() and clear() to ClientInfo and use it when needed. Move session-specific members into Session-struct
* Use {CLI} instead of [CLI] as Chat-prefix for management usersMarkus Mittendrein2015-09-221-1/+1
|
* Print an error and exit, if the clonk executable is not presentMarkus Mittendrein2015-09-221-6/+21
|
* Remove unnecessary commented out code and restore needed code ofMarkus Mittendrein2015-09-221-142/+34
| | | | CRSM::readConfig.
* Replace session with a Session-struct.Markus Mittendrein2015-09-221-27/+27
|
* Replace settings, lists and maps in CRSM through a better Config-ClassMarkus Mittendrein2015-09-221-233/+234
|
* Add newline to some log-messages and clear maps before loading theMarkus Mittendrein2015-09-201-7/+8
| | | | config.
* Cleanup repo with some directoriesMarkus Mittendrein2015-09-091-0/+2184