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
path:
root
/
lib
/
events
Age
Commit message (
Expand
)
Author
2018-07-11
EventFactory::make() should return nullptr in case of failure
Kitsune Ral
2018-07-11
Add missing #includes
Kitsune Ral
2018-07-11
event.h: protect from readding factory methods
Kitsune Ral
2018-07-11
EventTypeRegistry::getMatrixType(): move implementation to .cpp
Kitsune Ral
2018-07-10
Room::postHtmlMessage() - a facility method to send HTML messages
Kitsune Ral
2018-07-09
Add a missing #include
Kitsune Ral
2018-07-09
Fix legacy EventType values being incorrectly initialised
Kitsune Ral
2018-07-08
Use constexpr functions instead of variables
Kitsune Ral
2018-07-08
visit<>(): drop the overload for pointer-like objects
Kitsune Ral
2018-07-08
visit<>(): support catch-all visitors on the tail
Kitsune Ral
2018-07-08
eventCast(): generalize to smart pointers
Kitsune Ral
2018-07-08
eventCast<>()
Kitsune Ral
2018-07-08
Generalize weakPtrCast<>()
Kitsune Ral
2018-07-07
visit<>(): Add an overload accepting a default value
Kitsune Ral
2018-07-07
Reinstate EventTypeRegistry, keeping EventTypeTraits<> around
Kitsune Ral
2018-07-04
Add #include to fix FTBFS with qmake
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral
2018-07-04
Events: use a template structure instead of template variables; rearrange cod...
Kitsune Ral
2018-07-04
Event types system remade to be extensible
Kitsune Ral
2018-07-02
Fix FTBFS
Kitsune Ral
2018-07-01
weakPtr -> weakPtrCast
Kitsune Ral
2018-07-01
Cleanup
Kitsune Ral
2018-06-11
Event::toJson(): Return an empty object instead of UB
Kitsune Ral
2018-06-08
csapi: Fix boolean query parameters incorrectly passed
Kitsune Ral
2018-05-04
Fix building on OSX
Kitsune Ral
2018-05-04
EvT::TypeId: Use a member function instead of a variable
Kitsune Ral
2018-05-03
GetRoomEventsJob (replaces RoomMessagesJob) + refactoring
Kitsune Ral
2018-05-03
Cleanup
Kitsune Ral
2018-05-01
Event and Room: further abstract event pointers
Kitsune Ral
2018-05-01
RedactionEvent: make the constructor explicit
Kitsune Ral
2018-05-01
Event: cleanup
Kitsune Ral
2018-05-01
Integrate converters with EventPtr partially
Kitsune Ral
2018-04-03
DirectChatEvent: be careful with range-for over temporaries
Kitsune Ral
2018-04-03
More fixes from static analysis
Kitsune Ral
2018-04-02
Fixes according to results of static analysis
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral
[prev]