index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-21
Don't chain RoomEvent to Event factory any more
Alexey Rusakov
2021-12-21
Add event_loader.h to CMakeLists
Alexey Rusakov
2021-12-21
Quotest: add a missing \n in the output
Alexey Rusakov
2021-12-17
RoomMemberEvent: fix an off-by-one error
Alexey Rusakov
2021-12-10
Merge pull request #523 from quotient-im/kitsune/ci-add-autotests
Alexey Rusakov
2021-12-09
Fix CI failure on macOS
Alexey Rusakov
2021-12-08
Test installed quotest
Alexey Rusakov
2021-12-07
CI: Put all build directories to ${{ runner.workspace }}/build
Alexey Rusakov
2021-12-07
Fix valgrind invocation failure
Alexey Rusakov
2021-12-07
Fix quotest invocation; use working-directory
Alexey Rusakov
2021-12-06
autotests/: don't instantiate QApplication
Alexey Rusakov
2021-12-06
Add execution of autotests to CI
Alexey Rusakov
2021-12-05
Drop 'qmc-example' from one last(?) place
Alexey Rusakov
2021-12-03
Cleanup; drop an unused RoomAliasesEvent constructor
Alexey Rusakov
2021-12-03
Add a couple of bare .h files to CMakeLists.txt
Alexey Rusakov
2021-12-03
Rely on GTAD 0.9 that calls clang-format itself
Alexey Rusakov
2021-12-03
CMakeLists.txt: add .h files to sources
Alexey Rusakov
2021-12-02
Cleanup on Sonar issues
Alexey Rusakov
2021-12-02
Improve function_traits<>; split out from util.*
Alexey Rusakov
2021-12-02
visit(Event, ...) -> switchOnType()
Alexey Rusakov
2021-11-29
Track room stubbed state size in logs
Alexey Rusakov
2021-11-28
Simplify converters.*
Alexey Rusakov
2021-11-28
CMakeLists: drop obsolete -W from the warnings list
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
Add SonarCloud analysis to CI
Alexey Rusakov
2021-11-27
Delete ISSUE_TEMPLATE.md
Alexey Rusakov
2021-11-27
Add issue templates
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
2021-11-26
Room::processEphemeralEvents: Fix updatedCount always being zero
Alexey Rusakov
2021-11-26
Revert "Drop #include "logging.h" from event.h"
Alexey Rusakov
2021-11-26
Event: deprecate originalJson[Object]()
Alexey Rusakov
2021-11-26
Drop #include "logging.h" from event.h
Alexey Rusakov
2021-11-26
Drop Q_GADGET from most uncopyable classes; other minor cleanup
Alexey Rusakov
2021-11-24
Merge pull request #521 from quotient-im/kitsune-unread-statistics
Alexey Rusakov
2021-11-24
Don't require C++20 from the clients just yet
Alexey Rusakov
2021-11-22
Fix stupid false-negatives from Room::updateStats()
Alexey Rusakov
2021-11-22
Fix a crash on trying to mark unknown events as fully read
Alexey Rusakov
2021-11-21
CI: Restrict workflow concurrency; tighten job timeout
Alexey Rusakov
2021-11-21
CI: Nicer and more detailed logging for quotest
Alexey Rusakov
2021-11-21
Log the hexadecimal value of Changes too, just in case
Alexey Rusakov
2021-11-21
Minor brushup in the comment to QUO_DECLARE_FLAGS
Alexey Rusakov
[next]