aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.md (#140)HEADmasterdevelAdam Brunnmeier2023-04-241-0/+3
* fix some memory leaks (#135)iv4nhoe2023-02-072-6/+17
* Update and rename CONTRIBUTING.rst to CONTRIBUTING.mdRichard van der Hoff2023-02-062-4/+88
* matrix-api: Check for missing content type (#124)Dave Gilbert2022-07-041-0/+5
* Update README.mdRichard van der Hoff2022-04-111-0/+6
* Release v0.1.0v0.1.0Richard van der Hoff2021-10-262-6/+48
* Merge pull request #118 from penguin42/gh108unitfixDave Gilbert2021-06-261-0/+1
|\
| * Build failure workaround: _on_typingDr. David Alan Gilbert2021-06-261-0/+1
|/
* Merge pull request #117 from vmiklos/no-html-optionDave Gilbert2021-06-203-2/+13
|\
| * Add an option to get markdown, not HTMLMiklos Vajna2021-06-113-2/+13
|/
* matrix-api: use a non-fatal error code on HTTP 429 and >500 (#113)Ave2021-02-101-1/+7
* matrix-connection: Only change state and progress if we're not already connec...Ave2021-02-051-2/+5
* Merge pull request #104 from penguin42/loginworkDave Gilbert2019-12-286-34/+224
|\
| * api: Bump whoami sizeDr. David Alan Gilbert2019-12-281-1/+1
| * 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