Tulir Asokan
f104595217
Changes related to rewriting the command handling system
2018-12-16 00:52:54 +02:00
Tulir Asokan
69de2c9d85
Bump dev version number
2018-12-14 00:50:05 +02:00
Tulir Asokan
160dd6c534
Print exception stack traces in cli log viewer
2018-12-14 00:40:35 +02:00
Tulir Asokan
6f06eec3cc
Add log viewer to mbc
2018-12-14 00:33:33 +02:00
Tulir Asokan
ecc1843119
Remove unused imports
2018-12-13 23:36:04 +02:00
Tulir Asokan
ee04cc59a2
Create license file when initializing project
2018-12-13 23:21:56 +02:00
Tulir Asokan
6d92979dff
Merge pull request #36 from maubot/cli
...
Add plugin build tool
2018-12-13 22:40:32 +02:00
Tulir Asokan
d41f4ad0c2
Add build-base and python3-dev to docker image
2018-12-13 22:37:17 +02:00
Tulir Asokan
adc762b9dd
Show any errors when logging in
2018-12-13 22:36:47 +02:00
Tulir Asokan
66aef1978c
Fix accidentally changed variable name
2018-12-13 22:14:06 +02:00
Tulir Asokan
cb3993d79f
Implement uploading plugins
2018-12-13 20:48:52 +02:00
Tulir Asokan
c334afd38b
Implement building plugins
2018-12-13 19:47:41 +02:00
Tulir Asokan
54e117c9e7
Rename clickquiry to cliq and remove util package
2018-12-13 19:14:33 +02:00
Tulir Asokan
1bc51d2de5
Fix inquiring flags
2018-12-13 19:09:02 +02:00
Tulir Asokan
7816212190
Add more stuff
2018-12-13 18:15:24 +02:00
Tulir Asokan
8e2f2908a6
Add stuff
2018-12-13 01:28:23 +02:00
Tulir Asokan
4b3d47176d
Merge branch 'master' into cli
2018-12-12 16:07:45 +02:00
Tulir Asokan
03cd8663b8
Fix logo path
2018-12-12 15:22:07 +02:00
Tulir Asokan
1552964d3f
Try reloading failed instance dependencies when starting instance
2018-12-12 15:21:17 +02:00
Tulir Asokan
07fe46e7f9
Switch to yaml for plugin metadata. Fixes #33
2018-12-09 15:49:57 +02:00
Tulir Asokan
55685dfd6e
Add full example plugin
...
Also switch to yaml plugin metadata in example file (ref #33 )
2018-12-09 15:18:33 +02:00
Tulir Asokan
5704b3e53b
Don't reset editor state if props didn't change. Fixes #34
2018-12-09 14:59:00 +02:00
Tulir Asokan
0e4cea6f52
Add license to maubot.ini example
2018-12-08 23:45:10 +02:00
Tulir Asokan
f5b996d2a2
Move view logs button to sidebar
2018-12-08 20:43:44 +02:00
Tulir Asokan
8824c21788
Add spec for Matrix API proxy
2018-12-08 20:41:11 +02:00
Tulir Asokan
5775560933
Actually fix login
2018-12-08 14:12:33 +02:00
Tulir Asokan
67a4e85406
Fix logging in
2018-12-08 13:57:04 +02:00
Tulir Asokan
d09dd8ddc6
Highlight edited fields
2018-12-08 13:29:53 +02:00
Tulir Asokan
4f7eef6029
Fix uploading and downloading avatars
2018-12-08 13:07:12 +02:00
Tulir Asokan
4f723b24da
Update version
2018-12-08 01:37:32 +02:00
Tulir Asokan
332ad5ea52
Add Matrix register/login API and full Matrix API proxy
...
(ref #19 , #15 )
2018-12-08 01:14:10 +02:00
Tulir Asokan
5337d4d98e
Link to debug file open in log line timestamp
2018-12-05 17:37:31 +02:00
Tulir Asokan
c55f0c7840
Update readme again
2018-12-05 17:18:21 +02:00
Tulir Asokan
311497a448
Update readme
2018-12-05 17:16:40 +02:00
Tulir Asokan
2d66ec2534
Add missing __init__.py's
2018-12-05 16:43:12 +02:00
Tulir Asokan
c2065a4af7
Fix mautrix dep version
2018-12-05 16:38:13 +02:00
Tulir Asokan
3362e8e118
Remove unnecessary padding in log view
2018-11-29 13:12:24 +02:00
Tulir Asokan
9f593ed04e
Show date when hovering over time in log
2018-11-29 12:32:36 +02:00
Tulir Asokan
30a6dd62ef
Don't try to remove websocket from log listeners if it had not been added
2018-11-29 12:28:23 +02:00
Tulir Asokan
2b8a5353be
Fix log live updating and add autoscrolling
2018-11-29 12:27:31 +02:00
Tulir Asokan
b858b5a056
Add spec for /logs and /debug/open endpoints
2018-11-29 11:43:57 +02:00
Tulir Asokan
8fc5350644
Remove unused import
2018-11-29 11:43:41 +02:00
Tulir Asokan
c3dbf9685d
Fix clearing log focus
2018-11-29 01:06:58 +02:00
Tulir Asokan
32b60fa0ff
Overhaul log viewer
...
* Move viewer to separate modal to allow using more horizontal space
* Load log history (up to 2048 lines)
* Add colors and use table styling for log viewer
* Add links to log entries that open mentioned instance/client or line in code
2018-11-29 00:58:20 +02:00
Tulir Asokan
aac99b7ee4
Update version
2018-11-28 15:34:21 +02:00
Tulir Asokan
c39cacbab4
Switch to Python-Markdown
...
Commonmark doesn't have any built-in HTML sanitization
2018-11-28 15:28:35 +02:00
Tulir Asokan
6a6e8a818e
Simplify Event.reply and add MaubotMatrixClient.send_markdown
2018-11-28 02:33:59 +02:00
Tulir Asokan
8cfe2e8884
"Fix" file upload accept list
2018-11-28 02:33:37 +02:00
Tulir Asokan
d252bfbb08
Update README.md
2018-11-27 02:35:51 +02:00
Tulir Asokan
73e86ebb17
Hide config in new instances and add exceptions to log
2018-11-27 02:35:51 +02:00