Commit Graph

  • 4c915d6ae7 increase duration to int64 master lub 2021-06-04 22:28:27 +0200
  • 10194dc97a switch to latest tag in Dockerfile lub 2020-11-25 13:57:24 +0100
  • 94179601b7 fix regex to react only on !ping or !ping <msg> lub 2020-01-07 22:29:42 +0100
  • 2da74c6841 add readme lub 2020-01-03 13:41:28 +0100
  • 8ade0348eb fix token retrieval at first sync lub 2019-12-27 21:31:54 +0000
  • c138e2c1a3 ignore events before we joined lub 2019-12-27 21:31:31 +0000
  • 7c4cdfdf9d only trigger if !ping is beginning of line lub 2019-11-28 15:15:40 +0100
  • 77e4515b3d simplify invite handling this also fixes a bug where the bot only joined invite-only rooms whoops lub 2019-11-24 12:06:35 +0100
  • 82bce8415d add -Unencrypted parameter this enables unencrypted connections to $HomeServer, which is often the case if the bot runs in an internal network with direct access to the homeserver c-s listener lub 2019-11-24 11:52:33 +0100
  • d5b5778c7a add Dockerfile and shebang fixes #7 lub 2019-11-23 18:21:08 +0100
  • a5d2c276eb remove double slashes from $uri lub 2019-11-23 18:09:31 +0100
  • 02a8021a4e read parameters optionally from $env and $env+_FILE fixes #6 lub 2019-11-23 11:05:02 +0100
  • 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 lub 2019-11-23 10:18:46 +0100
  • 9a9153253e add LICENSE.md fixes #5 lub 2019-11-22 22:21:27 +0100
  • ab3137b963 auto join on invite fixes #3 lub 2019-11-22 22:19:13 +0100
  • 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 lub 2019-11-17 14:07:28 +0100
  • 88e06c726f add pong subkey to sent matrix events lub 2019-11-14 19:18:02 +0100
  • 76c00b9c25 remove obsolete debug comment lub 2019-11-14 16:00:48 +0100
  • 4fe1cdddcb add functionality to respond to pings --global 2019-11-14 15:56:44 +0100
  • fe23666fc0 implement sending messages --global 2019-11-11 10:29:50 +0100