summaryrefslogtreecommitdiff
path: root/tools/config.py
AgeCommit message (Collapse)AuthorFilesLines
2024-05-31Change char_conf.max_connect_user back to signed integerThorbjørn Lindeijer1-1/+1
This configuration variable changed from signed to unsigned with the move to Python-generated config file parsing in e1418f378c66343a35db3791cbf0d54a4be3fbd3 and c482e420bcf447073ffe3ff8a106a0561e0baadd. Changing it back to signed because it is compared to a signed integer returned from count_users. Also, having it as signed integer allows setting it to a negative value to refuse any user connection.
2024-04-12Add battle_config.max_rate limit (500). GMs cannot go above thisFedja Beader1-0/+1
Blame Ledmitz (:
2024-04-10Add server-wide drop rates modifierFedja Beader1-0/+1
2019-04-15add a built-in gm log delay optiongumi1-0/+2
2019-01-10limit login requests to 1 per ip per X secondsgumi1-0/+2
2016-02-08allow to not allocate stats on CCmekolat1-3/+3
do not use sex provided by client for scripts send the correct sex to the client
2015-06-18move hardcoded settings in char server to config filemekolat1-0/+7
2015-05-11Merge pull request #88 from mekolat/gmpassWushin1-2/+0
remove leftovers from gm atcommand removal
2015-05-07remove leftovers from gm atcommand removalmekolat1-2/+0
2015-05-07death to the motd!!!11one11mekolat1-1/+0
2015-04-30Remove tmwa-monitorwushin1-8/+0
2015-04-13Merge pull request #41 from wushin/pvp-script-persistanceWushin1-0/+1
Make killer & killable script builtins
2015-04-05Remove Warp Debug Sprite Actionwushin1-1/+0
2015-04-04Remove killer/killablewushin1-0/+1
Death Clears default pvp Add Player Togglable PvP Flag Add Timer to PvP Flag (Anti-Spam) Add getpvpflag builtin
2015-01-22Generate most config parsersBen Longbons1-0/+692