Age | Commit message (Expand) | Author |
2021-12-01 | Uncomment some stuff | Carl Schwan |
2021-12-01 | Make sure that only one upload is running | Tobias Fella |
2021-12-01 | Upload one-time keys when their count is low | Tobias Fella |
2021-12-01 | Fix everything | Carl Schwan |
2021-12-01 | ssl | Carl Schwan |
2021-12-01 | Apply suggestions from code review | Carl Schwan |
2021-12-01 | Ifdef E2EE out at cmake level | Tobias Fella |
2021-12-01 | fix typo | Carl Schwan |
2021-12-01 | Apply a few more comments | Carl Schwan |
2021-12-01 | Apply suggestions from code review | Carl Schwan |
2021-12-01 | Fix signing keys | Carl Schwan |
2021-12-01 | remove old files | Carl Schwan |
2021-12-01 | More test but still failing in signing/signature verification | Carl Schwan |
2021-12-01 | Add more test and use macro to remove duplicated code | Carl Schwan |
2021-12-01 | Key verification | Carl Schwan |
2021-12-01 | More tests | Carl Schwan |
2021-12-01 | More porting to new API | Carl Schwan |
2021-12-01 | E2EE: initial port to internal olm wrapper | Alexey Andreyev |
2021-12-01 | Remove duplicated file | Carl Schwan |
2021-12-01 | Move files | Carl Schwan |
2021-12-01 | Implement session sorting | Carl Schwan |
2021-12-01 | Add QOlmSession::decrypt | Carl Schwan |
2021-12-01 | Add more test and methods in session handling | Carl Schwan |
2021-12-01 | Add first session test and it fails :( | Carl Schwan |
2021-12-01 | Start adding test for session stuff | Carl Schwan |
2021-12-01 | Add hehlper functions | Carl Schwan |
2021-12-01 | Add missing reinterpret_cast for session data | Alexey Andreyev |
2021-12-01 | E2EE: Introduce session (WiP) | Alexey Andreyev |
2021-12-01 | Improve API | Carl Schwan |
2021-12-01 | Add group session decrypt/encrypt test and fix bug found by it | Carl Schwan |
2021-12-01 | Make it work | Carl Schwan |
2021-12-01 | Fix documentation typos | Carl Schwan |
2021-12-01 | ifdef everything | Carl Schwan |
2021-12-01 | Implement outboundsession | Carl Schwan |
2021-12-01 | Implement Inboundsession | Carl Schwan |
2021-12-01 | Start inboundsession wrapper | Carl Schwan |
2021-12-01 | Add destructor | Carl Schwan |
2021-12-01 | Start implementing Qt olm binding | Carl Schwan |
2021-11-28 | Simplify converters.* | Alexey Rusakov |
2021-11-28 | Comment on const return types in event.h | Alexey Rusakov |
2021-11-28 | Don't std::move when the callee doesn't support it | Alexey Rusakov |
2021-11-28 | One more small thing to actually fix CI breakage | Alexey Rusakov |
2021-11-28 | Fix CI breakage caused by the previous commit | Alexey Rusakov |
2021-11-28 | Event::unsignedPart() | Alexey Rusakov |
2021-11-27 | basicEventJson(): dismiss with the template | Alexey Rusakov |
2021-11-27 | Code cleanup | Alexey Rusakov |
2021-11-27 | Event::content() -> contentPart() | Alexey Rusakov |
2021-11-27 | Merge pull request #518 from Smittyvb/room-stateEvents | Alexey Rusakov |
2021-11-26 | Add Room::{stateEventsOfType,currentState} | Smitty |
2021-11-26 | Fix crashing on invalid member and encryption events | Alexey Rusakov |