-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- eslint: reduce config to depending on @haraka - package.json: added scripts - doc(CHANGELOG): ordered urls - prettier, eslint config - chore: populate package.json [files]
- Loading branch information
Showing
14 changed files
with
521 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,4 @@ about: Issues that aren't bug reports or feature requests | |
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
name: CI | ||
|
||
on: [ push, pull_request ] | ||
on: [push, pull_request] | ||
|
||
env: | ||
CI: true | ||
|
||
jobs: | ||
|
||
lint: | ||
uses: haraka/.github/.github/workflows/lint.yml@master | ||
|
||
ubuntu: | ||
needs: [ lint ] | ||
needs: [lint] | ||
uses: haraka/.github/.github/workflows/ubuntu.yml@master | ||
|
||
windows: | ||
needs: [ lint ] | ||
uses: haraka/.github/.github/workflows/windows.yml@master | ||
needs: [lint] | ||
uses: haraka/.github/.github/workflows/windows.yml@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
singleQuote: true | ||
semi: false |
Submodule .release
updated
9 files
+2 −0 | .prettierrc.yaml | |
+1 −0 | .shellcheckrc | |
+29 −5 | CHANGELOG.md | |
+1 −1 | LICENSE | |
+24 −15 | README.md | |
+19 −1 | base.sh | |
+7 −6 | npm/prepend-scope.cjs | |
+98 −25 | start.sh | |
+33 −5 | submit.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,126 +1,126 @@ | ||
# Changelog | ||
|
||
#### N.N.N - YYYY-MM-DD | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/). | ||
|
||
### Unreleased | ||
|
||
### [2.1.4] - 2024-04-06 | ||
|
||
- eslint: reduce config to depending on @haraka | ||
- package.json: added scripts | ||
- doc(CHANGELOG): ordered urls | ||
- doc(Changes) -> CHANGELOG | ||
- prettier & eslint configs | ||
- chore: populate package.json [files] | ||
|
||
### [2.1.3] - 2023-12-12 | ||
|
||
- ci: use shared configs | ||
- style(es6): replace for..i with for...of | ||
- deps(*): bump versions to latest | ||
|
||
- deps(\*): bump versions to latest | ||
|
||
### [2.1.2] - 2023-12-11 | ||
|
||
- config: update several plugin names | ||
- style(es6): refer to plugin as 'this' | ||
|
||
|
||
### [2.1.1] - 2023-08-22 | ||
|
||
- fix: check_result unexpected return #50 | ||
|
||
|
||
### [2.1.0] - 2022-11-29 | ||
|
||
- fix: in disconnect, call redis_unsub after skip check | ||
- dep(redis): 4 -> 4.1 | ||
- dep(pi-redis): 2 -> 2.0.5 | ||
|
||
|
||
#### 2.0.4 - 2022-05-28 | ||
#### [2.0.4] - 2022-05-28 | ||
|
||
- use .release as submodule | ||
|
||
|
||
#### 2.0.3 - 2022-05-28 | ||
#### [2.0.3] - 2022-05-28 | ||
|
||
- fix: depend directly on redis | ||
- fix: update redis command names for v4 compatibility | ||
- fix: update redis commands to be async | ||
|
||
|
||
#### 2.0.1 - 2022-05-27 | ||
#### [2.0.1] - 2022-05-27 | ||
|
||
- chore(ci): depend on shared GHA workflows | ||
|
||
|
||
#### 2.0.0 - 2022-03-29 | ||
#### [2.0.0] - 2022-03-29 | ||
|
||
- remove lots of plugin=this | ||
- remove unnecessary braces and trailing ; | ||
- some promises. | ||
|
||
|
||
#### 1.0.14 - 2022-02-14 | ||
|
||
- try to unsubscribe in case connection is marked to skip during transaction | ||
|
||
|
||
#### 1.0.13 - 2019-04-23 | ||
|
||
- add 'exists' pattern | ||
|
||
|
||
#### 1.0.12 - 2019-03-08 | ||
|
||
- don't interfere with STARTLS and AUTH when karma is listed above those plugins in config/plugins | ||
|
||
|
||
#### 1.0.11 - 2017-10-25 | ||
|
||
- private addresses and flagged connections exemption | ||
|
||
|
||
#### 1.0.10 - 2017-08-30 | ||
|
||
- add TLS awards #19 | ||
|
||
|
||
#### 1.0.9 - 2017-07-29 | ||
|
||
- splash on some es6 | ||
- add AppVeyor CI testing | ||
|
||
|
||
#### 1.0.8 - 2017-06-26 | ||
|
||
- revert #9, it breaks current Haraka deployments | ||
|
||
|
||
#### 1.0.7 - 2017-06-16 | ||
|
||
- update for eslint 4 compat | ||
- Add results_redis_publish=true for haraka-results changes #9 | ||
|
||
|
||
#### 1.0.6 - 2017-05-04 | ||
|
||
- emit error if redis plugin didn't create connection | ||
|
||
|
||
#### 1.0.5 - 2017-02-06 | ||
|
||
- move merge_redis_ini into load_karma_ini, so it also gets applied | ||
after a karma.ini change | ||
- skip redis operations when no connection exists | ||
|
||
|
||
#### 1.0.4 - 2017-01-29 | ||
|
||
- use the new haraka-plugin-redis | ||
- remove exceptions for soft denials. This makes denial time simpler. | ||
- rules updates | ||
|
||
|
||
#### 1.0.3 - 2017-01-27 | ||
|
||
- add rule #280 for known-senders | ||
- add support for 'length' type, with eq, gt, and lt operators | ||
- use shared haraka-eslint | ||
|
||
|
||
#### 1.0.2 - 2017-01-24 | ||
|
||
- use redis.merge_redis_ini() | ||
[2.1.0]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.0 | ||
[2.1.1]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.1 | ||
[2.1.2]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.2 | ||
|
||
[2.0.0]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.0.0 | ||
[2.0.1]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.0.1 | ||
[2.0.2]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.0.2 | ||
[2.0.3]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.0.3 | ||
[2.0.4]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.0.4 | ||
[2.1.0]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.0 | ||
[2.1.1]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.1 | ||
[2.1.2]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.2 | ||
[2.1.3]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.3 | ||
[2.1.4]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.