Commit Graph

428 Commits

Author SHA1 Message Date
Sebastian Schmittner 656f0748ea
read me
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
2023-01-31 21:00:09 +01:00
Sebastian Schmittner 43e7dca53b
fixing minor bugs in xkcd bot
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
2023-01-31 20:44:26 +01:00
Sebastian Schmittner 0b4b02e144
added module to query comics from xkcd. This module is derived from the apod module.
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
2023-01-31 20:26:27 +01:00
Ville Ranki ad7124d140
Merge pull request #219 from vranki/dependabot/github_actions/docker/build-push-action-3.2.0
Bump docker/build-push-action from 3.1.1 to 3.2.0
2022-12-02 21:12:54 +02:00
Ville Ranki 3b117419f0
Merge pull request #221 from vranki/dependabot/github_actions/docker/login-action-2.1.0
Bump docker/login-action from 2.0.0 to 2.1.0
2022-12-02 21:12:41 +02:00
Ville Ranki d7263357d3
Merge pull request #222 from vranki/dependabot/github_actions/docker/metadata-action-4.1.1
Bump docker/metadata-action from 4.0.1 to 4.1.1
2022-12-02 21:12:26 +02:00
Ville Ranki 4746c7fada
Merge pull request #223 from european-epc-competence-center/homeserver_only
add homeserver_only option
2022-12-02 21:01:01 +02:00
Ville Ranki 2bd0703df3
Merge pull request #225 from european-epc-competence-center/inspiro_bot_module
Adding a simple module to query Inspirobot
2022-12-02 20:59:54 +02:00
F-Node-Karlsruhe 2c16ca5062
Fix boolean in statement 2022-11-24 08:32:38 +01:00
F-Node-Karlsruhe a19e124cdf use whitelist for invites instead of rooms 2022-11-23 12:08:04 +01:00
Sebastian Schmittner d72ea71d71
removed old code snipped
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
2022-11-23 10:42:18 +01:00
Sebastian Schmittner 56594e6e13
Adding a simple module to query randomly generated pictures from inspirobot api
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
2022-11-23 10:34:30 +01:00
F-Node-Karlsruhe b5c9c3874f actually add the variable to the statement 2022-11-20 12:57:42 +01:00
F-Node-Karlsruhe 9811e2328f add homeserver_only option 2022-11-20 12:39:58 +01:00
dependabot[bot] 45106fa647
Bump docker/metadata-action from 4.0.1 to 4.1.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](69f6fc9d46...57396166ad)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 13:15:27 +00:00
dependabot[bot] ff51fe2ffc
Bump docker/login-action from 2.0.0 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](49ed152c8e...f4ef78c080)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 13:17:54 +00:00
dependabot[bot] 02468cf72e
Bump docker/build-push-action from 3.1.1 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](c84f382811...c56af95754)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 13:17:32 +00:00
Ville Ranki 8b248a53ef
Merge pull request #217 from ancho/fix/broken-apod-image
apod - fix broken image metadata and error response / logging on room…
2022-09-16 10:09:53 +03:00
Frank Becker 69a7aae939 apod - fix broken image metadata and error response / logging on room avatar event errors
There was a parameter off by one error. Propably introduced with the
room_send wrapper.

While testing the avatar feature I noticed that nothing happens if the bot is not at least a moderator in
the room. So I decided to send that info to the room and log the error
message as a warning.

The explanation was not altered by the apod module.
Turns out it was broken that day at the api level. See https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&hd=true&date=2022-09-13

