| Age | Commit message (Collapse) | Author |
|
Convert the old ".reuse/dep5" format to REUSE.toml format using
"reuse convert-dep5" command.
For generated files, add the ".license" file.
Using "reuse annotate ..." it automatically add empty line after
"SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above
the "SPDX-License-Identifier".
Now, this project is compliant with version 3.3 of the REUSE
Specification.
|
|
|
|
The Postgresql forwarder accept single option "URL",
[forwarder "postgresql"]
url = postgres://<user>:<pass>@<host>/<database>?sslmode=<>
The user and database must already created first, manually.
|
|
|
|
The function signature to parse the UDP packet changes to return HTTPLog
instead of as receiver.
|
|
Some of breaking changes,
* Field [Config.HttpUrl] renamed to [Config.HTTPURL]
* Field [ConfigForwarder.Url] renamed to [ConfigForwarder.URL]
* Struct [HttpLog] renamed to [HTTPLog]
|
|
The HttpLog realign from 304 to 288 bytes.
The questdbClient realign from 56 to 24 bytes.
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
Questdb [1] is one the time-series database.
We experiment to forward the HTTP log using Influx Line Protocol (ILP).
[1]: https://questdb.io/
|
|
Halog contains parsed HTTP log, so its make more readable if we rename
the type name.
|