neveko

full-stack privacy application with enciphered messaging, monero multisig and built-in i2p marketplace

MIT License

Stars
21

Bot releases are hidden (Show)

neveko - v0.1.2-beta Latest Release

Published by creating2morrow 6 months ago

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.1.1-beta...v0.1.2-beta

neveko - v0.1.1-beta

Published by creating2morrow 6 months ago

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.1.0-beta...v0.1.1-beta

neveko - v0.1.0-beta

Published by creating2morrow 10 months ago

Release notes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.8-alpha...v0.1.0-beta

neveko - neveko v0.4.8-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • fix wallet race condition that occurs when retrying a payment proof. Wallet was getting locked open if no other requests occured.
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.7-alpha...v0.4.8-alpha

neveko - neveko v0.4.7-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • ensure app i2p tunnel is ready before pgp key generation since key lookup is managed by i2p address
  • force wallet refresh before balance reloads on gui
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.6-alpha...v0.4.7-alpha

neveko - neveko v0.4.6-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • pass manual tunnels.json file directory from the gui when using remote i2p proxy server.
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.5-alpha...v0.4.6-alpha

neveko - neveko v0.4.5-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • finish force remote monero nodes over i2p
    • use ffe (find first fee) for faster jwp creation
    • update tx propagation wait time for remote nodes
    • fix socks proxy usage and update cli args / documentation
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.4-alpha...v0.4.5-alpha

neveko - neveko v0.4.4-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • force remote monero nodes over i2p
  • fix wallet password not working on neveko core
    • when starting neveko core from cli password wasn't get set for subsequent requests
    • gui sets password from user input
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.3-alpha...v0.4.4-alpha

neveko - neveko v0.4.3-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • fix exit button on order form
  • decrease estimated tx propagation time to 5 seconds for faster JSON Web Proof (JWP) creation
  • if the environment variable MONERO_WALLET_PASSWORD is not set on neveko-core startup wait for user input. NOTE if neveko-core is started up and then a gui in the future, then the gui password must match the initial core startup password. Basically your monero wallet password is your neveko password as well. If the gui is started first (normal users) then the wallet password will get set on initial gui login. It is never stored in the neveko lmdb in cleartext. Wallet update password functionality will be added in a future release
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.2-alpha...v0.4.3-alpha

neveko - neveko v0.4.2-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • fix approve contact pop up for already approved contacts
  • fix missing image bytes from vendor
  • add remote node flag to gui
  • facilitate advanced i2p configuration with remote proxy server
  • patch an openssl vulnerability and update Cargo.lock
  • minor code cleanup and bug fixes

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.1-alpha...v0.4.2-alpha

neveko - neveko v0.4.1-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/pgp.txt
  • change project name to neveko (invisble economy) it is currently the combination of the prototype projects
    • mpi2p (market place i2p)
    • i2m/nevmes (invisible instant message/invisible message)
  • jwp validations are now zero confirmation under the assumption tx propagation can be verified in less than the estimated time of approximately 30 seconds. if for some reason it fails there is an option to retry with no wait time.
  • neveko-market module for sharing products with contacts (all contacts are potential customers) [WIP]
  • monero wallet password fix sets password at screen login and lock
  • home screen automatically navigated to on login
  • add i2p address and monero address to qr popup for easier copying and sharing (see Show QR on Home and Wallet tabs)
  • and a dev environment variable NEVEKO_BACKGROUND_DEV to keep child processes running when working on gui. to use : export NEVEKO_BACKGROUND_DEV=1
  • minor bug fixes and code cleanup

Full Changelog: https://github.com/creating2morrow/neveko/compare/v0.4.0-alpha...v0.4.1-alpha

neveko - nevmes v0.4.0-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • gpg key available in docs/c2m.gpg
  • resolve i2p-zero http proxy issues, see i2p-zero-v1.21-nevmes
  • remove i2p dependencies, users no longer need to manually interact with any i2p software
  • start adding some tests

Full Changelog: https://github.com/creating2morrow/nevmes/compare/v0.3.0-alpha...v0.4.0-alpha

neveko - nevmes v0.3.0-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • added fts (failed-to-send) retry logic, see docs/man.md
  • fixed screen locking while in use
  • production binaries automatically publish to cargo-build-release workflow for testers
  • primary server returns json instead of default rocket html on 402, 404, and 500 status
  • added fee estimation, and disabled creating jwp on insufficient funds
  • see README.md and docs/

Full Changelog: https://github.com/creating2morrow/nevmes/compare/v0.2.0-alpha...v0.3.0-alpha

neveko - nevmes v0.2.0-alpha

Published by creating2morrow over 1 year ago

Release notes

  • Linux x86-64 only
  • hopefully working gui binary this time (last time crashed on panic! of i2p-zero not in /home/$USER)
  • message retry (still testing)
  • installation manager (clearnet monero download to same location as binary, no hash verification yet)
  • mostly for linux power users / devs to test out
  • see README.md and docs/

Full Changelog: https://github.com/creating2morrow/nevmes/compare/v0.1.0-alpha...v0.2.0-alpha

neveko - v0.1.0-alpha

Published by creating2morrow over 1 year ago

nevmes-v0.1.0-alpha

Release notes

  • Linux x86-64 only
  • mostly for linux power users / devs to test out
  • see README.md docs/
  • barely tested on linux mint

Full Changelog: https://github.com/creating2morrow/nevmes/commits/v0.1.0-alpha