eopo
eopo
# Reason The packaces `sqlite3` and `oracledb` are causing a lot of trouble when trying to run `npm install` on a lot of machines. For devices with apple silicon chips,...
# Description - Bringing code to ES2015+ - Moving config to a separate component - Moving routes to a separate component - Enforcing .eslint rules (At least in a tiny...
**Is your feature request related to a problem? Please describe.** Both in the source code and in the documentation, some terms are used ambiguously, while other things are described with...
**Is your feature request related to a problem? Please describe.** From time to time, new features are added to pagermon that require further configuration. In order to not break already...
**Is your feature request related to a problem? Please describe.** Installation for most users fails, because the npm packages "oracledb" and "sqlite3" are somewhat problematic and often fail to install,...
I've noticed control characters are not implemented but displayed as plain text. I'd propose to display them as they are intended, especially CR and LF. EOT could be implemented in...
Rewrote major parts of reader.js Put handling for different protocols into seperate functions Modified FLEX handling to process new multimon group message format introduced with EliasOenal/multimon-ng@46c4a53eeb07b8e0f8e371897983ddea4b470997 - Awaiting EliasOenal/multimon-ng#155 response...
https://github.com/pagermon/pagermon/blob/32a5c87e55a1f16aedf24f8ae24ec5633b22268b/server/test/routes.api.messages.id.test.js contains different requests to the api/messages/:id endpoint. https://github.com/pagermon/pagermon/blob/32a5c87e55a1f16aedf24f8ae24ec5633b22268b/server/test/routes.api.messages.id.test.js#L45 wants the result of messages/:id to be an object https://github.com/pagermon/pagermon/blob/32a5c87e55a1f16aedf24f8ae24ec5633b22268b/server/test/routes.api.messages.id.test.js#L69 wants the same result to be an array https://github.com/pagermon/pagermon/blob/32a5c87e55a1f16aedf24f8ae24ec5633b22268b/server/test/routes.api.messages.id.test.js#L106 again wants...
Hi, I'd like to group aliasses. This could be done either manually (Create group, select aliasses, add) or automatically (Create group, add all aliasses containing information whatever (E.g. address matching...
New plugin trigger levels: Level | Time | Comment | Example ------|-------|---------|------- beforeMatch | Before matching and insert | Same as 'before'. Can be used to modify data before it...