Commit graph

440 commits

Author SHA1 Message Date
Griatch
0fa705d6ba Merge pull request #3186 from volundmush/truecolor
Adding client-side flags for supporting TRUECOLOR and extending MTTS...
2023-05-27 10:32:39 +02:00
Andrew Bastien
53d963e14c Changed importing of SESSION_HANDLER to avoid circular imports when extending Portal or Server SessionHandler. 2023-05-11 20:39:30 -04:00
Andrew Bastien
2cf1af96fd Adding client-side flags for supporting TRUECOLOR and extending MTTS/TTYPE so that it can detect more client capabilities. We're not USING those capabilities at the moment, but no reason to not detect them. 2023-05-11 17:27:03 -04:00
Griatch
bb9dc516b9 Fix || usage in help entries. Resolve #3085 2023-02-26 17:39:36 +01:00
InspectorCaracal
f2e50ebe77 fix zombie discord sessions 2023-01-25 00:01:58 -07:00
InspectorCaracal
1c6dd6cdc0 run black 2022-12-13 21:16:34 -07:00
InspectorCaracal
f204535baf reset reconnecting factory's internal delay 2022-12-13 21:13:53 -07:00
InspectorCaracal
8a97051218 remove auto-reconnecting logic 2022-12-12 22:35:40 -07:00
InspectorCaracal
eabfede7ec fix excessive Discord reconnects 2022-12-03 10:35:16 -07:00
Griatch
d15b2201a0 Remove game template init file; Run black. Resolve #3014 2022-12-03 12:35:00 +01:00
InspectorCaracal
d483c3d8d3 minor discord bugfixes and polish 2022-12-01 21:50:19 -07:00
Griatch
c6e3ee7589 Update and link new discord docs; reformat code for PEP8 2022-12-01 00:20:26 +01:00
InspectorCaracal
87867509cc add retry for discord server error codes 2022-11-28 23:05:26 -07:00
InspectorCaracal
4e7222ea7f cleanup and comments 2022-11-27 22:56:13 -07:00
InspectorCaracal
a2eb049fc9 cleanup and docs 2022-11-26 18:36:53 -07:00
InspectorCaracal
cd529281f3 discord integration 2022-11-26 14:30:20 -07:00
Griatch
eafe390db4 Use isort, run format on code 2022-11-18 12:02:46 +01:00
Griatch
a461a97576 Format code imports 2022-11-10 22:21:12 +01:00
Griatch
7bc787d41f Set echo option, probably no effect 2022-07-03 11:11:52 +02:00
Griatch
4e2962fef8 Further improvement of log conditional 2022-02-14 00:34:13 +01:00
Griatch
2e94e1b67d Fix of server/portal log upstart condition 2022-02-13 23:26:39 +01:00
Griatch
42ee0db1da Update logger.py to use new Twisted log api. No change in evennia-side usage 2022-02-13 22:52:11 +01:00
Griatch
0e401017ab Handle AMP issue. Resolve #2053. 2022-02-13 11:57:28 +01:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
5859de7054 Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +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
GulliblePsychologist
60f9acdcc7 Fixes #2562 2021-10-14 01:11:17 +01:00
Griatch
a7b99a605b Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258. 2021-10-09 00:36:17 +02:00
Griatch
f650533614 Keep GMCP case if outputfunc is capitalized. Resolve #2300. 2021-08-17 20:25:00 +02:00
fariparedes
7358758987 Add MXP support for anchor tags 2021-06-18 14:29:46 -04:00
Griatch
677a34d06e Cleaned up dummyrunner and fixed a lot of issues 2021-06-02 00:27:40 +02:00
Griatch
7ff8cbb341 I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
Griatch
a4f5ae2c96 Add support for latest Twisted and Python 3.9 2021-05-15 23:46:34 +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
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
RealKinetix
7d20d35375 Maintenance time calculations should be done in minutes, not seconds.
Should resolve #2336
2021-03-29 22:34:55 -07:00
Griatch
d100c250d5 Resolve merge conflict 2021-02-27 13:45:04 +01:00
Griatch
5aed34c844 Make evennia lib importable without created gamedir 2021-02-27 13:39:14 +01:00
Griatch
5f8911ec72 Better handle multimatch index out of scope. Resolve #2207. 2020-11-13 20:40:12 +01:00
Griatch
975e98766e Better handle multimatch index out of scope. Resolve #2207. 2020-11-13 20:39:44 +01:00
Griatch
1371226383 Better report of tracebacks across AMP bridge, sort of related to #2240 2020-11-01 16:13:57 +01:00