259 Commits

Author SHA1 Message Date
anonpenguin23
7845d36b32 Added wireguard and updated installation process and added more tests 2026-01-30 15:30:18 +02:00
anonpenguin23
bf0dda4b76 Fixed dns failover middleware 2026-01-29 13:07:05 +02:00
anonpenguin23
6d4d072cdc Updated docs and added replication and load balancing for deployments 2026-01-29 11:44:50 +02:00
anonpenguin23
e5e8d23247 Added nyx auto install with anyone relay 2026-01-29 10:23:40 +02:00
anonpenguin23
f8ba2451ae Added Stats for deployments on CLI 2026-01-29 10:13:29 +02:00
anonpenguin23
d943dbeda6 Fixed failing unit test on handlers 2026-01-29 09:54:26 +02:00
anonpenguin23
5a8c37b00c Round Robin DNS fix for deployments (update, rollback etc) 2026-01-29 09:53:11 +02:00
anonpenguin23
6a4e0a4bef Fixed services on caddy 2026-01-29 08:56:28 +02:00
anonpenguin23
791c4a0b34 Fixed IPFS systemd service and deploy issue on nextjs 2026-01-29 08:38:33 +02:00
anonpenguin23
2ddf12b659 Fixed swarm problem flag and install TUI problem 2026-01-29 08:03:06 +02:00
anonpenguin23
d6b97f2f97 updated cli env to use https 2026-01-29 07:52:59 +02:00
anonpenguin23
c6c9dbeb1a core dns https issue 2026-01-29 07:45:40 +02:00
anonpenguin23
74902c81cd fixed cert issue 2026-01-29 07:45:15 +02:00
anonpenguin23
965eeebee6 fixed bugs on dns for deployment 2026-01-29 07:22:32 +02:00
anonpenguin23
3339549549 bug fixing on namespaces 2026-01-28 13:33:15 +02:00
anonpenguin23
593411f8de fixed test issues 2026-01-28 11:52:58 +02:00
anonpenguin23
5cbf1ac166 namespaces on gateway, load balancer and rqlite and olric namespaces 2026-01-28 11:24:21 +02:00
anonpenguin23
a466768e1c added support for anyone relay with rewards 2026-01-28 08:36:57 +02:00
anonpenguin23
b5d59b4220 fixed mobile not running e2e tests and process update 2026-01-26 15:55:40 +02:00
anonpenguin23
442ff160a9 fixed some bugs on tests and nextjs and nodejs 2026-01-26 15:19:00 +02:00
anonpenguin23
4b42459fd8 fixed nextjs problem 2026-01-26 15:12:51 +02:00
anonpenguin23
71ff95ae5f fixing bugs on tests and on codebase 2026-01-26 14:41:26 +02:00
anonpenguin23
a774037ae5 enchanced e2e tests, fixed rqlite issue 2026-01-26 10:04:30 +02:00
anonpenguin23
a85e6056d8 Fixed problem on ipfs 2026-01-26 08:52:52 +02:00
anonpenguin23
9cf23c15ab fixed bug on nextjs deployment 2026-01-26 08:10:19 +02:00
anonpenguin23
6efece9e95 Extra tests and a lot of bug fixing 2026-01-26 07:53:35 +02:00
anonpenguin23
dd352c7aa4 bug fixing 2026-01-24 17:37:52 +02:00
anonpenguin23
3bee42e856 update install and upgrade 2026-01-24 16:42:58 +02:00
anonpenguin23
9c766a4c3b pushed more changes 2026-01-24 16:00:28 +02:00
anonpenguin23
ea21a10d98 fixed deployments 2026-01-24 12:55:17 +02:00
anonpenguin23
0cac6b0ab6 fixes 2026-01-24 11:12:00 +02:00
anonpenguin23
8788a28fed Changed from dbn to orama 2026-01-24 09:40:42 +02:00
anonpenguin23
a382c25eeb added support for different domain except orama.network 2026-01-24 09:26:31 +02:00
anonpenguin23
bc137a6a44 updated docs 2026-01-22 18:55:00 +02:00
anonpenguin23
299bbb1072 some more fixes 2026-01-22 18:23:37 +02:00
anonpenguin23
dd3961c5a1 fixed ore tests 2026-01-22 18:00:24 +02:00
anonpenguin23
24a1a73b26 more test fixes 2026-01-22 17:49:10 +02:00
anonpenguin23
3428ee6c0e fixed some more tests 2026-01-22 17:13:08 +02:00
anonpenguin23
0662090a29 did some fixes 2026-01-22 16:05:03 +02:00
anonpenguin23
3e4a3711f9 fixed more tests 2026-01-22 15:42:54 +02:00
anonpenguin23
335dc269de fixing tests 2026-01-22 15:21:46 +02:00
anonpenguin23
11cb713ceb fixed test problems 2026-01-22 14:52:50 +02:00
anonpenguin23
203d4ab0ff added some tests 2026-01-22 14:39:50 +02:00
anonpenguin23
43f3fb52cf a lot of changes 2026-01-22 13:04:52 +02:00
anonpenguin23
269533c8b2 Fixed issue on wallet handler 2026-01-20 10:12:33 +02:00
anonpenguin23
f1dd9e1048 Refactored the whole codebase to be much cleaner 2026-01-20 10:03:55 +02:00
anonpenguin23
58e452bfdf feat: disable debug logging in Rqlite MCP server to reduce disk writes
- Commented out debug logging statements in the Rqlite MCP server to prevent excessive disk writes during operation.
- Added a new PubSubAdapter method in the client for direct access to the pubsub.ClientAdapter, bypassing authentication checks for serverless functions.
- Integrated the pubsub adapter into the gateway for serverless function support.
- Implemented a new pubsub_publish host function in the serverless engine for publishing messages to topics.
2026-01-05 10:25:03 +02:00
anonpenguin23
28f462cccf feat: disable debug logging in Rqlite MCP server to reduce disk writes
- Commented out debug logging statements in the Rqlite MCP server to prevent excessive disk writes during operation.
- Added a new PubSubAdapter method in the client for direct access to the pubsub.ClientAdapter, bypassing authentication checks for serverless functions.
- Integrated the pubsub adapter into the gateway for serverless function support.
- Implemented a new pubsub_publish host function in the serverless engine for publishing messages to topics.
2026-01-05 10:22:55 +02:00
anonpenguin23
c77275e582 feat: disable debug logging in Rqlite MCP server to reduce disk writes
- Commented out debug logging statements in the Rqlite MCP server to prevent excessive disk writes during operation.
- Added a new PubSubAdapter method in the client for direct access to the pubsub.ClientAdapter, bypassing authentication checks for serverless functions.
- Integrated the pubsub adapter into the gateway for serverless function support.
- Implemented a new pubsub_publish host function in the serverless engine for publishing messages to topics.
2026-01-03 21:02:35 +02:00
anonpenguin23
58bf941b16 feat: add Rqlite MCP server and presence functionality
- Introduced a new Rqlite MCP server implementation in `cmd/rqlite-mcp`, enabling JSON-RPC communication for database operations.
- Updated the Makefile to include the build command for the Rqlite MCP server.
- Enhanced the WebSocket PubSub client with presence capabilities, allowing members to join and leave topics with notifications.
- Implemented presence management in the gateway, including endpoints for querying current members in a topic.
- Added end-to-end tests for presence functionality, ensuring correct behavior during member join and leave events.
2026-01-03 14:25:13 +02:00