| 2025-06-16 07:33 | fixup b5f02bd | Tobias Bengfort |
| 2025-06-13 15:01 | concurrency: use explicit refCount instead of len(channels) in cleanup() | Tobias Bengfort |
| 2025-06-13 14:53 | concurrency: drain channel on unsubscribe | Tobias Bengfort |
| 2025-06-13 14:48 | concurrency: use channels instead of mutex | Tobias Bengfort |
| 2025-06-13 14:43 | perf: exit early on bad PUT requests | Tobias Bengfort |
| 2025-06-13 14:39 | clear topics at the end of POST/PUT/DELETE | Tobias Bengfort |
| 2025-06-13 14:35 | do not ignore POST if no GET is active | Tobias Bengfort |
| 2025-06-13 13:45 | refactor: switch position of get and post in code | Tobias Bengfort |
| 2025-06-13 13:33 | refactor: store path on topic | Tobias Bengfort |
| 2025-06-08 03:59 | concurrency: hold lock between topics check and modification | Tobias Bengfort |
| 2025-06-08 05:51 | reset lastId on DELETE | Tobias Bengfort |
| 2025-06-08 05:51 | update deprecated ioutil functions | Tobias Bengfort |
| 2025-06-09 05:13 | refactor: rename ok to exists for map access | Tobias Bengfort |
| 2025-06-07 15:59 | perf: exit early if no history in PUT/DELETE | Tobias Bengfort |
| 2025-06-07 15:55 | rm passwords | Tobias Bengfort |
| 2025-06-05 08:31 | include historyRemaining in body instead of header | Tobias Bengfort |
| 2025-06-05 08:02 | return X-Via-History-Remaining on POST requests | Tobias Bengfort |
| 2025-06-04 05:05 | gofmt | Tobias Bengfort |
| 2024-02-11 17:37 | graceful shutdown | Tobias Bengfort |
| 2022-07-21 05:43 | rm deployment config | Tobias Bengfort |
| 2021-09-09 11:04 | service: make verbose | Tobias Bengfort |
| 2021-03-22 20:08 | avoid passing Lock by value | Tobias Bengfort |
| 2020-11-19 10:02 | implement hmsg DELETE | Tobias Bengfort |
| 2020-10-17 05:37 | refactor topic concurrency | Tobias Bengfort |
| 2020-10-15 11:11 | nginx: fix allowed headers | Tobias Bengfort |
| 2020-10-15 11:09 | silence error messages on new history | Tobias Bengfort |
| 2020-10-15 11:06 | Merge branch 'feature-history' | Tobias Bengfort |
| 2020-10-15 08:59 | adapt README to hmsg | Tobias Bengfort |
| 2020-10-15 07:56 | allow to replace history | Tobias Bengfort |
| 2020-10-15 07:55 | store history in files | Tobias Bengfort |
| 2020-10-15 08:36 | refactor: split Topic.post() from post() | Tobias Bengfort |
| 2020-10-15 08:02 | limit number of history entries | Tobias Bengfort |
| 2020-10-15 08:02 | replay history on connect | Tobias Bengfort |
| 2020-10-15 08:01 | keep message history | Tobias Bengfort |
| 2020-10-15 07:54 | mv getStoreagePath to top | Tobias Bengfort |
| 2020-10-15 07:51 | Revert "add file storage" | Tobias Bengfort |
| 2020-10-15 07:52 | add message IDs | Tobias Bengfort |
| 2020-07-16 06:37 | rm redundant path from log | Tobias Bengfort |
| 2020-07-16 06:27 | strip store prefix in filename | Tobias Bengfort |
| 2020-07-16 05:21 | fix usage string | Tobias Bengfort |
| 2020-07-16 05:06 | rename getPath to getStorePath | Tobias Bengfort |
| 2020-05-05 06:16 | add cleanup cronjob | Tobias Bengfort |
| 2020-05-05 06:23 | adapt description | Tobias Bengfort |
| 2020-05-05 04:42 | add file storage | Tobias Bengfort |
| 2020-05-05 04:12 | rm host command line arg | Tobias Bengfort |
| 2020-05-05 04:12 | rm blocking get | Tobias Bengfort |
| 2020-05-05 16:54 | sse: write first ping immediately | Tobias Bengfort |
| 2020-05-04 17:10 | fix CORS | Tobias Bengfort |
| 2020-05-04 17:09 | rm rate limiting as it does more harm than good | Tobias Bengfort |
| 2020-04-08 19:44 | SSE: send comment every 15s | Tobias Bengfort |
| 2020-04-08 19:43 | set header to prevent proxy buffering | Tobias Bengfort |
| 2020-04-04 06:44 | add README | Tobias Bengfort |
| 2020-04-04 06:45 | Create LICENSE | Tobias Bengfort |
| 2020-04-04 06:12 | add example nginx config | Tobias Bengfort |
| 2020-03-25 20:37 | optimize binary to make lintian happy | Tobias Bengfort |
| 2020-03-25 06:06 | fix sse: send 403 before 200 | Tobias Bengfort |
| 2020-03-25 06:02 | fix pop channel on blocking GET | Tobias Bengfort |
| 2020-03-25 05:51 | 403 on post with password | Tobias Bengfort |
| 2020-03-25 05:43 | reduce ping frequency | Tobias Bengfort |
| 2020-03-25 05:40 | allow to set a password on topics | Tobias Bengfort |
| 2020-03-25 05:36 | refactor: rm getTopic | Tobias Bengfort |
| 2020-03-22 20:14 | add some packaging | Tobias Bengfort |