gnuxie
7a5aafde7d
Update ReportPoller to use Draupnir (mps).
2024-04-06 20:03:32 +01:00
gnuxie
e5e771aaea
Update ReportPoller to use Draupnir (mps).
2024-04-06 20:03:32 +01:00
gnuxie
977c4a39de
Update ReportManager to use Draupnir (mps).
2024-04-06 20:03:32 +01:00
gnuxie
b51566000a
Integrate report poller into new Draupnir class.
2024-04-06 20:03:32 +01:00
gnuxie
6d28ac81b0
Remove the RuleServer.
...
It was never used and we don't test it.
We can't really support it.
2024-04-06 20:03:32 +01:00
gnuxie
2d3b4d1e09
Begin implementing matrix-protection-suite support.
...
We could really do with some prettier for these newfiles.
2024-04-06 20:03:32 +01:00
gnuxie
c3bdf2c74a
Unfinished listeners from Mjolnir
2024-04-06 20:03:32 +01:00
gnuxie
67adb530bc
Start cleaning up Mjolnir into Draupnir, starting with listeners.
2024-04-06 20:03:32 +01:00
gnuxie
2929266c37
bs
2024-04-06 20:03:32 +01:00
gnuxie
edb10cd7c3
install matrix-protection-suite
2024-04-06 20:03:32 +01:00
gnuxie
f5c2ba2ccb
v1.87.0
v1.87.0
2024-03-24 18:48:44 +00:00
Catalan Lover and GitHub
e583f62aa2
Update AS Docs to mention your AS has to be able to write policies. ( #299 )
...
Cat discovered this flaw in the docs when Cat managed to run into #297 .
2024-03-20 23:04:04 +00:00
5474f75c57
Update D4A Documentation to be A LOT better. ( #272 )
...
* Update D4A Documentation and add Config Example For Child Bots
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Move AS Inherited config into Docs instead of having example file.
* Integrate Review Feedback.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix spelling mistake and a few its vs it´s style cases.
* Integrate Second Round of Review Feedback
* Update docs/appservice.md
yeah just wack it in Cat
Co-authored-by: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com >
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Gnuxie <50846879+Gnuxie@users.noreply.github.com >
2024-03-18 12:03:31 +00:00
788e89a079
Bump follow-redirects from 1.15.4 to 1.15.6 ( #292 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-17 11:33:23 +00:00
38a6cac329
Bump sanitize-html from 2.11.0 to 2.12.1 ( #278 )
...
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html ) from 2.11.0 to 2.12.1.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.11.0...2.12.1 )
---
updated-dependencies:
- dependency-name: sanitize-html
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 17:43:03 +00:00
MTRNord and Gnuxie
76de8b770b
Provision with Draupnir in mxid instead of mjolnir.
2024-02-28 22:12:54 +00:00
gnuxie and Gnuxie
d36ffff109
Fix d4all restart command.
2024-02-28 22:12:54 +00:00
gnuxie and Gnuxie
84f45952ec
Rename moderation bot to draupnir-moderation.
...
Figure this would be a thing that makes more sense to invite.
2024-02-28 22:12:54 +00:00
Gnuxie and GitHub
8d0d3213be
Set disableStores: true in matrix-appservice-bridge BridgeOpts. ( #270 )
...
This stores create database files all over the cwd that use nedb
which shouldn't really be used by the appservice library at this
point.
These files are problematic because they are undocumented to
server admins trying to setup the appservice, and need to be
explicitly accounted for to make permissions work.
The stores enable something called the `BridgeContext` to be
given alongside the event within the `onEvent` handler.
Which we don't use, and it's unclear how it should be used.
The primary motivation for removing the stores is to simplify
work making the appservice available to matrix-docker-ansible-deploy.
We expect to have follow up prs to improve documentation.
2024-02-28 19:14:51 +00:00
Catalan Lover and GitHub
099bcbaf64
Update Docs to mention mdad as a installation method. ( #248 )
2024-02-10 00:20:25 +00:00
gnuxie
71cb738610
v1.86.2
v1.86.2
2024-02-09 18:50:27 +00:00
Gnuxie and GitHub
945c737df6
Add secret management command line options to documentation. ( #247 )
2024-02-09 18:39:24 +00:00
561cd96488
Read secrets from command line provided paths, if specified ( #242 )
...
This provides two new arguments for paths to load secretes for `--access-token-path` and `--pantalaimon-password-path` from.
The intention being that they can be used with a credentials system such as https://systemd.io/CREDENTIALS/ .
They will take precedence over anything within the config file.
Suggested after https://github.com/NixOS/nixpkgs/pull/274052#discussion_r1481633083 .
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-09 17:20:24 +00:00
faee9367af
Bump jsdom from 16.7.0 to 24.0.0 ( #215 )
...
* Bump jsdom from 16.7.0 to 24.0.0
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.7.0 to 24.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.7.0...24.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Make an arbritrary decision when upgrading @types/jsdom.
https://github.com/DefinitelyTyped/DefinitelyTyped#how-do-definitely-typed-package-versions-relate-to-versions-of-the-corresponding-library
Apparently the typings for jsdom are really out of date.
So we have to take the risk and use an older version that
seems to be ok so that we can upgrade the package.
I did consider just using 21.1.6 for both so that we could be
stubbornly accurate but there's no indication how long it will take
for the typings package to be upgraded.
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gnuxie <Gnuxie@protonmail.com >
2024-02-03 17:51:15 +00:00
gnuxie
1aa406d3bd
v1.86.1
v1.86.1
2024-02-01 17:23:36 +00:00
Gnuxie and GitHub
eceea6f21c
Stop processing redaction queue before bans. ( #230 )
...
Introduced in
https://github.com/the-draupnir-project/Draupnir/commit/ea49b0a5363861b3729dcc720ff091b2480c4165 .
Quite easy to see how.
Future redaction work should unit test for this.
This can be done quite easily by using a setTimeout, and non hackily
if you can make the fake request to ban a user resolve only
when an item in the redaction queue has been processed.
Fixes https://github.com/the-draupnir-project/Draupnir/issues/210 .
Follow up https://github.com/the-draupnir-project/Draupnir/231
2024-02-01 12:05:32 +00:00
66dfab7d4c
Bump ulidx from 0.3.0 to 2.2.1 ( #213 )
...
Bumps [ulidx](https://github.com/perry-mitchell/ulidx ) from 0.3.0 to 2.2.1.
- [Changelog](https://github.com/perry-mitchell/ulidx/blob/main/CHANGELOG.md )
- [Commits](https://github.com/perry-mitchell/ulidx/compare/v0.3.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: ulidx
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 22:36:08 +00:00
3a44659916
Bump the development-dependencies group with 11 updates ( #212 )
...
Bumps the development-dependencies group with 11 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/crypto-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/crypto-js ) | `4.1.2` | `4.2.2` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) | `4.0.5` | `4.0.9` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) | `10.0.1` | `10.0.6` |
| [@types/nedb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nedb ) | `1.8.13` | `1.8.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `20.6.0` | `20.11.5` |
| [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request ) | `2.48.8` | `2.48.12` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.5.0` | `6.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.5.0` | `6.19.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.49.0` | `8.56.0` |
| [expect](https://github.com/jestjs/jest/tree/HEAD/packages/expect ) | `29.6.4` | `29.7.0` |
| [typescript](https://github.com/Microsoft/TypeScript ) | `5.2.2` | `5.3.3` |
Updates `@types/crypto-js` from 4.1.2 to 4.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/crypto-js )
Updates `@types/js-yaml` from 4.0.5 to 4.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
Updates `@types/mocha` from 10.0.1 to 10.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
Updates `@types/nedb` from 1.8.13 to 1.8.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nedb )
Updates `@types/node` from 20.6.0 to 20.11.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `@types/request` from 2.48.8 to 2.48.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request )
Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.5.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser )
Updates `eslint` from 8.49.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.56.0 )
Updates `expect` from 29.6.4 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/expect )
Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: "@types/crypto-js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/mocha"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/nedb"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@types/request"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: expect
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 21:59:59 +00:00
gnuxie
4d476b5b15
v1.86.0
v1.86.0
2024-01-15 23:40:47 +00:00
Catalan Lover and GitHub
bc0f0ea6f3
Change self references from Gnuxie/Draupnir to the-draupnir-project/Draupnir ( #208 )
2024-01-15 23:39:57 +00:00
2fe30e3971
Bump express and @types/express ( #121 )
...
Bumps [express](https://github.com/expressjs/express ) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ). These dependencies needed to be updated together.
Updates `express` from 4.18.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.18.2 )
Updates `@types/express` from 4.17.13 to 4.17.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/express"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 15:23:33 +00:00
9cb364123d
Bump body-parser from 1.20.1 to 1.20.2 ( #119 )
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.1...1.20.2 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 14:57:18 +00:00
4f806dbd95
Bump the github-actions group with 1 update ( #162 )
...
Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node ).
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 14:56:44 +00:00
1a407e9cc7
Bump follow-redirects from 1.15.1 to 1.15.4 ( #203 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 14:55:51 +00:00
Gnuxie and GitHub
e9969ff29d
Change license to AFL-3.0 ( #204 )
...
Please reply with 👍 or approve this PR if you agree to relicense your work under the [Academic Free License](https://opensource.org/license/afl-3-0-php/ )
As discussed in #176 we want to change the license to AFL-3.0 so that we have an approved open source license with a condition for distribution or incorporation to provide the source code for the original work (or a link to it and this is implemented currently via the status command. I think we should go a step further and provide the notices file here too as a follow up).
Contributors previously were asked to agree to provide their [contribution](https://github.com/the-draupnir-project/Draupnir/blob/56e03e9/CONTRIBUTING.md#contributing-code-to-draupnir ) under the Apache-2.0 license so that I would be the sole author contributing under the project's [Cooperative Software License](https://github.com/the-draupnir-project/Draupnir/blob/56e03e9/LICENSE ), which would in (dubious) theory make relicensing to anything Apache-2.0 compatible straight forward later on. However out of an abundance of caution I would like all the authors who have contributed since forking (to cover the case that someone believes they have contributed under the CSL and not Apache-2.0, and therefore can object) to agree to the license change. This also leaves a concrete paper trail in one place rather than each PR.
Contributors:
- [x] @Mikaela
- [x] @MTRNord
- [x] @julianfoad
- [x] @FSG-Cat
- [x] @JokerGermany
- [x] @progval
2024-01-15 14:50:05 +00:00
df29fec4cf
Bump postcss from 8.4.16 to 8.4.31 ( #140 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.16 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 00:17:49 +01:00
41746d3667
Bump crypto-js from 4.1.1 to 4.2.0 ( #159 )
...
Bumps [crypto-js](https://github.com/brix/crypto-js ) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0 )
---
updated-dependencies:
- dependency-name: crypto-js
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 00:16:22 +01:00
Aminda Suomalainen and GitHub
56e03e9ccb
Fix markdown trailing whitespace & exlude .svg from trailing-whitespace checks ( #148 )
...
* .pre-commit-config.yaml: properly handle markdown and exclude svg from trailing-whitespace
* {CONTRIBUTING,docs/appservice}.md: remove trailing whitespace
2023-10-21 12:18:52 +01:00
Marcel and GitHub
5738d764d4
Add support for bot-sdk crypto as an experimental flag ( #145 )
...
* Add support for bot-sdk crypto as an experimental flag
* Import and use StoreType enum
* Fail hard instead of continuing in case of having pantalaimon and bot-sdk set up
* Document Option in default.yaml
* Remove obsolete comment
2023-10-21 12:18:10 +01:00
Aminda Suomalainen and GitHub
3823f22a90
pre-commit autoupdate ( #143 )
...
Closes : #141
Fixes: Python 3.12 (and Fedora 39) support
2023-10-12 16:02:05 +01:00
Julian Foad and GitHub
563a57fdea
Fix link to our own copy of moderators.md ( #133 )
2023-09-22 15:48:47 +01:00
9f04502774
Bump the github-actions group with 4 updates ( #125 )
...
Bumps the github-actions group with 4 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ), [docker/login-action](https://github.com/docker/login-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/setup-qemu-action` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0 )
Updates `docker/setup-buildx-action` from 2.10.0 to 3.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0 )
Updates `docker/login-action` from 2 to 3
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
Updates `docker/build-push-action` from 4 to 5
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 14:29:18 +01:00
gnuxie and Gnuxie
68e68c434c
Add gif showing ban command prompts.
2023-09-14 16:48:51 +01:00
gnuxie and Gnuxie
0f014afbbb
Add "*.gif" to git-lfs in prepearation for GIFs!! wohoo.
2023-09-14 16:48:51 +01:00
Marcel and GitHub
b38a4159a9
Bump the dockerfile to node 20 ( #129 )
...
* Bump the CI and dockerfile to node 20
* Revert bumping the CI
2023-09-13 22:05:31 +01:00
Marcel and GitHub
d620ffa206
Move to eslint ( #88 )
...
* Move to eslint
* Cleanup leftover tslint
* Cleanup the eslint config file
2023-09-13 12:26:51 +01:00
Aminda Suomalainen and GitHub
b21c0a1df9
Decrease dependency update check to weekly ( #124 )
...
* .pre-commit-config.yaml: check ci updates weekly
* dependabot.yml: check for updates weekly instead of daily
2023-09-12 13:24:29 +01:00
gnuxie
efe842cc9f
v1.85.1
v1.85.1
2023-09-12 11:58:14 +01:00
Gnuxie and GitHub
69b7209739
Fix RoomUpdateError roomId argument typo ( #123 )
...
We were clearly in the process of deleting the
member decleration to just have the decleration be in the constructor.
When we were distracted, leaving a property named `readonly`, which
shouldn't be possible imo, need to add some rule for that prompto.
2023-09-12 11:57:50 +01:00
272d81946b
Bump config and @types/config ( #118 )
...
Bumps [config](https://github.com/node-config/node-config ) and [@types/config](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/config ). These dependencies needed to be updated together.
Updates `config` from 3.3.8 to 3.3.9
- [Release notes](https://github.com/node-config/node-config/releases )
- [Changelog](https://github.com/node-config/node-config/blob/master/History.md )
- [Commits](https://github.com/node-config/node-config/compare/v3.3.8...v3.3.9 )
Updates `@types/config` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/config )
---
updated-dependencies:
- dependency-name: config
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/config"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 15:08:49 +01:00