Commit Graph

86 Commits

Author SHA1 Message Date
Tulir Asokan
bc87b2a02b Refactor things and implement instance API 2018-11-01 18:11:54 +02:00
Tulir Asokan
cbeff0c0cb Add created at timestamp to tokens for future-proofing 2018-11-01 12:59:22 +02:00
Tulir Asokan
e48cd26cb0 Fix docker-run and login endpoint 2018-11-01 12:56:24 +02:00
Tulir Asokan
e9d48e863c Install py3-bcrypt and py3-cffi from apk in docker image 2018-11-01 12:43:23 +02:00
Tulir Asokan
1f42d3da1a Merge branch 'master' into management 2018-11-01 12:35:14 +02:00
Tulir Asokan
28d7731e70 Fix bugs in init and plugin upload filenames 2018-11-01 12:28:56 +02:00
Tulir Asokan
767885cec7 Pass asyncio event loop and http session to plugin instances 2018-11-01 11:58:58 +02:00
Tulir Asokan
9e066478a9 Refactor how plugins are started and update spec 2018-11-01 01:51:54 +02:00
Tulir Asokan
b96d6e6a94 Remove command_spec table 2018-10-31 22:55:43 +02:00
Tulir Asokan
4b7c38ca2a Add clients and instances API stubs 2018-10-31 22:41:00 +02:00
Tulir Asokan
057ccc1914 Refactor management API impl 2018-10-31 22:28:13 +02:00
Tulir Asokan
c7d16a5d46 Update management spec 2018-10-31 22:27:59 +02:00
Tulir Asokan
14fd0d6ac9 Finish plugin API and add basic login system 2018-10-31 02:03:38 +02:00
Tulir Asokan
d7f072aeff Even more plugin API stuff 2018-10-31 00:27:50 +02:00
Tulir Asokan
73213040f1 Update list of plugins 2018-10-30 22:20:19 +02:00
Tulir Asokan
0148f74d90 Merge branch 'master' into management 2018-10-30 21:44:53 +02:00
Tulir Asokan
26c4fae464 Update version 2018-10-30 21:42:21 +02:00
Tulir Asokan
a2ba9b245e Update mautrix.util imports 2018-10-30 21:40:41 +02:00
Tulir Asokan
91f804d4cf Allow commands for all non-notice message types 2018-10-30 21:29:58 +02:00
Tulir Asokan
d5353430a8 More plugin API stuff 2018-10-30 00:50:45 +02:00
Tulir Asokan
f2449e2eba Start working on management API implementation 2018-10-28 01:31:03 +03:00
Tulir Asokan
aefdcd9447 Fix minor things in management API spec 2018-10-27 19:58:35 +03:00
Tulir Asokan
6001b66044 Add initial management API spec 2018-10-27 14:21:07 +03:00
Tulir Asokan
283863c390 Add frontend stub 2018-10-26 00:21:00 +03:00
Tulir Asokan
038fbc43f1 Add automatic sqlalchemy commit 2018-10-22 02:01:06 +03:00
Tulir Asokan
894c5df07b Fix config updating and make plugin dbs somewhat configurable 2018-10-22 01:57:37 +03:00
Tulir Asokan
485040e687 Add temporary request_db_engine() implementation 2018-10-22 01:13:50 +03:00
Tulir Asokan
fd14a38546 Make command arguments map optional and fix optional command arguments 2018-10-21 21:57:34 +03:00
Tulir Asokan
a4fb18038c Update version 2018-10-21 01:01:51 +03:00
Tulir Asokan
1ffc536f0c Add SIGINT/SIGTERM handler 2018-10-20 21:16:13 +03:00
Tulir Asokan
d7bbe1498a Remove unused import 2018-10-20 19:38:55 +03:00
Tulir Asokan
b29a7d186e Add configuration for plugins 2018-10-20 18:39:16 +03:00
Tulir Asokan
ac5f059ef4 Update docker setup 2018-10-18 15:31:18 +03:00
Tulir Asokan
3337ac52ea Update readme and version to .dev2 2018-10-18 00:02:15 +03:00
Tulir Asokan
a13fa556a9 Add sync filter for bots 2018-10-17 23:43:56 +03:00
Tulir Asokan
3c565c76ec Make docker-run.sh executable 2018-10-17 23:15:09 +03:00
Tulir Asokan
457b3d444a Fix dockerfile 2018-10-17 23:02:04 +03:00
Tulir Asokan
6a95ef0007
Merge pull request #7 from maubot/python-rewrite
Rewrite in Python
2018-10-17 22:51:08 +03:00
Tulir Asokan
cc053d0cfc Move bot helper checks to command event handler 2018-10-17 22:45:59 +03:00
Tulir Asokan
06eef9d6f2 Use join_room instead of join_room_by_id 2018-10-17 22:09:25 +03:00
Tulir Asokan
2844865e3a Fix potential await bug 2018-10-17 22:09:25 +03:00
Tulir Asokan
f94638a937 Add untested dockerfile 2018-10-17 22:09:20 +03:00
Tulir Asokan
c342dc225f Move bot-oriented stuff from mautrix-python and add more logs 2018-10-17 20:17:14 +03:00
Tulir Asokan
4d2f2cd173 Set bot profile info at startup and add example maubot.ini 2018-10-17 15:00:51 +03:00
Tulir Asokan
350749a2c1 Fix setup.py classifiers 2018-10-17 01:44:10 +03:00
Tulir Asokan
2d95b54758 Remove event proxy class 2018-10-17 01:31:12 +03:00
Tulir Asokan
1d8de8b5f2 Make it work 2018-10-17 01:30:08 +03:00
Tulir Asokan
dce2771588 Make it run 2018-10-16 22:15:35 +03:00
Tulir Asokan
eef052b1e9 More changes 2018-10-16 16:41:02 +03:00
Tulir Asokan
0b246e44a8 Add command matching stuff 2018-10-16 00:25:23 +03:00