aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* connection: Use stored access tokenDr. David Alan Gilbert2019-12-282-1/+56
* connection: Handle no password explicitlyDr. David Alan Gilbert2019-12-282-4/+76
* connection: Split start of sync out of _login_completedDr. David Alan Gilbert2019-12-281-26/+35
* connection: store access tokenDr. David Alan Gilbert2019-12-282-0/+4
* api: Add whoamiDr. David Alan Gilbert2019-12-282-0/+46
* api/login: synapse got r0 loginDr. David Alan Gilbert2019-12-281-5/+9
* Merge pull request #103 from teleshoes/ignore_deprecated_warnings_for_gparameterDave Gilbert2019-12-281-0/+1
|\
| * makefile: turn off deprecation warnings to workaround GParameterElliot Wolk2019-10-311-0/+1
|/
* add add'l package 'libgcrypt20-dev' necessary for building on Ubuntu Linux (#97)Jun2019-06-061-3/+4
* Merge pull request #94 from jannisteunissen/masterRichard van der Hoff2019-05-092-4/+17
|\
| * Update Makefile according to suggestionsJannis Teunissen2019-05-091-10/+6
| * Add instructions for non-root installation and without libolmJannis Teunissen2019-05-011-0/+5
| * Abort if pkg-config returns an errorJannis Teunissen2019-05-011-2/+14
|/
* Merge pull request #79 from zamaudio/update-readmeRichard van der Hoff2019-01-301-1/+0
|\
| * README: Remove unimplemented item from now implemented featureDamien Zammit2018-06-231-1/+0
* | Merge pull request #91 from aaronraimist/patch-2Richard van der Hoff2019-01-291-1/+1
|\ \
| * | Add badge to README with link to roomAaron Raimist2019-01-281-1/+1
* | | Merge pull request #90 from aaronraimist/patch-1Richard van der Hoff2019-01-291-0/+3
|\ \ \ | |/ / |/| |
| * | Make it clear that decryption is supportedAaron Raimist2019-01-281-0/+3
|/ /
* | Merge pull request #84 from steils/masterRichard van der Hoff2018-09-272-3/+4
|\ \
| * | e2e: Link with libgcryptStefan Strogin2018-09-082-3/+4
* | | Merge pull request #87 from steils/gcrypt-hRichard van der Hoff2018-09-251-2/+0
|\ \ \ | |/ / |/| |
| * | Do not include gcrypt.h in matrix-room.cStefan Strogin2018-09-201-2/+0
|/ /
* | Merge pull request #70 from penguin42/crypt-push4Richard van der Hoff2018-08-0315-74/+2457
|\ \ | |/ |/|
| * Use r0 rather than unstableRichard van der Hoff2018-08-031-1/+1
| * use r0 rather than unstableRichard van der Hoff2018-08-031-1/+1
| * e2e: Wire in media decryptionDr. David Alan Gilbert2018-02-251-0/+33
| * e2e: Utility to decrypt media dataDr. David Alan Gilbert2018-02-252-0/+60
| * e2e: Stash key info for encrypted imagesDr. David Alan Gilbert2018-02-251-14/+45
| * e2e: Parse media decryption infoDr. David Alan Gilbert2018-02-252-0/+100
| * e2e: Add jws decodeDr. David Alan Gilbert2018-02-252-0/+39
| * e2e: Add device info actionDr. David Alan Gilbert2018-02-253-1/+42
| * e2e: Cleanup inbound megolm sessions in memoryDr. David Alan Gilbert2018-02-253-3/+44
| * e2e: Update sessionsDr. David Alan Gilbert2018-02-251-3/+68
| * e2e: Store olm sessions in our dbDr. David Alan Gilbert2018-02-251-5/+102
| * e2e: Look for olm sessions in our dbDr. David Alan Gilbert2018-02-251-21/+265
| * e2e: Route decrypted messages back upDr. David Alan Gilbert2018-02-253-12/+52
| * e2e: Decrypt m.room.encryptedDr. David Alan Gilbert2018-02-253-0/+125
| * e2e: handle m.room_keyDr. David Alan Gilbert2018-02-251-2/+77
| * e2e: Provide storage for inbound megolm sessionsDr. David Alan Gilbert2018-02-251-0/+100
| * e2e: Handle the decrypted olm messagesDr. David Alan Gilbert2018-02-251-0/+86
| * e2e: decrypt olm encrypted messageDr. David Alan Gilbert2018-02-251-1/+121
| * e2e: Parse received d2d m.room.encrypted messagesDr. David Alan Gilbert2018-02-253-1/+58
| * e2e: Route key count from syncDr. David Alan Gilbert2018-02-252-1/+7
| * e2e: Reorg sync to parse d2d messagesDr. David Alan Gilbert2018-02-251-11/+52
| * e2e: Wire in sqlite3 to hold e2e databasesDr. David Alan Gilbert2018-02-252-1/+90
| * e2e: Parse key upload returnDr. David Alan Gilbert2018-02-251-1/+20
| * e2e: Create and send one time keysDr. David Alan Gilbert2018-02-251-1/+119
| * e2e: parse sync_key_counts to decide on key sendingDr David Alan Gilbert2018-02-252-0/+45
| * e2e: Retrieve or create Olm account state, send keysDr. David Alan Gilbert2018-02-253-2/+170