1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
Commit graph

113 commits

Author SHA1 Message Date
68fd0cea2e
🐛 Fix SentrySource.dispenser() being a coroutine instead of a function 2021-01-23 01:36:19 +01:00
28516c70bc
🐛 Fix leftover bug on _locked_by 2021-01-23 01:30:17 +01:00
c2b01d768f
Implement a dispenser locking mechanism 2021-01-23 01:03:22 +01:00
7af394d3bf
Add sentry.dispenser() return type annotation 2021-01-23 00:43:56 +01:00
2e8a25f7e7
📔 Fix engineer documentation 2021-01-14 16:26:34 +01:00
1b093cd861
🐛 Fix __all__ in teleporter 2021-01-10 19:23:54 +01:00
1c46ed7b31 🧹 Remove useless test 2021-01-10 16:36:05 +01:00
cdc5d43330 🔧 Give a default value to the files kwarg 2021-01-08 18:02:42 +01:00
00b3829097 🔧 Add magazine to init 2021-01-08 17:58:35 +01:00
f7b38b1b3a 📔 Display engineer diagram in the docs 2021-01-08 16:41:18 +01:00
2d915d59af Add support for sending/receiving files 2021-01-08 16:15:34 +01:00
59a12c196b 📔 Improve logging and documentation 2021-01-08 16:14:06 +01:00
68f7025640 🔧 Implement magazines with an actually good interface 2021-01-08 15:35:31 +01:00
38c877950d Implement magazine 2021-01-05 17:21:14 +01:00
727ecd040a 🧹 Remove obsolete Adventure types 2021-01-03 18:00:40 +01:00
8c7726f95b Reimplement teleporters and make commands use them 2021-01-03 18:00:19 +01:00
7d8ce20063 Allow passing of kwargs to conversations 2021-01-03 15:06:15 +01:00
d9930022aa ⬆ Bump version to 6.0.0a32 2020-12-30 17:59:23 +01:00
0c0ce7b0db Create Command and PartialCommand 2020-12-30 17:05:25 +01:00
6faf278eb3 Create conversation module 2020-12-30 14:59:37 +01:00
1b8c721cc2 🗑 Remove command module, pending refactor 2020-12-30 13:20:33 +01:00
a9cc5e7761 📔 Improve bullet documentation 2020-12-30 13:18:07 +01:00
d5b409489d 🗑 Remove campaigns module, as it has been replaced by engineer 2020-12-29 16:36:55 +01:00
e2781c3743 🔧 Make command syntax argument optional 2020-12-29 16:25:24 +01:00
8a3a4a9bfc 🐛 Fix default command pattern 2020-12-29 15:36:23 +01:00
d29e041566 🐛 Fix sentry putting python modules in the queue 2020-12-29 15:32:37 +01:00
19983ea966 🧹 Remove unused imports 2020-12-28 18:29:21 +01:00
d47a167346 🐛 Fix conversation.run behaviour 2020-12-28 18:29:07 +01:00
a79fc91b10 📰 Log dispenser actions 2020-12-28 18:04:40 +01:00
69f50138ef 🐛 Fix conversation.run method not ending properly 2020-12-28 17:55:20 +01:00
ab16467844 💥 Change command behaviour and sentry type annotations 2020-12-28 17:16:28 +01:00
166ded19cc 🔧 Make command.run into a conversation 2020-12-28 16:50:52 +01:00
45b05140a0 ◀️ Readd _msg to the command scope 2020-12-28 16:13:36 +01:00
5bd6e39059 💥 Improve bullets a bit 2020-12-28 16:01:08 +01:00
489d2ef0be 📔 Improve Command documentation 2020-12-28 14:49:17 +01:00
6036837c0d 🧹 Remove unused imports 2020-12-28 14:44:56 +01:00
7333df0b86 🔧 Change the interface of Command 2020-12-28 14:44:40 +01:00
36d41006ef 📰 Log command actions 2020-12-27 22:31:22 +01:00
eb1694a640 🔧 Command: If pattern does not match message text, do nothing 2020-12-27 21:05:01 +01:00
0d5a376ec0 🐛 Pass _sentry to the conversation as a kwarg 2020-12-27 21:00:31 +01:00
fe82de19ef 📔 Document dispenser.run 2020-12-27 20:51:37 +01:00
1060594ef8 🔧 Define Conversation as a Protocol 2020-12-27 20:51:24 +01:00
2b48eae60c 🐛 Make put a coroutine 2020-12-27 20:45:16 +01:00
5569ceed72 🔧 Allow conversation to have multiple parameters 2020-12-27 20:44:09 +01:00
56c0c3a25c 🐛 Await sentry.put() in dispensers 2020-12-27 18:52:05 +01:00
7af7ebc860 🔧 Rename teleporter function to teleport
To avoid name conflicts
2020-12-27 11:36:41 +01:00
d5d502188a 🔧 Include Command in the engineer module 2020-12-27 11:35:06 +01:00
9b5c3e0f82 Merge remote-tracking branch 'origin/master' 2020-12-27 11:34:22 +01:00
d0c0b6ecd4 🗑 Remove unused __init__ files 2020-12-27 11:32:24 +01:00
33a3e2ea38 🔧 Allow royalnet.engineer to be imported directly 2020-12-27 11:31:37 +01:00