Tulir Asokan
|
d8653961af
|
Even even more migrations to mautrix-python
|
2019-08-04 01:41:10 +03:00 |
|
Tulir Asokan
|
8d4a9dc231
|
Start migrating to mautrix-python
|
2019-07-18 23:24:25 +03:00 |
|
Tulir Asokan
|
e0d3c940f8
|
Remove more Python 3.5 compatibility
|
2019-07-18 23:24:25 +03:00 |
|
Tulir Asokan
|
be6d395ed6
|
Remove Python 3.5 compatibility
|
2019-07-18 23:24:25 +03:00 |
|
pacien
|
107fc501e4
|
Allow config key override through env var
Signed-off-by: pacien <pacien.trangirard@pacien.net>
|
2019-06-06 22:24:34 +02:00 |
|
Tulir Asokan
|
2dc04a8517
|
Add basic metrics with prometheus (ref #120)
|
2019-05-31 02:11:36 +03:00 |
|
Tulir Asokan
|
2cf9dcafd9
|
Update copyright year and fix minor lint problems
|
2019-03-19 18:30:36 +02:00 |
|
Tulir Asokan
|
7e3c892ff6
|
Stop using rawgit in public website. Fixes #289
|
2019-03-16 18:05:12 +02:00 |
|
Tulir Asokan
|
7c46bf4b9e
|
Remove remaining traces of ORM
|
2019-03-16 17:13:28 +02:00 |
|
Travis Ralston
|
aa09e738e6
|
Log startup exceptions
|
2019-03-09 20:19:15 -06:00 |
|
Tulir Asokan
|
8a6687d00c
|
Use uvloop if installed
|
2019-02-16 17:07:19 +02:00 |
|
Tulir Asokan
|
c88b28606e
|
Code cleanup
|
2019-02-14 16:05:01 +02:00 |
|
Tulir Asokan
|
20dd6f8383
|
Show time startup actions took
|
2019-02-14 01:00:02 +02:00 |
|
Tulir Asokan
|
c2172aa562
|
Set alchemysession core mode on by default
Bump minimum telethon-session-sqlalchemy version for core mode support on non-postgres engines
Fixes #263
|
2019-02-14 00:52:00 +02:00 |
|
Tulir Asokan
|
9174186442
|
Stop using SQLAlchemy ORM everywhere
|
2019-02-14 00:06:45 +02:00 |
|
Tulir Asokan
|
f775e40b16
|
Move db to own package
|
2019-02-12 15:05:51 +02:00 |
|
Tulir Asokan
|
dad0ccb3c0
|
Clean up code
|
2018-12-23 19:51:02 +02:00 |
|
Tulir Asokan
|
388e4f8601
|
Port Message table to SQLAlchemy Core
|
2018-10-20 23:11:10 +03:00 |
|
Tulir Asokan
|
2756873c53
|
Add SIGINT/SIGTERM handler
|
2018-10-20 21:21:26 +03:00 |
|
Tulir Asokan
|
f8c844c4c0
|
Add flag to enable alchemysession core mode
|
2018-10-20 14:46:26 +03:00 |
|
Tulir Asokan
|
29541ff520
|
Pass logging a copy of the config to stop editing. Fixes #216
|
2018-09-01 14:07:44 +03:00 |
|
Kai A. Hiller
|
0f8009b1e9
|
Add missing type hints and fix most type errors except for Optionals.
|
2018-08-09 03:31:04 +02:00 |
|
Tulir Asokan
|
ff3da70494
|
Fix max_body_size config option
|
2018-08-06 00:14:18 +03:00 |
|
Tulir Asokan
|
0848938174
|
Add option to change max body size for AS API
ref tulir/mautrix-appservice-python#3
|
2018-08-06 00:06:13 +03:00 |
|
Tulir Asokan
|
6c8cfc1b26
|
Implement /connect endpoint in provisioning API. Fixes #180
|
2018-08-05 22:39:58 +03:00 |
|
Tulir Asokan
|
dbfb980bde
|
Add more type hints
|
2018-07-25 11:02:38 -04:00 |
|
Tulir Asokan
|
f3e1c755eb
|
Bump mautrix-appservice version requirement
|
2018-07-22 18:22:13 -04:00 |
|
Tulir Asokan
|
ecdca21e32
|
Stop handling events from custom puppets
|
2018-07-20 14:13:13 -04:00 |
|
Tulir Asokan
|
9f4f63f084
|
Merge branch 'master' into provisioning-api
|
2018-07-15 11:50:29 +03:00 |
|
Tulir Asokan
|
bfaec2eb81
|
Merge branch 'master' into mautrix-appservice-0.3.0
|
2018-07-15 00:15:30 +03:00 |
|
Tulir Asokan
|
4cef2be0db
|
Implement /portal/{mxid}/create
|
2018-07-14 23:14:04 +03:00 |
|
Tulir Asokan
|
d97281bcdc
|
Require authentication for web login. Fixes #163
|
2018-07-14 16:00:20 +03:00 |
|
Tulir Asokan
|
94a2344f3b
|
Enable and spec authorization and json validation
|
2018-07-13 22:47:09 +03:00 |
|
Tulir Asokan
|
fa30cb5c1f
|
Move web stuff to web package
|
2018-07-12 23:39:23 +03:00 |
|
Tulir Asokan
|
f6923a5e1b
|
Add provisioning API config (ref #154)
|
2018-07-12 23:39:23 +03:00 |
|
Tulir Asokan
|
042d89cf65
|
Add full log config. Fixes #166
|
2018-07-12 22:49:53 +03:00 |
|
Tulir Asokan
|
7515b31164
|
Move Matrix state cache to main database. Fixes #159
|
2018-07-12 16:05:54 +03:00 |
|
Tulir Asokan
|
6ef31599e9
|
Read database path from config in alembic env.py
Slightly related to #135
|
2018-05-29 18:37:08 +03:00 |
|
Tulir Asokan
|
91ae50911e
|
Fix Telethon 0.18.1 compatibility. Fixes #96
|
2018-03-24 16:39:28 +02:00 |
|
Tulir Asokan
|
715b658a3d
|
Switch to a simpler non-versioned automatic config update
|
2018-03-11 11:25:45 +02:00 |
|
Tulir Asokan
|
a469e6ed10
|
Switch to AGPLv3
|
2018-03-08 23:49:56 +02:00 |
|
Tulir Asokan
|
61d9d6890a
|
Bridge plaintext mentions of Telegram puppets into Telegram mentions
|
2018-03-08 18:39:27 +02:00 |
|
Tulir Asokan
|
6ff89d1fe4
|
Add option to disable homeserver SSL verification
|
2018-03-07 21:20:59 +02:00 |
|
Tulir Asokan
|
021b60a45e
|
Update Telethon and use PyPI telethon-aio package
|
2018-03-04 13:35:24 +02:00 |
|
Tulir Asokan
|
ead445b81f
|
Merge pull request #84 from tulir/sqlalchemy-session
Move session storage to the main database
|
2018-03-03 13:34:05 +02:00 |
|
Tulir Asokan
|
1bea158191
|
Remove automatic table creation to force users to run Alembic
|
2018-03-03 11:59:44 +02:00 |
|
Tulir Asokan
|
3a4628cb6e
|
Use Telethon's new AlchemySession for session storage
|
2018-03-02 20:22:03 +02:00 |
|
Tulir Asokan
|
2d2fe86757
|
Move all permissions to single object in config
|
2018-02-23 12:07:42 +02:00 |
|
Tulir Asokan
|
1cf0a6b150
|
Merge branch 'master' into independent-login
|
2018-02-20 21:48:05 +02:00 |
|
Tulir Asokan
|
ad11abb56e
|
Add initial out-of-Matrix login system
|
2018-02-18 19:44:32 +02:00 |
|