Commit Graph

  • 0ebce77429
    updated makefile v0.52.4-nightly anonpenguin23 2025-10-26 07:02:54 +02:00
  • c315cd4a86
    feat: enhance installation script for persistent Go setup anonpenguin23 2025-10-26 07:02:25 +02:00
  • 1bc6292db3
    chore: streamline GoReleaser configuration to build only network-cli binary v0.52.3-nightly anonpenguin23 2025-10-26 06:47:17 +02:00
  • d59b65e0b4
    chore: update GitHub Actions to use latest artifact actions and add release script v0.52.2-nightly anonpenguin23 2025-10-26 06:42:49 +02:00
  • 795ab01dca
    updated changelog v0.52.1-nightly anonpenguin23 2025-10-26 06:32:32 +02:00
  • 43c0caaf7f
    feat: overhaul GoReleaser configuration and CLI structure anonpenguin23 2025-10-26 06:30:44 +02:00
  • f0576846bc
    ypdate anonpenguin23 2025-10-25 16:46:08 +03:00
  • 33a13db44d
    fix: enforce interactive mode requirement in installation script anonpenguin23 2025-10-25 16:12:36 +03:00
  • 46d69baf63
    fix: enhance user switching logic in installation script for non-interactive mode anonpenguin23 2025-10-25 16:04:58 +03:00
  • 38e77c79c6
    feat: enhance debros user creation in installation script for non-interactive mode anonpenguin23 2025-10-25 16:01:44 +03:00
  • e5a71ba295
    fix: improve user prompt in installation script for debros user creation anonpenguin23 2025-10-25 15:58:08 +03:00
  • 6bce9f23d0
    chore: remove domain configuration and ACME TLS support from gateway anonpenguin23 2025-10-25 15:52:47 +03:00
  • ecc5f3241a
    feat: improve user setup and installation flow in debros network script anonpenguin23 2025-10-25 15:41:29 +03:00
  • a626982636
    feat: enhance installation script to support user switching and directory setup anonpenguin23 2025-10-25 14:49:55 +03:00
  • 6ec4f7f903
    refactor: update installation script to use user home directory anonpenguin23 2025-10-25 14:40:45 +03:00
  • 2cbc3034e8
    Merge pull request #59 from DeBrosOfficial/domain-proxy anonpenguin 2025-10-25 14:36:52 +03:00
  • 82d7dc2f2a
    feat: enhance update mode in installation script to generate missing configuration files anonpenguin23 2025-10-25 14:35:13 +03:00
  • 000f32f5e5
    Merge pull request #58 from DeBrosOfficial/domain-proxy anonpenguin 2025-10-25 14:28:33 +03:00
  • 8ba3c838e9
    Updated script branch to nightly anonpenguin23 2025-10-25 14:28:11 +03:00
  • d2b671b335
    feat: add domain configuration and ACME TLS support for gateway anonpenguin23 2025-10-25 13:45:53 +03:00
  • f8c81ff3a1
    Merge pull request #57 from DeBrosOfficial/nightly anonpenguin 2025-10-25 13:07:30 +03:00
  • 802f058345
    chore: update CHANGELOG and version for v0.51.9-beta release anonpenguin23 2025-10-25 13:07:04 +03:00
  • 5939cf413e
    Merge branch 'main' into nightly anonpenguin 2025-10-25 13:05:00 +03:00
  • 4bd91ae83e Fix: Use config file instead of data directory in systemd service JohnySigma 2025-10-25 12:19:31 +03:00
  • 6ce999650f
    Merge pull request #56 from DeBrosOfficial/super-fixes v0.51.8 anonpenguin 2025-10-25 11:33:55 +03:00
  • a9d624c0f6
    refactor: enhance DeBros network installation script anonpenguin23 2025-10-25 08:40:06 +03:00
  • 7c9851729e
    chore: update .gitignore and CHANGELOG for new development features anonpenguin23 2025-10-25 08:19:31 +03:00
  • f4a6d98a03
    Merge pull request #55 from DeBrosOfficial/nightly v0.51.6 JohnySigma 2025-10-24 14:20:34 +03:00
  • cce5326368 chore: update changelog for v0.51.6 release JohnySigma 2025-10-24 14:19:21 +03:00
  • c0eeabe496
    Merge pull request #54 from DeBrosOfficial/nightly JohnySigma 2025-10-24 14:17:17 +03:00
  • a1050a02db
    Merge pull request #53 from DeBrosOfficial/nat-feat JohnySigma 2025-10-24 14:15:51 +03:00
  • ffde028694 feat: add LibP2P NAT support and bump version to 0.51.6-beta JohnySigma 2025-10-24 13:47:25 +03:00
  • c770968507 feat: added support for NAT on LibP2P JohnySigma 2025-10-24 13:41:38 +03:00
  • ba3c1fadc9
    Merge pull request #52 from DeBrosOfficial/nightly v0.51.5 anonpenguin 2025-10-24 11:19:37 +03:00
  • b0c8c8c5f4
    Merge pull request #51 from DeBrosOfficial/config-validation anonpenguin 2025-10-24 11:14:22 +03:00
  • b8af8e0c98
    Refactor configuration handling in CLI and node package. Updated default config file naming based on node type and enhanced gateway config generation to include bootstrap peers. Improved data directory path handling by expanding environment variables and user home directory. anonpenguin23 2025-10-24 11:13:21 +03:00
  • 83c498892c
    Update CHANGELOG.md to include new entries for version 0.51.5, highlighting the addition of YAML file validation and a new authentication command in the CLI. anonpenguin23 2025-10-24 11:05:34 +03:00
  • 0717296822
    Update configuration management and documentation. Added commands for generating and validating configuration files in the CLI, ensuring strict YAML decoding and improved error handling. Updated README to reflect new configuration paths and filesystem permissions. Enhanced Makefile to streamline node and gateway startup processes. anonpenguin23 2025-10-24 11:03:50 +03:00
  • 8a9deb50ec
    Enhance README with detailed authentication commands and flow. Introduced explicit commands for managing credentials, improved descriptions of authentication features, and added environment variable support for gateway URL configuration. anonpenguin23 2025-10-24 10:02:03 +03:00
  • 60affaec5c
    Enhance configuration validation for nodes and gateways, implementing strict YAML decoding to reject unknown fields. Added comprehensive validation checks for node types, listen addresses, database settings, and discovery parameters. Updated README with configuration validation details and examples. anonpenguin23 2025-10-24 10:01:53 +03:00
  • 279c03df82
    Enhance configuration validation for nodes and gateways, implementing strict YAML decoding to reject unknown fields. Added comprehensive validation checks for node types, listen addresses, database settings, and discovery parameters. Updated README with configuration validation details and examples. anonpenguin23 2025-10-24 09:52:18 +03:00
  • b98409e268
    Merge pull request #50 from DeBrosOfficial/nightly v0.51.2 anonpenguin 2025-10-22 09:52:06 +03:00
  • 553797ab18
    Updated changelog anonpenguin23 2025-10-22 09:48:29 +03:00
  • 76ca6ec84d
    Merge pull request #49 from DeBrosOfficial/nightly anonpenguin 2025-10-22 09:47:24 +03:00
  • fc8a1545c8
    Update default bootstrap peers in configuration to include additional nodes for improved discovery. anonpenguin23 2025-10-22 08:44:06 +03:00
  • a21655b35a
    Update version in Makefile to 0.51.2-beta anonpenguin23 2025-10-22 08:43:09 +03:00
  • 64ca6c2f99
    Merge pull request #48 from DeBrosOfficial/bug-fixes anonpenguin 2025-10-22 08:42:17 +03:00
  • 83306ac5e4
    Merge branch 'nightly' into bug-fixes anonpenguin 2025-10-22 08:41:59 +03:00
  • 3694a2de93
    Update CHANGELOG.md for version 0.51.2, enhance API key extraction to support query parameters, and implement internal auth context in status and storage handlers. anonpenguin23 2025-10-22 08:41:15 +03:00
  • 229e769755
    Enhance gateway configuration by adding RQLiteDSN support and updating default connection settings. Updated config parsing to include RQLiteDSN from YAML and environment variables. Changed default RQLite connection URL from port 4001 to 5001. anonpenguin23 2025-10-22 08:34:42 +03:00
  • dd90db0215
    Merge pull request #47 from DeBrosOfficial/nightly v0.51.1 anonpenguin 2025-10-22 07:21:38 +03:00
  • 6d6c73dc33
    Changed versions and changelog anonpenguin23 2025-10-22 07:18:21 +03:00
  • a9d4c1e0d6
    Merge pull request #46 from DeBrosOfficial/discovery-bug-fix anonpenguin 2025-10-22 07:15:34 +03:00
  • f372f2f5dc
    Changed bootstrap peers anonpenguin23 2025-10-22 07:15:01 +03:00
  • 3f63194c22
    Update node configuration and enhance peer discovery protocol anonpenguin23 2025-10-22 07:13:47 +03:00
  • 889735f8d0
    Merge pull request #42 from DeBrosOfficial/nightly v0.51.0 anonpenguin 2025-09-26 09:38:59 +03:00
  • 2eb4db3ddb
    Update CHANGELOG.md anonpenguin23 2025-09-26 07:56:05 +03:00
  • 587cb3dc11
    Merge pull request #41 from DeBrosOfficial/peer-id-identity anonpenguin 2025-09-26 07:55:16 +03:00
  • b6db781ce2
    - Added identity/main.go to generate identity and peer id - Added encryption module identity.go for reusable identity create, save etc funtions - Updated make file to support identity/main.go - Updated node/node.go on loadOrCreateIdentity to use encryption.identity - Updated cli/main.go to remove fallbacks for identity - Updated install-debros-network.sh script to use new ./cmd/identity and fixed port order on print - Updated makefile and changelog anonpenguin23 2025-09-26 07:53:20 +03:00
  • 5d951daaf8
    Updated changelog anonpenguin23 2025-09-23 07:50:09 +03:00
  • b5fc5cff4b
    Merge pull request #38 from DeBrosOfficial/nightly v0.50.1 anonpenguin 2025-09-23 07:46:26 +03:00
  • ad1b389a53
    Updated make file anonpenguin23 2025-09-23 07:43:23 +03:00
  • 3b08a91de3
    Fixed wrong URL /v1/db to /v1/rqlite anonpenguin23 2025-09-23 07:42:34 +03:00
  • c1486028da
    Merge pull request #37 from DeBrosOfficial/nightly v0.50.0 anonpenguin 2025-09-23 07:25:24 +03:00
  • f676659139
    Update CHANGELOG.md anonpenguin23 2025-09-23 07:22:49 +03:00
  • 05f2e61822
    Merge pull request #36 from DeBrosOfficial/storage-refactor anonpenguin 2025-09-23 07:20:50 +03:00
  • c0d8fcb895
    - Created namespace_helpers on gateway - Removed old pkg/gatway storage and migrated to new rqlite - Updated readme - Created new rqlite implementation - Updated changelog - Fixed migration error on migrations.go applySQL anonpenguin23 2025-09-23 07:19:35 +03:00
  • 16845b758d
    - Remoevd old storage folder - Created new rqlite folder - Created rqlite adapter, client, gateway, migrations and rqlite init - Updated node.go to support new rqlite architecture - Updated readme - Updated version anonpenguin23 2025-09-23 06:00:57 +03:00
  • f46e9661eb
    Merge pull request #35 from DeBrosOfficial/nightly v.0.44.0 JohnySigma 2025-09-22 17:50:08 +03:00
  • c613dbd0ee
    Updated changelog anonpenguin23 2025-09-22 17:47:25 +03:00
  • 31920f504e
    Merge pull request #34 from DeBrosOfficial/anyone-updates anonpenguin 2025-09-22 17:43:43 +03:00
  • 42598b1123
    Removed anyone proxy from libp2p, anyone will be added Updated readme to include all options for .yaml files Added gateway.yaml file for gateway default configurations anonpenguin23 2025-09-22 17:38:18 +03:00
  • 25935fd3b1
    Removed unused command setup-production-security.sh anonpenguin23 2025-09-20 13:28:44 +03:00
  • ef0a6d5891 Update CHANGELOG.md v0.43.6 anonpenguin23 2025-09-20 13:06:48 +03:00
  • fc735c57b3 Update Makefile anonpenguin23 2025-09-20 13:05:57 +03:00
  • fd677e0290
    Merge pull request #32 from DeBrosOfficial/bootstrap-peers anonpenguin 2025-09-20 10:08:48 +03:00
  • 3236e48725 Added default bootstrap peers on config.go anonpenguin23 2025-09-20 10:07:32 +03:00
  • 5da956ab9d
    Merge pull request #30 from DeBrosOfficial/port-change anonpenguin 2025-09-20 08:18:47 +03:00
  • 66f10df2e1 - Updated Gateway port from 8080/8005 to 6001 - Added Gateway port on install-debros-network.sh anonpenguin23 2025-09-20 08:15:31 +03:00
  • fcbf043aca
    Update README.md DeBros 2025-09-20 06:38:43 +03:00
  • d866afbecf
    Update README.md DeBros 2025-09-19 06:24:32 +03:00
  • fdd6dd2db3 Initialize changelog sections for unreleased and v0.43.4 versions v0.43.4 anonpenguin23 2025-09-18 15:32:06 +03:00
  • a9093355d8 Bump version to 0.42.4-beta and update repo URL anonpenguin23 2025-09-18 15:31:03 +03:00
  • 44498ff381
    Merge pull request #19 from DeBrosOfficial/convert-gitdebros anonpenguin 2025-09-18 15:29:43 +03:00
  • ff3b15108d replaced git.debros.io with github.com anonpenguin23 2025-09-18 15:27:53 +03:00
  • 82187de96c - Remove backoff_test.go and associated backoff tests - Created node_test, write tests for CalculateNextBackoff, AddJitter, GetPeerId, LoadOrCreateIdentity, hasBootstrapConnections anonpenguin23 2025-09-18 07:44:23 +03:00
  • 26b24bd7a4 - Added extra comments on main.go - Updated changelog anonpenguin23 2025-09-18 06:34:07 +03:00
  • f54fcffe06 Added changelog v0.42.3 anonpenguin 2025-09-15 15:44:37 +03:00
  • bbab23fd7c Updated version anonpenguin 2025-09-15 15:33:28 +03:00
  • 16a2195685 Removed log from monitoring anonpenguin 2025-09-15 15:32:59 +03:00
  • 5c05b75226 removed unused anonpenguin 2025-09-15 15:08:48 +03:00
  • 2acf969e61 Add node namespace and improve monitoring anonpenguin 2025-09-13 11:29:16 +03:00
  • 9d7c094360 Add Go debug configurations and bump version to 0.42.1 anonpenguin 2025-09-13 11:00:39 +03:00
  • 6b2512a983 Bump version to 0.42.0-beta and add node monitoring anonpenguin 2025-09-13 07:35:48 +03:00
  • 44ab3eb66d Add pre-push hook to run all tests before pushing anonpenguin 2025-09-13 06:02:56 +03:00
  • feffcd2a74 updated version anonpenguin 2025-09-12 08:06:22 +03:00
  • fa7468d833 Updated readme anonpenguin 2025-09-12 08:05:49 +03:00
  • f580e3d8f4 Removed wrong kv store from network anonpenguin 2025-09-12 08:02:45 +03:00
  • b53ea93389 Bump version to 0.40.1-beta anonpenguin 2025-08-23 15:39:44 +03:00
  • df681be07f Refine authorization to distinguish API keys anonpenguin 2025-08-23 15:39:22 +03:00