Commit graph

889 commits

Author SHA1 Message Date
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
7f2b8c81d7 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
a0c70ce465 Add webclient browser name identifier. Resolve #1650 2021-11-03 20:09:47 +01:00
Griatch
6fef01a3b1 Allow to disable MXP or make it one-directional. Resolve #2169. 2021-11-02 23:39:56 +01:00
Griatch
efac569915 Add GMCP Client.Gui stub to avoid Mudlet issue 2021-10-31 20:19:12 +01:00
Griatch
d2a69739d7 Add warning on unset SERVER_HOSTNAME 2021-10-31 10:47:07 +01:00
Griatch
9cb807a73c Update in-game links 2021-10-26 22:50:19 +02:00
GulliblePsychologist
60f9acdcc7 Fixes #2562 2021-10-14 01:11:17 +01:00
Griatch
2a8cc57bbe Add strip_unsafe_input/INPUT_CLEANUP_BYPASS_PERMISSIONS helpers to strip unsafe input on a per-command level. Resolves #1738. 2021-10-09 16:27:58 +02:00
Griatch
a7b99a605b Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258. 2021-10-09 00:36:17 +02:00
Griatch
e4013dbdb8 Ask for confirm in default account creation. Resolves #1523 2021-10-08 22:46:50 +02:00
henddher
bfd6ece47c Addition of BROADCAST_SERVER_RESTART_MESSAGES flag to notify all sessions that the server is restarting. 2021-10-03 18:05:03 -05:00
Griatch
f650533614 Keep GMCP case if outputfunc is capitalized. Resolve #2300. 2021-08-17 20:25:00 +02:00
Griatch
bb8c212b8d Better handle malformed msg kwarg. Resolve #2298. 2021-08-06 20:44:33 +02:00
Griatch
b9771e701f Fix/refactor initial_setup function. Resolve #2438. 2021-08-06 00:16:12 +02:00
Griatch
5df73d5045 Add XYZgrid contrib api files, prepare for merge 2021-07-23 00:19:28 +02:00
Griatch
b949fb0b6c Custom evennia launcher commands with EXTRA_LAUNCHER_COMMANDS setting 2021-07-04 21:54:27 +02:00
fariparedes
7358758987 Add MXP support for anchor tags 2021-06-18 14:29:46 -04:00
Griatch
7a30822ee1 Fix up unittests 2021-06-13 14:11:05 +02:00
Griatch
54a10d612c Some tweaks to docs and dummy default setting 2021-06-02 22:57:51 +02:00
Griatch
514cb1b9af Update dummyrunner docs 2021-06-02 10:17:04 +02:00
Griatch
677a34d06e Cleaned up dummyrunner and fixed a lot of issues 2021-06-02 00:27:40 +02:00
Griatch
8837b93dd2 Update localization 2021-05-29 13:22:19 +02:00
Griatch
7ff8cbb341 I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
Griatch
59dd0b007a Update HaProxy document, move server/admin to correct place 2021-05-26 20:12:19 +02:00
Griatch
dac2be3074 Start restructuring web presences 2021-05-16 16:01:39 +02:00
Griatch
a4f5ae2c96 Add support for latest Twisted and Python 3.9 2021-05-15 23:46:34 +02:00
Griatch
63009a2a65 Up django version to 3.2 2021-05-15 11:02:57 +02:00
Griatch
05beca9196 Merge branch 'develop' into refactor-channels 2021-05-09 16:06:16 +02:00
Griatch
64712f704d Merge branch 'master' into develop 2021-05-09 15:43:39 +02:00
Griatch
76c1e09c84 Fix PEP8 in PR #2390 2021-05-09 15:43:21 +02:00
Griatch
88a48e6842 Correct help lunr search boosts 2021-05-08 18:31:42 +02:00
Griatch
a95d801b1e Remove channelhandler 2021-05-08 16:30:17 +02:00
Griatch
f5fd398480 New FileHelp system to create help entries from external files 2021-05-08 15:11:53 +02:00
Griatch
8a7e19db16 Resolve merge conflicts 2021-05-08 10:36:35 +02:00
Ben Longden
b787c4d076 Only use GA-lite for mudlet if it's rejected NOGOAHEAD 2021-04-26 12:42:11 +01:00
Ben Longden
9b749d16a6 For mudlet we overwrite the negotiated GA value
Suppress GA
Activate the NOPROMPTGOAHEAD flag so GA's only sent on prompts
2021-04-26 12:29:05 +01:00
Ben Longden
61d42d91d4 Review feedback 2021-04-26 12:04:35 +01:00
Ben Longden
c209a9b8ef Move prompt logic to a flag set by TTYPE (for Mudlet, currently) 2021-04-26 10:31:42 +01:00
Ben Longden
9099796258 FORCEENDLINE is True by default so no need to set
Test also updated to check FORCEENDLINE after TTYPE is negotiated
2021-04-26 10:05:33 +01:00
Ben Longden
359842d554 Mudlet likes GA's for prompts
Don't sent GA on every message (not everything is a prompt)
Do enforce line endings for mudlet, it wont display anything without it.
2021-04-26 10:05:33 +01:00
Griatch
ad0c0f39d0 Resolve merge errors 2021-04-24 22:47:06 +02:00
Griatch
ae9578e1de Remove channel nick-replace from inputfunc 2021-04-24 22:44:05 +02:00
Griatch
9e2b7576b1 Another typo in funcparser loading settings 2021-04-11 16:13:56 +02:00
Griatch
5dc85cbc1d Fix typo in deprecation warning 2021-04-11 16:11:51 +02:00
RealKinetix
21bf565e57 Unsure how the last commit had an old edit, but this should fix tests now. 2021-04-06 17:43:49 -07:00
RealKinetix
80a0a3ce70 Fixed related server test in the test suite with appropriate timing trigger. 2021-04-06 17:25:08 -07:00
RealKinetix
7d20d35375 Maintenance time calculations should be done in minutes, not seconds.
Should resolve #2336
2021-03-29 22:34:55 -07:00
Griatch
c9d9e9c6f8 Clean up docs and more funcparser fixes 2021-03-27 23:43:46 +01:00
Griatch
773bb31f55 Replace inlinefunc parser with FuncParser mostly 2021-03-17 23:44:08 +01:00