anonpenguin23
7690b22c0a
Improved performance on request journey with cache and some tricks
2026-02-06 08:30:11 +02:00
anonpenguin23
854523c3a9
Fixed bugs on pubsub and ipfs
2026-02-06 07:21:26 +02:00
anonpenguin23
02b5c095d0
More bug fixing
2026-02-05 16:12:52 +02:00
anonpenguin23
c855b790f8
Updated the way we spawn services on namespace added systemd
2026-02-04 17:17:01 +02:00
anonpenguin23
f972358e78
Bored of fixing bugs
2026-02-04 16:14:49 +02:00
anonpenguin23
d85ed032f8
Bug fixing
2026-02-03 17:27:36 +02:00
anonpenguin23
156de7eb19
Bug fixing
2026-02-03 13:59:03 +02:00
anonpenguin23
65ffd28151
DNS Bug Fixing Filtering out private WG ip's
2026-02-03 07:01:54 +02:00
anonpenguin23
11d5c1b19a
Bug fixing
2026-02-02 16:18:13 +02:00
anonpenguin23
859c30fcd9
Bug fixing
2026-02-02 14:55:29 +02:00
anonpenguin23
e3dd359e55
Bug fixing
2026-02-02 08:39:42 +02:00
anonpenguin23
c401fdcd74
fixed more bugs and updated docs
2026-02-01 15:58:28 +02:00
anonpenguin23
73dfe22438
fixes
2026-02-01 14:26:36 +02:00
anonpenguin23
b5109f1ee8
Added delete namespace handler
2026-01-31 13:13:09 +02:00
anonpenguin23
8c392194bb
Fixed olric cluster problem
2026-01-31 12:14:49 +02:00
anonpenguin23
51371e199d
Added self signed cert fallback, fixed dns bugs
2026-01-31 10:07:15 +02:00
anonpenguin23
4acea72467
Added wireguard and updated installation process and added more tests
2026-01-30 15:30:18 +02:00
anonpenguin23
7b12dde469
Fixed dns failover middleware
2026-01-29 13:07:05 +02:00
anonpenguin23
82963c960e
Updated docs and added replication and load balancing for deployments
2026-01-29 11:44:50 +02:00
anonpenguin23
15ecf366d5
Added Stats for deployments on CLI
2026-01-29 10:13:29 +02:00
anonpenguin23
e706ed3397
Fixed failing unit test on handlers
2026-01-29 09:54:26 +02:00
anonpenguin23
42c0c61d19
Round Robin DNS fix for deployments (update, rollback etc)
2026-01-29 09:53:11 +02:00
anonpenguin23
d8c93f6ee9
Fixed services on caddy
2026-01-29 08:56:28 +02:00
anonpenguin23
c3d6500785
fixed cert issue
2026-01-29 07:45:15 +02:00
anonpenguin23
c3f87aede7
bug fixing on namespaces
2026-01-28 13:33:15 +02:00
anonpenguin23
7ded21939b
fixed test issues
2026-01-28 11:52:58 +02:00
anonpenguin23
edd9c1f3dc
namespaces on gateway, load balancer and rqlite and olric namespaces
2026-01-28 11:24:21 +02:00
anonpenguin23
2c374b2156
fixed some bugs on tests and nextjs and nodejs
2026-01-26 15:19:00 +02:00
anonpenguin23
039c246d47
fixed nextjs problem
2026-01-26 15:12:51 +02:00
anonpenguin23
380b10add3
fixing bugs on tests and on codebase
2026-01-26 14:41:26 +02:00
anonpenguin23
6c3d16c332
fixed bug on nextjs deployment
2026-01-26 08:10:19 +02:00
anonpenguin23
ec664466c0
Extra tests and a lot of bug fixing
2026-01-26 07:53:35 +02:00
anonpenguin23
6101455f4a
bug fixing
2026-01-24 17:37:52 +02:00
anonpenguin23
fb229af2a0
pushed more changes
2026-01-24 16:00:28 +02:00
anonpenguin23
fc0b958b1e
fixed deployments
2026-01-24 12:55:17 +02:00
anonpenguin23
84c9b9ab9b
fixes
2026-01-24 11:12:00 +02:00
anonpenguin23
b1011c29b5
added support for different domain except orama.network
2026-01-24 09:26:31 +02:00
anonpenguin23
1c2bde2d81
fixed ore tests
2026-01-22 18:00:24 +02:00
anonpenguin23
b33da4282b
more test fixes
2026-01-22 17:49:10 +02:00
anonpenguin23
903bef14a3
fixed some more tests
2026-01-22 17:13:08 +02:00
anonpenguin23
0a7e3ba3c7
did some fixes
2026-01-22 16:05:03 +02:00
anonpenguin23
c2071586f8
fixed more tests
2026-01-22 15:42:54 +02:00
anonpenguin23
1338b32a0e
fixing tests
2026-01-22 15:21:46 +02:00
anonpenguin23
0dcde29f7c
added some tests
2026-01-22 14:39:50 +02:00
anonpenguin23
9fc9bbb8e5
a lot of changes
2026-01-22 13:04:52 +02:00
anonpenguin23
acc38d584a
Fixed issue on wallet handler
2026-01-20 10:12:33 +02:00
anonpenguin23
b0bc0a232e
Refactored the whole codebase to be much cleaner
2026-01-20 10:03:55 +02:00
anonpenguin23
2b3e6874c8
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
cbbf72092d
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
anonpenguin23
9ddbe945fd
feat: update mockFunctionRegistry methods for serverless function handling
...
- Modified the Register method to return a function instance and an error, enhancing its functionality.
- Added a new GetLogs method to the mockFunctionRegistry for retrieving log entries, improving test coverage for serverless function logging.
2026-01-02 08:41:54 +02:00