Griatch
|
f4e78d4552
|
Depend Twisted >=23.10,<24, Django 4.0-4.2 <4.3
|
2023-12-02 23:31:24 +01:00 |
|
Griatch
|
d26a88dff3
|
Merge pull request #3344 from volundmush/ip_from_request
Overhaul IP Matching
|
2023-12-02 20:30:56 +01:00 |
|
Andrew Bastien
|
901786fcfc
|
Fixed webclient_ajax IP checking
|
2023-11-26 11:13:19 -05:00 |
|
Griatch
|
5d1f93d6bf
|
Merge pull request #3345 from volundmush/fix_new_startup
EvenniaPortalService now launches plugins properly.
|
2023-11-26 15:53:51 +01:00 |
|
Andrew Bastien
|
07551db265
|
EvenniaPortalService now launches plugins properly.
|
2023-11-26 09:53:06 -05:00 |
|
Griatch
|
8914e7b0b6
|
Change settings._TEST_ENVIRONMENT to settings.TEST_ENVIRONMENT to address not-found issues during initialization
|
2023-11-26 14:25:12 +01:00 |
|
Andrew Bastien
|
44ebefe561
|
Overhauled IP matching feature.
|
2023-11-24 22:00:40 -05:00 |
|
Griatch
|
b4a3bae6a9
|
Ran black on sources
|
2023-11-23 19:09:12 +01:00 |
|
Andrew Bastien
|
2dbd90d415
|
Fixing lots of tests.
|
2023-11-22 18:33:55 -05:00 |
|
Andrew Bastien
|
15653ef1f1
|
Refactoring Server Startup to be more idiomatic for Twisted.
|
2023-11-22 10:30:41 -05:00 |
|
Griatch
|
f6b43b0416
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
holl0wstar
|
926a265a90
|
Remove leftover log debug.
|
2023-10-06 17:00:09 -03:00 |
|
holl0wstar
|
4e2eaf7a46
|
Change byte handling to only one place.
|
2023-10-03 18:54:09 -03:00 |
|
holl0wstar
|
4d153d1971
|
Change handling of different request types and callback for 204 requests (nickname change).
|
2023-10-03 18:54:09 -03:00 |
|
holl0wstar
|
e89ae5b090
|
Fix small typo on role assignment function.
|
2023-10-02 02:40:55 -03:00 |
|
holl0wstar
|
61083ed9b5
|
Add outputfunc to add roles through the bot.
|
2023-10-02 02:27:15 -03:00 |
|
holl0wstar
|
a9b1417806
|
Remove _patch_json and modify _post_json to support an optional patch argument.
|
2023-09-25 01:13:31 -03:00 |
|
holl0wstar
|
dbcd947b83
|
Fix having renamed a property on send_channel.
|
2023-09-25 00:47:41 -03:00 |
|
holl0wstar
|
37ecac009d
|
Add the ability to PATCH discord nicknames and roles.
|
2023-09-25 00:32:06 -03:00 |
|
Griatch
|
0d8533e61e
|
Add SSL_CERTIFICTE_ISSUER setting. Resolve #3162
|
2023-07-14 13:13:39 +02:00 |
|
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 |
|