Go to file
luk3yx ec738f6721 Update HTTPS API.md 2020-10-07 09:55:45 +13:00
lurkcoin Add server deletion 2020-10-07 08:32:46 +13:00
.gitignore Initial commit. 2020-04-21 22:24:16 +12:00
HTTPS API.md Update HTTPS API.md 2020-10-07 09:55:45 +13:00
LICENSE.md Initial commit. 2020-04-21 22:24:16 +12:00
README.md Bump version to 3.0.0. 2020-05-24 23:35:28 +12:00
TODO.md Improve lurkcoin.ConstantTimeCompare(). 2020-05-01 15:48:55 +12:00
config.yaml Fix UNIX socket support. 2020-06-15 17:55:43 +12:00
main.go Initial commit. 2020-04-21 22:24:16 +12:00
restore-backup.go Add server deletion 2020-10-07 08:32:46 +13:00
src Initial commit. 2020-04-21 22:24:16 +12:00

README.md

lurkcoin

This is the core code of the current release of lurkcoin.

Dependencies

  • Go 1.10+, Go 1.14 or later recommended.
  • bbolt
    • go get go.etcd.io/bbolt
  • httprouter
    • go get github.com/julienschmidt/httprouter
  • yaml
    • go get gopkg.in/yaml.v2

Configuration

See config.yaml for a list of configuration options.

Compilation flags

The following compilation flags are supported:

  • lurkcoin.disablebbolt: Disables the bbolt database. If this flag is used, bbolt does not need to be installed.
  • lurkcoin.disableplaintextdb: Disables the plaintext database.
  • lurkcoin.disablev2api: Disables version 2 of the API. This can also be done at runtime in config.yaml.

License

Copyright © 2020 by luk3yx

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.