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

181 commits

Author SHA1 Message Date
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
402c72422c 📔 Update docs accordingly 2020-12-29 16:37:19 +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
da0544355c ⬆ Bump version to 6.0.0a28 2020-12-29 16:14:15 +01:00
8a3a4a9bfc 🐛 Fix default command pattern 2020-12-29 15:36:23 +01:00
25ab56f0d7 ⬆ Bump version to 6.0.0a27 2020-12-29 15:33:03 +01:00
d29e041566 🐛 Fix sentry putting python modules in the queue 2020-12-29 15:32:37 +01:00
f97412aea0 💥 Multimodule commit! 2020-12-28 19:25:13 +01:00
2e297cae7f ⬆ Bump version to 6.0.0a26 2020-12-28 18:38:05 +01:00
01883db4bb 📔 Re-document engineer module 2020-12-28 18:35:32 +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
0644919a96 ⬆ Bump version to 6.0.0a25 2020-12-28 18:04:57 +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
af28270639 ⬆ Bump version to 6.0.0a24 2020-12-28 17:18:22 +01:00
ab16467844 💥 Change command behaviour and sentry type annotations 2020-12-28 17:16:28 +01:00
69f817c188 ⬆ Bump version to 6.0.0a23 2020-12-28 17:02:52 +01:00
166ded19cc 🔧 Make command.run into a conversation 2020-12-28 16:50:52 +01:00
1732409f73 ⬆ Bump version to 6.0.0a22 2020-12-28 16:14:18 +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
469ab100ad ⬆ Bump version to 6.0.0a21 2020-12-28 14:51:49 +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
914f97aee8 ⬆ Bump version to 6.0.0a20 2020-12-27 20:54:07 +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
d337289f68 ⬆ Bump version 2020-12-27 20:35:50 +01:00
56c0c3a25c 🐛 Await sentry.put() in dispensers 2020-12-27 18:52:05 +01:00
7f2776bd21 ⬆ Bump version 2020-12-27 16:47:42 +01:00
2462c65f79 📔 Use todos instead of notes where possible 2020-12-27 11:41:13 +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
c52f95ec9a 📔 Add draw.io diagram of the engineer module 2020-12-27 11:34:10 +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
cae6124cd5 🔧 Update __all__s of the engineer module 2020-12-27 11:30:48 +01:00
c375ae0e10
Create Command class (#4)
*  Create Command class

*  Create Command class
2020-12-27 11:17:39 +01:00