Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Add support for image, gif, audio and files + add a param to hide all memberships change messages #56

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9ff13a0
add param to hide membership changes in tg
Redlinkk Feb 18, 2018
d52538a
add audio, video, file transfer from matrix to tg
Redlinkk Feb 18, 2018
91dc366
fix
Redlinkk Feb 18, 2018
48063c2
typo
Redlinkk Feb 18, 2018
88a4b0e
new handler
Redlinkk Feb 21, 2018
16319d0
fix
Redlinkk Feb 21, 2018
888935c
add audio
Redlinkk Feb 22, 2018
df746aa
fix
Redlinkk Feb 22, 2018
314bbba
fix
Redlinkk Feb 22, 2018
a176c58
test
Redlinkk Feb 24, 2018
072599c
remove debug print
Redlinkk Feb 24, 2018
1dd8af7
test ci
Redlinkk Feb 24, 2018
807873a
test video
Redlinkk Feb 24, 2018
4bf422b
add document transfer
Redlinkk Feb 28, 2018
4589a51
fix
Redlinkk Mar 1, 2018
10a670b
fix
Redlinkk Mar 1, 2018
70232ef
fix (m.document -> m.file)
Redlinkk Mar 1, 2018
dbeff73
test
Redlinkk Mar 1, 2018
e7c5647
fix
Redlinkk Mar 1, 2018
9db9718
cleaner way to use mimetypes
Redlinkk Mar 5, 2018
90267b4
fix
Redlinkk Mar 5, 2018
92d1b49
add send_file_to_matrix function to remove redundant code
Redlinkk Mar 5, 2018
396aa74
fix
Redlinkk Mar 5, 2018
356ed17
debug
Redlinkk Mar 5, 2018
38862aa
improve file transfer from tg to matrix
Redlinkk Mar 5, 2018
4f56860
improve gif transfer from matrix to tg
Redlinkk Mar 5, 2018
ae0e398
add chat actions
Redlinkk Mar 5, 2018
0ad5ebf
use mimetypes package instead of a custom list + some comments
Redlinkk Mar 7, 2018
f8518cc
for merge
Redlinkk Mar 7, 2018
d5272ce
fix file transfer from matrix to tg
Redlinkk Mar 7, 2018
e08a6da
add m.sticker event support
Redlinkk May 6, 2018
1276b04
stickers are now sent correctly to tg
Redlinkk May 31, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"user_id_format": "@telegram_{}:DOMAIN.TLD",
"db_url": "sqlite:///database.db",

"hide_membership_changes": "True",

"as_port": 5000
}
Loading