Commit Graph

222 Commits

Author SHA1 Message Date
Juhani Karppinen 9459495484
Fix typo in logging (#2056) 2023-08-05 20:39:46 +02:00
Alex Vandiver e3ffbcadd8
Add better error handling on Zulip (#1589)
* zulip: Treat unknown errors with a 10-second backoff.

An unknown error (including an unauthorized error) would fall through
with no calls to time.Sleep, resulting in hammering the server as
quickly as possible.

Add a 10-second sleep in the default error case.  The heartbeat is
left with no explicit sleep, but all other codepaths now contain one.

* version: Move version information into a separate package.

This will allow it to be accessed by other sections of the code.

* zulip: Use the matterbridge version in the user-agent.

Co-authored-by: Wim <wim@42.be>
2021-10-23 23:46:27 +02:00
Wim 2199174def
Bump version 2021-10-18 23:40:20 +02:00
Wim 55f41ddaab
Release v1.23.0 (#1615) 2021-10-17 23:49:02 +02:00
Wim b98d56dcf6
Fix docker build 2021-10-17 14:19:26 +02:00
Wim f36498421b
Bump version 2021-06-16 21:17:01 +02:00
Wim e45bbe4571
Release v1.22.3 (#1522)
* Release v1.22.3
2021-06-16 21:11:12 +02:00
Wim 6a12f9ff84
Bump version 2021-06-02 00:05:46 +02:00
Wim 641ed1873b
Release v1.22.2 (#1504) 2021-06-01 23:36:53 +02:00
Wim af77109a47 Bump version 2021-04-04 00:09:43 +02:00
Wim b979aff270
Release v1.22.1 (#1447) 2021-04-03 23:55:06 +02:00
Wim eff5f1e119 Bump version 2021-02-01 23:59:35 +01:00
Wim afcd362cd1
Release v1.22.0 (#1385) 2021-02-01 23:44:17 +01:00
Wim 109148988c Bump version 2020-12-31 23:42:41 +01:00
Wim cf13fff7d2
Release v1.21.0 (#1348) 2020-12-31 22:32:13 +01:00
Wim 7b3eaf3ccf Bump version 2020-11-22 18:55:21 +01:00
Wim 1a5353d768
Release v1.20.0 (#1298) 2020-11-22 17:27:33 +01:00
Wim 84ab223b81 Bump version 2020-10-21 00:59:11 +02:00
Wim 2bb21262d4
Release v1.19.0 (#1268) 2020-10-20 23:34:41 +02:00
Wim e7781dc79c Bump version 2020-10-01 22:46:18 +02:00
Wim 91c58ec027 Bump version 2020-09-05 00:10:30 +02:00
Wim 8b26e42a3a
Release v1.18.3 (#1229) 2020-09-05 00:02:37 +02:00
Wim 88d371c71c
Release v1.18.2 (#1212) 2020-08-25 13:21:53 +02:00
Wim 2f5e211065 Bump version 2020-08-24 00:40:26 +02:00
Wim 39f4fb3446
Release v1.18.1 (#1207) 2020-08-24 00:25:30 +02:00
Wim e1629994bd Bump version 2020-07-24 21:31:28 +02:00
Wim e3d8fe4fd8
Release v1.18.0 (#1176) 2020-07-24 21:00:57 +02:00
z3bra 213bf349c3
Add an option to log into a file rather than stdout (#1168)
Use Logfile option in the `[general]` section
2020-07-18 15:46:19 +02:00
Wim 96022d3aaf Bump version 2020-05-24 22:44:10 +02:00
Wim 8eb5e3cbf8
Release v1.17.5 (#1150) 2020-05-24 22:35:56 +02:00
Wim 9440b9e313
Increase debug logging with function,file and linenumber (#1147)
Show the function name,file and linenumber like this
[0000]  INFO main:         [setupLogger:matterbridge.go:100] Enabling debug logging.
[0000]  INFO main:         [main:matterbridge.go:46] Running version 1.17.5-dev

Only enable this for debug as this adds some overhead.
2020-05-24 13:58:15 +02:00
Wim a18cb74f03 Bump version 2020-04-22 00:00:08 +02:00
Wim 6c442e239d
Release v1.17.4 (#1112) 2020-04-21 23:53:51 +02:00
Wim 308a110000 Bump version 2020-04-19 17:23:17 +02:00
Wim 4f406b2ce6
Release v1.17.3 (#1103) 2020-04-19 17:13:58 +02:00
Wim 976fbcd07f Bump version 2020-04-09 23:03:45 +02:00
Wim d97b077e85
Release v1.17.2 (#1080) 2020-04-09 22:54:51 +02:00
Wim 54b3143a1d Bump version 2020-03-28 00:29:41 +01:00
Wim 148f7d2a91
Release v1.17.1 (#1063) 2020-03-28 00:18:29 +01:00
Wim 8c68556f52 Bump version 2020-03-21 22:51:22 +01:00
Wim cca1ea2404
Release v1.17.0 (#1050) 2020-03-21 21:33:16 +01:00
Wim 3049ef9151 Bump version 2020-02-02 22:40:44 +01:00
Wim 4be00bbe6b Release v1.16.5 2020-02-02 22:36:07 +01:00
Wim b9da28a29b Bump version 2019-12-16 00:01:00 +01:00
Wim 84bfa8a6b1 Release v1.16.3 2019-12-15 23:54:21 +01:00
Wim 173a38a374 Bump version 2019-11-26 00:18:00 +01:00
Wim 214fe502cd Release v1.16.2 2019-11-17 23:25:08 +01:00
Wim 455e75e92f Bump version 2019-11-01 22:32:39 +01:00
Wim bad1990173 Release v1.16.1 2019-10-27 01:49:41 +02:00
Wim 294139ce7a Bump version and fix changelog 2019-09-07 23:30:17 +02:00