Commit Graph

467 Commits

Author SHA1 Message Date
Tulir Asokan
66592ef81f Add translate plugin to README.md 2019-06-20 17:18:47 +03:00
Tulir Asokan
7b4d3e8313 Fix bug with default __mb_is_command_match__ impl when using lambda command names 2019-06-20 16:55:55 +03:00
Tulir Asokan
b1e9c8cf16 Bump minimum mautrix-python version 2019-06-16 02:03:00 +03:00
Tulir Asokan
ac3b862f23 Trim reply fallback when fetching single events 2019-06-16 01:33:51 +03:00
Tulir Asokan
8b5eb1849b Pass correct self to command aliases func 2019-06-12 20:58:22 +03:00
Tulir Asokan
c5337f96a3 Add an option in events to make reply() act as respond()
Should be a command handler argument or have some other way of making
it configurable in the future.
2019-06-09 18:22:30 +03:00
Tulir Asokan
4210f3195f Update copyright year 2019-06-08 17:42:07 +03:00
Tulir Asokan
86adf093f1 Use random device IDs when logging in 2019-06-08 17:02:52 +03:00
Tulir Asokan
d5e78db5cf Add Matrix client login/register commands 2019-06-08 17:02:44 +03:00
Tulir Asokan
523da95c17 Update minimum mautrix-python version 2019-06-08 15:43:36 +03:00
Tulir Asokan
27ed1c744c Update README.md 2019-06-08 12:34:54 +03:00
Tulir Asokan
e565b99826 Pass extra info to argument parsers and add dateparser to temporary dockerfile dependencies 2019-06-08 12:31:38 +03:00
Tulir Asokan
b137d0686f Update version to 0.1.0.dev18 2019-06-01 23:40:46 +03:00
Tulir Asokan
9bd06a3d64 Add web handler decorators 2019-05-14 18:32:48 +03:00
Tulir Asokan
304c1b5536 Make maubot.cli an executable module 2019-05-05 11:14:41 +03:00
Tulir Asokan
dbb49ffbe2 Merge remote-tracking branch 'TomCasavant/master' 2019-05-05 11:00:19 +03:00
Tulir Asokan
1fc681a2aa Merge remote-tracking branch 'jeffcasavant/master' 2019-05-05 10:59:54 +03:00
dvdgsng
e79cbd153f Add urban dictionary plugin to readme (#53) 2019-05-01 21:22:08 +03:00
Tulir Asokan
a234af1f41 Update dev version 2019-04-20 19:13:41 +03:00
Jeff Casavant
94d9620262 Add trump tweet plugin link 2019-04-16 21:23:38 -04:00
Tom Casavant
49f1197564 Added poll plugin to examples list, and removed from Upcoming list 2019-04-16 20:54:34 -04:00
Tulir Asokan
ec6578294f Clear plugin webapp routes in default stop() 2019-04-16 16:33:19 +03:00
Tulir Asokan
05acf08e5b Fix fonts 2019-04-16 16:32:41 +03:00
Tulir Asokan
a498c4e822 Remove attrs version limit 2019-04-16 00:55:04 +03:00
Perflyst
e28c3a6018 Remove third party CDN's (#50)
* Use local files instead cdn

* Drop legacy fonts

* Drop legacy FiraCode fonts
2019-04-16 00:53:55 +03:00
Tulir Asokan
a0ebb2d215 Change access_token field to text. Fixes #44 2019-04-14 02:14:28 +03:00
Tulir Asokan
e3974dbec0 Add psycopg2 to dockerfile. Fixes #42 2019-04-14 02:14:28 +03:00
Tulir Asokan
a5ae79b83f
Merge pull request #48 from TomCasavant/master
Updated README examples list to include Giphy plugin
2019-04-11 13:42:01 +03:00
Tom Casavant
e9b32c57b2 Updated README examples list to include Giphy plugin 2019-04-08 20:33:49 -04:00
Tulir Asokan
c136b78ed0
Merge pull request #47 from TomCasavant/master
Updated plugin examples in README to include my plugin
2019-04-08 17:46:00 +03:00
Tom Casavant
a5a845e574 Updated plugin examples in README to include my plugin 2019-04-05 15:11:49 -04:00
Tulir Asokan
8b04231038 Update version 2019-03-27 21:00:00 +02:00
Tulir Asokan
28eb545b2f
Merge pull request #43 from maubot/plugin-webservers
Plugin webservers
2019-03-11 18:16:37 +02:00
Tulir Asokan
74979aee1a Fix plugin webapp URL cloning 2019-03-08 01:54:28 +02:00
Tulir Asokan
d2b145d0bc Change things 2019-03-07 21:35:35 +02:00
Tulir Asokan
b3e1f1d4bc Try another approach for plugin web apps 2019-03-07 19:57:10 +02:00
Tulir Asokan
3c2d0a9fde Switch to a hacky custom router for plugin web apps 2019-03-06 23:16:22 +02:00
Tulir Asokan
a4cfb97b67 Use less freezing way of adding plugin subapps 2019-03-06 22:57:16 +02:00
Tulir Asokan
e582cadb42 Update docker base config 2019-03-06 22:46:40 +02:00
Tulir Asokan
19a20721e8 Pass public URL of webapp to plugins 2019-03-06 22:35:51 +02:00
Tulir Asokan
c6287e6626 Fix typo 2019-03-06 22:27:23 +02:00
Tulir Asokan
f303bd66ab Let plugins add their endpoints to the main webserver 2019-03-06 22:22:34 +02:00
Tulir Asokan
79c61d6889 Fix uploading plugins with different versions 2019-03-06 15:35:03 +02:00
Tulir Asokan
2bf1c41b53 Fix __mb_is_command_match__ 2019-02-17 15:57:55 +02:00
Tulir Asokan
c01cf127be Fix blank module handling in mbc build and bump alpine base in dockerfile 2019-02-13 19:40:21 +02:00
Tulir Asokan
56a11fdceb Fix mbc init python template 2019-02-13 18:55:34 +02:00
Tulir Asokan
3068245b1f Fix license in mbc iit 2019-02-13 18:27:46 +02:00
Tulir Asokan
f548e17c80 Fix regex flag args 2019-02-05 12:27:19 +02:00
Tulir Asokan
a57df919f5 Fix passive command matching and add regex flag args 2019-02-05 12:08:21 +02:00
Tulir Asokan
76c9c40844 Add xkcd and rss bot dependencies to dockerfile
Until installing deps is properly supported
2019-02-04 11:58:02 +02:00