7 Commits (9a9153253e70d74d2081d21167dd44e2a6097d2b)
 

Author SHA1 Message Date
lub 9a9153253e add LICENSE.md
fixes #5
5 years ago
lub ab3137b963 auto join on invite
fixes #3

this adds m.room.member to the StateFilter and introduces the function
Join-MatrixRoom
it also introduces an additional hook in Invoke-MatrixSync
5 years ago
lub 40932d41cb optimize startup and filter events
next_batch now is saved to account_data and retreived on the first start,
so we don't get already processed events during startup

additionally there now is a huge filter, which extracts only the
events+fields we really need. this prevents problems like e.g. account_data
feedback loops uneccessary syncs because ephemeral events
5 years ago
lub 88e06c726f add pong subkey to sent matrix events 5 years ago
lub 76c00b9c25 remove obsolete debug comment 5 years ago
--global 4fe1cdddcb add functionality to respond to pings 5 years ago
--global fe23666fc0 implement sending messages 5 years ago