aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notification-matrix.rsc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-29mod/notification-matrix: format date & time italicGravatar Christian Hesse1-5/+6
2024-04-19mod/notification-matrix: string protocol for displayGravatar Christian Hesse1-2/+4
2024-04-18mod/notification-matrix: ... and more double escapingGravatar Christian Hesse1-2/+2
2024-04-18mod/notification-matrix: fix double escapingGravatar Christian Hesse1-17/+11
That was introduced with 2a232ad2f5eef4b60c97306ef731bc5883bf5cfb when switching to :serialize...
2024-04-15mod/notification-matrix: generate JSON with :serializerouteros-7.13-7Gravatar Christian Hesse1-13/+11
2024-04-15mod/notification-matrix: use custom user agent stringGravatar Christian Hesse1-7/+15
2024-04-10mod/notification-matrix: $SendMatrix: set originGravatar Christian Hesse1-1/+1
2024-04-02mod/notification-matrix: add new configuration snippet...Gravatar Christian Hesse1-6/+9
... instead of appending to global-config-overlay.
2024-04-01mod/notification-matrix: use :deserialize ...Gravatar Christian Hesse1-4/+4
... instead of $ParseJson. This requires RouterOS 7.13.
2024-03-12mod/notification-matrix: do not exit with errorGravatar Christian Hesse1-5/+5
2024-03-12mod/notification-matrix: switch to $LogPrintGravatar Christian Hesse1-18/+23
2024-01-22mod/notification-matrix: drop declaration of unused functionGravatar Christian Hesse1-1/+0
2024-01-01update copyright for 2024Gravatar Christian Hesse1-1/+1
2023-11-14mod/notification-matrix: rename schedulerGravatar Christian Hesse1-5/+5
2023-11-09mod/notification-matrix: introduce $SetupMatrix{Authenticate,JoinRoom} for setupchange-113Gravatar Christian Hesse1-0/+79
Well, now that we have a JSON parser... Let's improve the user experience a bit.
2023-08-06mod/notification-matrix: introduce $PurgeMatrixQueueGravatar Christian Hesse1-0/+9
... to purge the queue and remove the scheduler.
2023-04-04mod/notification-matrix: link documentationGravatar Christian Hesse1-0/+3
2023-03-07rename scripts and add file extension ".rsc"change-95Gravatar Christian Hesse1-0/+165
No functional change for the user... The migration is done automatically.