fixes #216
2022-09-15 21:38:08 +02:00
Ville Ranki 7aef0934ab
Merge pull request #212 from vranki/dependabot/github_actions/docker/build-push-action-3.1.1
Bump docker/build-push-action from 3.1.0 to 3.1.1
2022-09-13 12:28:17 +03:00
Ville Ranki 867fe0e525
Merge pull request #215 from aspacca/asyncio-lock-back-in-tautulli
the order matters
2022-08-19 16:52:42 +03:00
Andrea Spacca 5a06a6baab the order matters 2022-08-19 10:05:30 +09:00
Ville Ranki 06a242470b
Merge pull request #213 from aspacca/fix_double_listening
fix Bot running twice and refactor tautulli module
2022-08-16 22:43:55 +03:00
Andrea Spacca 42affd5a52 some fixes 2022-08-15 13:00:26 +09:00
Andrea Spacca cd6a86dfb9 this fixed it 2022-08-15 12:45:40 +09:00
dependabot[bot] 2080c11bd1
Bump docker/build-push-action from 3.1.0 to 3.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](1cb9d22b93...c84f382811)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 13:23:54 +00:00
gammafn 057fa1dca8 fix: send_text has an extra arg 2022-08-02 14:17:29 -05:00
gammafn 194febde42 m.thread: downgrade 'warning' to 'info' 2022-07-31 17:06:09 -05:00
Ville Ranki 234488098c
Merge pull request #193 from xPMo/m-thread
Support m.thread:
2022-07-31 22:56:53 +03:00
Ville Ranki 899994298c
Merge pull request #198 from vranki/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-07-31 22:52:30 +03:00
Ville Ranki dea3960332
Merge pull request #205 from vranki/dependabot/github_actions/docker/metadata-action-4.0.1
Bump docker/metadata-action from 3.6.2 to 4.0.1
2022-07-31 22:52:21 +03:00
Ville Ranki 932f097be1
Merge pull request #206 from vranki/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1.10.0 to 2
2022-07-31 22:51:27 +03:00
Ville Ranki c89f768578
Merge pull request #209 from vranki/dependabot/github_actions/docker/build-push-action-3.1.0
Bump docker/build-push-action from 2.7.0 to 3.1.0
2022-07-31 22:51:14 +03:00
gammafn a1004ff950 Base bot: Support m.thread 2022-07-31 10:12:32 -05:00
dependabot[bot] d05f09e7d6
Bump docker/build-push-action from 2.7.0 to 3.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](a66e35b9cb...1cb9d22b93)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 13:23:18 +00:00
Ville Ranki b34f3eb636 Fixed loc module, added options to enable/disable it per-room. 2022-05-30 21:12:16 +03:00
Ville Ranki 2f40048cd9
Merge pull request #208 from Cromfel/GHPROJ_Allow_Multiple_Colors_Per_Domain
Allow array of colors per domain
2022-05-23 12:08:28 +03:00
Cromfel 9e17f5479a Readme - Github project setup: Modify to reflect changes that new array format supports array of colors per domain 2022-05-23 11:57:23 +03:00
Cromfel eab4ec243f Allow array of colors per domain
New JSON format example: 'domains={"koneet":["#BFDADC","#0CBBF0","#0CBBF0","#E15D19","#ED49CF"],"tilat":["#0E8A16","#1E8A16"]}'
2022-05-22 21:14:53 +03:00
dependabot[bot] 8b01fd8627
Bump docker/login-action from 1.10.0 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](f054a8b539...49ed152c8e)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 13:14:17 +00:00
dependabot[bot] 37fb97d33d
Bump docker/metadata-action from 3.6.2 to 4.0.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](e5622373a3...69f6fc9d46)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 13:17:02 +00:00
Ville Ranki 95e1e6330f Doc and run script fixes 2022-03-16 23:44:21 +02:00
dependabot[bot] 41a7a98276
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 13:25:17 +00:00
gammafn 0f3957a319 Fix #195 AttributeError 2022-02-16 21:25:24 -06:00
gammafn dcd69da85f Update userdata uri_cache after uploading image 2022-01-31 15:45:54 -06:00
gammafn e3e353aab4 apod: prettier output for non-images 2022-01-12 22:09:23 -06:00
gammafn abe43693ca apod: Set avatar at the end, it reads better in Element 2022-01-12 22:08:44 -06:00
Ville Ranki ccd1650d1a
Merge pull request #186 from vranki/dependabot/github_actions/docker/metadata-action-3.6.2
Bump docker/metadata-action from 3.6.1 to 3.6.2
2021-12-15 10:04:50 +02:00
dependabot[bot] 355d4b7da9
Bump docker/metadata-action from 3.6.1 to 3.6.2
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](a2e02890a0...e5622373a3)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-07 13:18:37 +00:00
Ville Ranki cb4849c00f
Merge pull request #182 from vranki/dependabot/github_actions/docker/metadata-action-3.6.1
Bump docker/metadata-action from 3.6.0 to 3.6.1
2021-12-06 18:49:39 +02:00