| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow overriding the default function called on a command-group | Markus Mittendrein | 2015-10-07 | 2 | -3/+3 |
| | | |||||
| * | Fix arglist of grouphelp-command | Markus Mittendrein | 2015-10-07 | 1 | -1/+1 |
| | | |||||
| * | Add command groups | Markus Mittendrein | 2015-10-07 | 2 | -20/+110 |
| | | |||||
| * | Fix modinfo command. | Markus Mittendrein | 2015-10-06 | 1 | -2/+2 |
| | | |||||
| * | Add CRSMConfigValue-specialization for enums using std::is_enum and | Markus Mittendrein | 2015-09-30 | 1 | -0/+7 |
| | | | | | std::underlying_type | ||||
| * | Use ushort instead of int for CRSM.ManagementPort | Markus Mittendrein | 2015-09-28 | 1 | -1/+2 |
| | | |||||
| * | use SFINAE for integer CRSMConfigValue-specialization instead of hard- | Markus Mittendrein | 2015-09-28 | 1 | -7/+10 |
| | | | | | coded int and throw an exception when the value is out of range. | ||||
| * | Save session to CrServerManager.session on detach and load it on | Markus Mittendrein | 2015-09-24 | 4 | -21/+50 |
| | | | | | reattaching | ||||
| * | Fix detecting of activating clients | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Fix ClientInfo::empty() | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Split CRSMConfig into CRSMConfigBase (for reuse) and CRSMConfig | Markus Mittendrein | 2015-09-24 | 2 | -69/+68 |
| | | |||||
| * | Fix usage of Config.Clonk.Server.Arguments | Markus Mittendrein | 2015-09-24 | 1 | -2/+1 |
| | | |||||
| * | Add CRSMConfigValue-specialization for ClientInfo | Markus Mittendrein | 2015-09-24 | 1 | -1/+67 |
| | | |||||
| * | Add CRSMConfigValueBase::getValue and | Markus Mittendrein | 2015-09-24 | 1 | -15/+28 |
| | | | | | CRSMConfigValueBase::getStringValue and use them where appropriate | ||||
| * | Replace typedefs through using | Markus Mittendrein | 2015-09-24 | 2 | -2/+2 |
| | | |||||
| * | Flip "mess.length() > QString(CMD_SIGN).length() && | Markus Mittendrein | 2015-09-24 | 1 | -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 only | Markus Mittendrein | 2015-09-24 | 2 | -9/+9 |
| | | | | | forward irc messages to ingame chat if Session.IRC.UseIngameChat == true | ||||
| * | Use maps to store IRC.Moderators and Clonk.Chat.Moderators together with a ↵ | Markus Mittendrein | 2015-09-24 | 1 | -4/+4 |
| | | | | | custom identifier (to put in logs in the future) | ||||
| * | Fix typo in CRSM::readConfig | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Change userwish-added-message when the wish is hosted directly | Markus Mittendrein | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Fix [IRC] Nick overriding [Network] Nick when reading the clonk config | Markus Mittendrein | 2015-09-24 | 1 | -0/+1 |
| | | |||||
| * | Store folder lists (.lst-Files) in CRSM.ListFolder | Markus Mittendrein | 2015-09-23 | 2 | -7/+22 |
| | | |||||
| * | Replace Session.Hosting and Session.Running with Session.State and set | Markus Mittendrein | 2015-09-23 | 2 | -36/+47 |
| | | | | | IngameChannel-topic through CRSM::ircSetIngameChannelTopic. | ||||
| * | Only print management-disconnect-message when a name was input | Markus Mittendrein | 2015-09-22 | 1 | -1/+1 |
| | | |||||
| * | Include game status (lobby|loading|running) in IngameChannel-Topic | Markus Mittendrein | 2015-09-22 | 1 | -3/+17 |
| | | |||||
| * | Code cleanup | Markus Mittendrein | 2015-09-22 | 3 | -68/+81 |
| | | | | | | 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 users | Markus Mittendrein | 2015-09-22 | 2 | -3/+10 |
| | | |||||
| * | Print an error and exit, if the clonk executable is not present | Markus Mittendrein | 2015-09-22 | 2 | -7/+24 |
| | | |||||
| * | Only add value to list if its not already there. | Markus Mittendrein | 2015-09-22 | 2 | -10/+6 |
| | | |||||
| * | Remove unnecessary commented out code and restore needed code of | Markus Mittendrein | 2015-09-22 | 2 | -146/+34 |
| | | | | | CRSM::readConfig. | ||||
| * | Replace session with a Session-struct. | Markus Mittendrein | 2015-09-22 | 2 | -28/+44 |
| | | |||||
| * | Add *.user to .gitignore | Markus Mittendrein | 2015-09-22 | 1 | -0/+1 |
| | | |||||
| * | Change #ifdef-include-guard to #pragma once | Markus Mittendrein | 2015-09-22 | 1 | -4/+1 |
| | | |||||
| * | Replace settings, lists and maps in CRSM through a better Config-Class | Markus Mittendrein | 2015-09-22 | 5 | -239/+752 |
| | | |||||
| * | Add newline to some log-messages and clear maps before loading the | Markus Mittendrein | 2015-09-20 | 1 | -7/+8 |
| | | | | | config. | ||||
| * | Cleanup repo with some directories | Markus Mittendrein | 2015-09-09 | 318 | -0/+0 |
| | | |||||
| * | Add example CrServerManager.conf and CrServerManager.conf.README (in german!) | Markus Mittendrein | 2015-09-09 | 2 | -0/+118 |
| | | |||||
| * | Added basic antiflood. | Markus Mittendrein | 2015-06-12 | 5 | -158/+282 |
| | | | | | Release round admin when he is leaving, but he can regain it in a specified time. | ||||
| * | Added command !removeplr. | Markus Mittendrein | 2015-04-20 | 3 | -15/+57 |
| | | | | | Added basic anti spam for same scenarios and the same user. | ||||
| * | Added newscriptplayer command. | Markus Mittendrein | 2015-04-09 | 1 | -4/+20 |
| | | | | | | Restored additional help info, which was accidently removed with an update. | ||||
| * | Modified systemd-servicefile to dont automatically restart when CRSM | Markus Mittendrein | 2015-04-01 | 1 | -1/+1 |
| | | | | | exits based on a management command. | ||||
| * | Added option to randomly enable league for scenarios.lst (--random- | Markus Mittendrein | 2015-04-01 | 2 | -2/+15 |
| | | | | | league). | ||||
| * | Added option to randomly walk through scenarios.lst | Markus Mittendrein | 2015-04-01 | 2 | -15/+39 |
| | | | | | (RandomizeAutoHosting). | ||||
| * | Code cleanup, added idle protection (configurable), when last user | Markus Mittendrein | 2015-04-01 | 2 | -21/+43 |
| | | | | | leaves. | ||||
| * | scenarios.lst now supports --league, to activate league for a specific | Markus Mittendrein | 2015-03-28 | 3 | -11/+94 |
| | | | | | scenario in the autohosting list. | ||||
| * | Added systemd.service file and helper scripts (they need netcat). It's | Markus Mittendrein | 2015-03-19 | 3 | -0/+27 |
| | | | | | meant that Clonk and CRSM are installed in /opt/clonk. | ||||
| * | Added Managemen-Interface on TCP port 9372 listening on localhost. | Markus Mittendrein | 2015-03-19 | 4 | -75/+303 |
| | | |||||
| * | Added ProcessManager, so Clonk can run independently from CRSM. | Markus Mittendrein | 2015-03-18 | 6 | -62/+546 |
| | | | | | Added support for league with --league flag for !host. | ||||
| * | Cleanup completed. New Interface based system. | Markus Mittendrein | 2015-01-04 | 6 | -558/+831 |
| | | |||||
| * | Massive changes. | Markus Mittendrein | 2015-01-01 | 4 | -125/+993 |
| | | | | | Can't remember them. | ||||
