8 Commits (d80bfe64352ed0a616103a519f5ab07b323c7d6d)
 

Author SHA1 Message Date
lub d80bfe6435 change type of $HomeServer to [uri]
this makes it more verbose what $HomeServer is and is
also technically the correct type for Invoke-RestMethod -Uri,
although we only use it concatinated there
5 years ago
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