Commit Graph

  • 9f4b7abb11
    Merge 164032a2f8 into 3ba3d4600f #357 Will Hunt 2023-10-28 15:18:20 +0800
  • a2b917a422
    Merge 54a36221ba into 3ba3d4600f #368 Tom Herbers 2023-10-28 15:18:09 +0800
  • 6c8e514623
    Merge fcc771f3e3 into 3ba3d4600f #369 Janne Heß 2023-10-28 15:17:55 +0800
  • 9250290191
    Merge bad37892a9 into 3ba3d4600f #371 pratikbin 2023-10-28 15:17:33 +0800
  • 8541069aca
    Merge b4b4bf5fe7 into 3ba3d4600f #387 dependabot[bot] 2023-10-28 15:16:38 +0800
  • 7b35ea7c1a
    Merge be1b8ab6cb into 3ba3d4600f #388 dependabot[bot] 2023-10-28 15:16:37 +0800
  • 5a02072138
    Merge d0dc23bb6b into 3ba3d4600f #389 dependabot[bot] 2023-10-28 15:16:34 +0800
  • b0f17bc2cc
    Merge a0a3cfdc39 into 3ba3d4600f #351 Jörg Thalheim 2023-09-03 08:48:17 +0800
  • 85935ea2d2
    Merge abba0d49f0 into 3ba3d4600f #365 Ultimator14 2023-08-25 19:12:39 +0200
  • 468e85d264
    Merge a0f65b66e1 into 3ba3d4600f #390 Dionysis Grigoropoulos 2023-06-30 11:04:22 +0300
  • 3ba3d4600f Go-NEB is discontinued. master Half-Shot 2023-06-28 23:10:07 +0100
  • 838b4558e2 Add notice hs/discontinued Will Hunt 2023-06-28 17:14:47 +0100
  • a0f65b66e1 rssbot: Post description of a feed item as well #390 Dionysis Grigoropoulos 2023-06-26 17:47:09 +0000
  • 4eb77ff689 dockerfile: honnef requires golang v1.19 nowadays Dionysis Grigoropoulos 2023-06-26 17:47:37 +0000
  • d0dc23bb6b
    Bump github.com/prometheus/client_golang #389 dependabot/go_modules/github.com/prometheus/client_golang-1.11.1 dependabot[bot] 2023-03-07 03:44:11 +0000
  • be1b8ab6cb
    Bump golang.org/x/sys from 0.0.0-20220408201424-a24fb2fb8a0f to 0.1.0 #388 dependabot/go_modules/golang.org/x/sys-0.1.0 dependabot[bot] 2023-02-25 07:04:40 +0000
  • b4b4bf5fe7
    Bump golang.org/x/net from 0.0.0-20210220033124-5f55cee0dc0d to 0.7.0 #387 dependabot/go_modules/golang.org/x/net-0.7.0 dependabot[bot] 2023-02-25 02:23:09 +0000
  • 2733fbf8f6
    Merge 6b0a6fd5ec into babb74fa72 #282 ordinarygulp 2022-04-19 04:42:09 +0900
  • abba0d49f0 Fix libolm build in Dockerfile #365 Ultimator14 2021-10-18 02:37:40 +0200
  • babb74fa72 Bump dockerimage to use go 1.18 Half-Shot 2022-04-13 15:57:08 +0100
  • 0260eacfb4
    Merge pull request #358 from matrix-org/github-new_issue_labels Michael Telatynski 2022-04-13 15:15:12 +0100
  • 4230799e79 Bump Go version in Github CI #358 Tadeusz Sośnierz 2022-04-13 15:52:28 +0200
  • 13435b3c63 Bump Go version in Github CI #377 tadzik/fix-ci Tadeusz Sośnierz 2022-04-13 15:52:28 +0200
  • 64843499e9 Iterate PR to leverage the library better Michael Telatynski 2022-04-11 16:01:08 +0100
  • decec2d4db Update golang.org/x/sys to fix Darwin builds Michael Telatynski 2022-04-11 14:53:50 +0100
  • 13d63a93c0 Improve typing Michael Telatynski 2022-04-11 14:41:00 +0100
  • bad37892a9
    Dockerfile: exit code has to be binary #371 Pratik 2022-02-09 16:34:07 +0530
  • 6489c231fc
    Dockerfile: add HEALTHCHECK Pratik 2022-02-09 15:58:51 +0530
  • 84e9f0bb64 add gid pod config file #370 Helder Ferreira 2022-02-06 19:34:35 +0000
  • fcc771f3e3
    Wire up the mautrix logger to logrus #369 Janne Heß 2022-01-03 19:06:58 +0100
  • 54a36221ba
    config.sample.yaml: alertmanager: update example (text|html)_template #368 Tom Herbers 2022-01-03 15:13:55 +0100
  • 37cde99914 Fix schema definition James Salter 2021-08-19 11:28:09 +0100
  • 67a82fcf65
    Merge pull request #355 from matrix-org/daenney/fix-ci Daniele Sluijters 2021-08-19 10:30:54 +0200
  • 072a0ad609 Add m.room.bot.options to mautrix's typemap, rather than handling it in ParseErrorHandler James Salter 2021-08-19 09:25:29 +0100
  • 79af91a0d6 Ammend comment with new type James Salter 2021-08-18 18:18:53 +0100
  • 1e63241a25 Use array of strings to spec labels James Salter 2021-08-18 18:05:51 +0100
  • 4ffce3b22b fix lint James Salter 2021-08-18 15:31:50 +0100
  • 5f955cd380 Add support for new_issue_labels in github m.room.bot.options James Salter 2021-08-18 15:11:44 +0100
  • 79d7db4fab Fix m.room.bot.options never being received by go-neb James Salter 2021-08-18 15:11:09 +0100
  • 164032a2f8 Use userExists #357 hs/check-pls Will Hunt 2021-08-02 15:23:27 +0100
  • a5f6fb498c Add MinimumPowerLevel option to clients Will Hunt 2021-08-02 14:57:06 +0100
  • ef76a26ec0
    CI: Ensure we run on go.mod|sum changes #355 Daniele Sluijters 2021-07-21 15:17:43 +0200
  • a0a3cfdc39 dependabot: update github actions and go packages #351 Jörg Thalheim 2021-07-21 13:51:08 +0200
  • 010900507c matrix 0.9.15 Jörg Thalheim 2021-07-21 13:50:29 +0200
  • 8916c80f8c
    Merge pull request #354 from matrix-org/daenney/ci-badge Daniele Sluijters 2021-07-21 12:04:26 +0200
  • 8418da3dab
    README: Update the CI badge #354 Daniele Sluijters 2021-07-21 12:01:07 +0200
  • 2592801811
    Merge pull request #350 from daenney/daenney/go-116 Daniele Sluijters 2021-07-21 11:49:10 +0200
  • 0ab1a8fed9 Upgrade to latest version of mautrix #350 Daniele Sluijters 2021-05-18 15:04:17 +0200
  • 7d6f6afdc6 Migrate to using Github Actions for CI Daniele Sluijters 2021-05-18 14:08:28 +0200
  • fada65a00a Fix sqlite3 package version and build issues Daniele Sluijters 2021-05-18 14:04:15 +0200
  • 6879960d22 Replace golint with staticcheck Daniele Sluijters 2021-05-18 13:48:04 +0200
  • 6c28c8641a Move to Go 1.16 Daniele Sluijters 2021-05-18 13:27:36 +0200
  • 9fed778b1d
    Merge f0549fa9bd into b6edd50d6e #348 Jonathan Frederickson 2021-03-25 11:44:32 -0400
  • 594cc3e19e
    Merge e9f5ef10ec into b6edd50d6e #346 Michael Kaye 2021-03-24 14:58:06 +0000
  • b6edd50d6e
    Fix build (#341) kiorky 2021-03-24 15:57:51 +0100
  • e9f5ef10ec Update to 0.9.2 of mautrix library #346 michaelkaye/respect_rate_limits Michael Kaye 2021-03-24 08:02:02 +0000
  • 0d81820863
    Apply suggestions from code review Michael Kaye 2021-03-24 07:56:26 +0000
  • f0549fa9bd
    Add simple Mumble client to notify a room on join/leave #348 Jonathan Frederickson 2021-03-16 00:32:18 -0400
  • 9353849575 s/code/Code/ after reading the gomatrix lib Michael Kaye 2021-03-04 18:08:46 +0000
  • 37d6cffab1 Typo in a test Michael Kaye 2021-03-04 17:22:16 +0000
  • 25ddd50de7 Respect rate limits by not continuing to send if 429 received. Michael Kaye 2021-03-01 16:22:34 +0000
  • 4a45eccb40 Fix build #341 Mathieu Le Marec - Pasquet 2020-12-31 00:07:05 +0100
  • f71f1a078d
    Make a distinction between closed and merged GitHub PRs (#337) iinuwa 2020-10-02 06:11:52 -0500
  • b488901a6d
    Use assignment shorthand #337 iinuwa 2020-10-02 05:54:19 -0500
  • f5376156ba
    Make a distinction between closed and merged GitHub PRs Isaiah Inuwa 2020-09-19 11:40:18 -0500
  • b6d70d04b6
    SAS verification and cryptotest service (#333) Nikos Filippakis 2020-08-20 12:39:55 +0200
  • 26a4738d76
    Fix Trace to Tracef #333 Nikos Filippakis 2020-08-18 11:26:06 +0200
  • 0c8208f99e
    Have maximum number of ongoing verifications at any time Nikos Filippakis 2020-08-18 11:04:10 +0200
  • b48a9b4396
    Control which users can start a SAS verification with Neb through regexes in the config Nikos Filippakis 2020-08-18 10:47:21 +0200
  • 76b0987c5e
    Fixed cryptotest service and package name from echo Nikos Filippakis 2020-08-17 11:52:33 +0200
  • 827b75d9ca
    Move command functionalities for cryptotest to different functions Nikos Filippakis 2020-08-07 14:45:58 +0200
  • c24063603b
    Add newer apt repository for updated libolm Nikos Filippakis 2020-08-07 14:04:20 +0200
  • b2f54202a9
    Add help messages for cryptotest cmds Nikos Filippakis 2020-08-05 12:52:25 +0200
  • e53af12682 Add cryptotest methods for testing key forwarding Nikos Filippakis 2020-08-05 12:11:52 +0200
  • e396ac5c2e Init cryptotest service with basic commands Nikos Filippakis 2020-07-09 17:02:13 +0200
  • facd5c40f4 Handle SAS verification by exposing an endpoint where the SAS can be sent to be verified Nikos Filippakis 2020-08-01 20:41:06 +0200
  • 86cbd3f899
    Docs about device ID & update mautrix version (#330) Nikos Filippakis 2020-07-13 10:57:09 +0200
  • ab03924753
    Update mautrix to version 0.6.0 #330 Nikos Filippakis 2020-07-10 15:54:51 +0200
  • ee1dc2bec4 Add details about getting the access token and device ID to readme Nikos Filippakis 2020-07-06 19:34:02 +0200
  • b6afbc11e4 Remove unnecessary content ParseRaw calls Nikos Filippakis 2020-07-06 19:22:34 +0200
  • 20cd430936
    Integration tests (#327) Nikos Filippakis 2020-07-02 19:18:36 +0200
  • 4e468ffda1
    Extract common integration test functionality in a new func #327 Nikos Filippakis 2020-07-02 18:06:23 +0200
  • daf690e4dc
    Integration test for receiving and sending encrypted messages Nikos Filippakis 2020-07-01 20:21:46 +0200
  • 9da250f607
    Integration test to confirm bot can join a room and respond to a command Nikos Filippakis 2020-07-01 18:59:30 +0200
  • 1be6c8c1cd
    Enable e2ee across all services and save crypto material in the database (#324) Nikos Filippakis 2020-06-29 17:14:39 +0200
  • 689f112d8f
    Consider case where device ID is empty and log a warning #324 Nikos Filippakis 2020-06-29 15:54:24 +0200
  • 719ef5eecc
    Perform a sync request with full state when starting Nikos Filippakis 2020-06-21 18:03:37 +0200
  • 7618922178
    Use SQL backend for storing crypto material Nikos Filippakis 2020-06-19 20:19:45 +0200
  • 4bc4f3a4cf
    Replace mautrix.Client usage with BotClient for all services to use the e2ee-enabled client Nikos Filippakis 2020-06-17 18:50:40 +0200
  • c06d5033d3
    Start creating the database APIs for the crypto store Nikos Filippakis 2020-06-16 20:12:16 +0200
  • e04b001d8b
    Use the state store to retrieve room joined users Nikos Filippakis 2020-06-16 19:27:04 +0200
  • 584d674747
    Move some of the client and crypto logic to a new BotClient type Nikos Filippakis 2020-06-16 18:48:34 +0200
  • 2f0e15ef08
    Basic e2ee support for some commands Nikos Filippakis 2020-06-12 16:45:52 +0200
  • f890cc9fa4
    Add device ID to the configuration Nikos Filippakis 2020-06-12 16:43:05 +0200
  • 6409b00205
    [WIP] Switch Gomatrix for Mautrix (#322) Nikos Filippakis 2020-06-09 10:18:31 +0200
  • cc6336b608 Convert and add the rest of the services #322 Nikos Filippakis 2020-06-06 19:15:19 +0200
  • 69d063f0ec Convert and re-enable Github realm and service, and update go-github version Nikos Filippakis 2020-06-05 21:30:37 +0200
  • 6eccf69a9b Convert and re-enable wikipedia, imgur and guggy services Nikos Filippakis 2020-06-05 19:09:14 +0200
  • 8367e3e830 Convert and re-enable giphy service Nikos Filippakis 2020-06-04 21:34:03 +0200
  • 4f66555c46 Convert and re-enable rssbot Nikos Filippakis 2020-06-04 21:20:56 +0200