Andrew Bastien
|
1cfee2352b
|
Renaming things to be more Evennia'ish.
|
2023-12-02 19:56:48 -05:00 |
|
Andrew Bastien
|
97c73d133d
|
Cleaned up refactor to support more extension.
|
2023-12-02 19:37:25 -05:00 |
|
Griatch
|
f4e78d4552
|
Depend Twisted >=23.10,<24, Django 4.0-4.2 <4.3
|
2023-12-02 23:31:24 +01:00 |
|
Griatch
|
18a72c09e6
|
Further fixes to tests
|
2023-12-02 22:19:19 +01:00 |
|
Griatch
|
ca35b323ae
|
Make erroring LLM unit test more stringent
|
2023-12-02 22:03:45 +01:00 |
|
Griatch
|
0f39677b46
|
More work with cleanup of unit tests
|
2023-12-02 21:46:04 +01:00 |
|
Griatch
|
8ee119a599
|
Merge pull request #3350 from volundmush/help_webclient_keys
Fixed stale protocol keys in CmdHelp
|
2023-12-02 21:30:45 +01:00 |
|
Griatch
|
a928e418a2
|
Merge pull request #3349 from volundmush/command_msg
Default Commands now use self.msg() instead of self.caller.msg()
|
2023-12-02 21:28:20 +01:00 |
|
Griatch
|
8aac49c591
|
Try fix postgres unittest error. Update CHANGELOG
|
2023-12-02 20:33:18 +01:00 |
|
Griatch
|
d26a88dff3
|
Merge pull request #3344 from volundmush/ip_from_request
Overhaul IP Matching
|
2023-12-02 20:30:56 +01:00 |
|
Griatch
|
ed7b1634a2
|
Fix missing unit test flag
|
2023-12-02 20:07:00 +01:00 |
|
Griatch
|
df877c6b06
|
Merge pull request #3343 from volundmush/access_type
Lockfuncs are now called with an access_type kwarg in their **kwargs
|
2023-12-02 19:02:18 +01:00 |
|
Griatch
|
4857f93824
|
Merge pull request #3342 from volundmush/cmdset_source
Add Command.cmdset_source
|
2023-12-02 18:58:12 +01:00 |
|
Griatch
|
26ff5d4206
|
Remove weird auto-replace strings here and there
|
2023-11-30 12:29:01 +01:00 |
|
Andrew Bastien
|
378d127c01
|
Fixed stale protocol keys in CmdHelp
|
2023-11-27 09:54:55 -05:00 |
|
Andrew Bastien
|
8fe7f3d086
|
Fixed recursion with CmdExamine
|
2023-11-27 09:29:31 -05:00 |
|
Andrew Bastien
|
9e067f6f84
|
Adjusted default commands to use self.msg() instead of self.caller.msg() where prudent
|
2023-11-27 01:10:49 -05:00 |
|
Griatch
|
23038be08f
|
Fix typo with non-existing xyz function call. Resolve #3337
|
2023-11-26 17:21:15 +01:00 |
|
Griatch
|
32cbbd063a
|
Make XYZGrid zcoords db query case insensitive. Resolve #3331
|
2023-11-26 17:18:36 +01:00 |
|
Andrew Bastien
|
901786fcfc
|
Fixed webclient_ajax IP checking
|
2023-11-26 11:13:19 -05:00 |
|
Griatch
|
89d159cc96
|
Fix verb conjugation with unknown verbs. Resolve #3330
|
2023-11-26 17:00:13 +01: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
|
c71371b3cf
|
Fix bug in sessionhandler for csessions
|
2023-11-26 15:38:48 +01:00 |
|
Griatch
|
b67bb7ee55
|
Fix links in intro wizard. Resolve 3323
|
2023-11-26 14:39:04 +01: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 |
|
Griatch
|
d353d87628
|
Fix monitor inputfunc as per #3312, still remain issue with monitoring
|
2023-11-26 13:30:49 +01:00 |
|
Griatch
|
62ff667f9a
|
Make input func monitor support attribute categories. Resolve #3307
|
2023-11-26 13:13:27 +01:00 |
|
Andrew Bastien
|
44ebefe561
|
Overhauled IP matching feature.
|
2023-11-24 22:00:40 -05:00 |
|
Andrew Bastien
|
8b2fea320f
|
Lockfuncs are now called with an access_type kwarg in their **kwargs
|
2023-11-24 16:30:09 -05:00 |
|
Andrew Bastien
|
ee3705cb81
|
Commands now have a .cmdset_source pointing at their original cmdset instance.
|
2023-11-24 14:48:04 -05:00 |
|
Andrew Bastien
|
26643a71a7
|
Adjusting checks to use utils.inherits_from()
|
2023-11-23 13:15:42 -05:00 |
|
Andrew Bastien
|
30bfc36beb
|
Adjusted checks for Object/Account to prevent conflicts.
|
2023-11-23 13:15:42 -05:00 |
|
Griatch
|
b4a3bae6a9
|
Ran black on sources
|
2023-11-23 19:09:12 +01:00 |
|
Griatch
|
84e8ca129f
|
Update CHANGELOG and autodocs with recent changes
|
2023-11-23 19:08:46 +01:00 |
|
Griatch
|
6787f9e5f0
|
Merge pull request #3339 from jaborsh/patch-2
Fixing Code Typos in Readme for XYZContrib
|
2023-11-23 18:58:50 +01:00 |
|
Griatch
|
6ad355af43
|
Merge pull request #3338 from jaborsh/patch-1
Fixing if/else tree in XYZGrid launchcmd
|
2023-11-23 18:56:15 +01:00 |
|
Griatch
|
85f1b54064
|
Merge pull request #3333 from iLPdev/patch-8
fix: correct pathing in header
|
2023-11-23 18:50:02 +01:00 |
|
Griatch
|
1f25987cd6
|
Merge pull request #3324 from volundmush/signal_refactor
SIGNAL_ACCOUNT_POST_LOGIN_FAIL is now properly used. Added a CUSTOM_S…
|
2023-11-23 18:47:36 +01:00 |
|
Griatch
|
266cf539eb
|
Merge pull request #3319 from volundmush/startup_refactor
Refactoring Server Startup to be more idiomatic for Twisted.
|
2023-11-23 18:44:51 +01:00 |
|
Griatch
|
80a17cab87
|
Merge pull request #3180 from volundmush/dig_hook
Building Command Hook Improvements
|
2023-11-23 18:36:25 +01:00 |
|
Griatch
|
86f2cb6a7c
|
Merge pull request #3177 from volundmush/player_character_refactor
Improved generation of Player Characters using charcreate
|
2023-11-23 18:28:24 +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 |
|
Jake
|
469b29d9e8
|
Fixing Code Typos in Readme for XYZContrib
The previous code block contained programmatic errors.
|
2023-11-22 00:40:37 -07:00 |
|
Jake
|
6f964716c7
|
Fixing if/else tree in XYZGrid launchcmd
If needed to be elif.
|
2023-11-22 00:37:16 -07:00 |
|
Andrew Bastien
|
5e4d4aafc9
|
Fixing the tests.
|
2023-11-19 15:25:09 -05:00 |
|
Andrew Bastien
|
5b1139cf11
|
Fixing the tests.
|
2023-11-19 13:55:42 -05:00 |
|
iLPdev
|
ae17e21fab
|
fix: correct pathing in header
|
2023-11-19 10:24:22 -08:00 |
|
Andrew Bastien
|
17bd0719f9
|
Documenting SIGNALS_CUSTOM.
|
2023-11-19 12:50:38 -05:00 |
|