44 Commits

Author SHA1 Message Date
Austin Zhai
92dc12b7c6 Feat/update geminio (#88)
* feat: bump up buffer size

* feat: update geminio
2025-09-25 08:49:30 +08:00
dependabot[bot]
d0cfaf9537 build(deps): bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.5 (#85)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.1 to 9.5.5.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.5.1...v9.5.5)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.5.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 09:44:45 +08:00
dependabot[bot]
8ea14a7171 build(deps): bump golang.org/x/net from 0.25.0 to 0.38.0 (#84)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 10:15:30 +08:00
dependabot[bot]
c896c56f17 build(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 (#82)
* build(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix go deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: singchia <singchia@163.com>
2025-04-16 08:34:22 +08:00
dependabot[bot]
da8439dec0 build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-26 02:21:46 +00:00
singchia
aeb0cd3bd3 examples: add rtmp for realtime message proxy 2024-06-21 16:28:59 +08:00
singchia
21d56e79c6 diagram: add arch diagrams and update readme 2024-05-28 21:09:28 +08:00
Auztin Zhai
a7030554e5 optimize: service default buffer size and update online addr notification 2024-05-27 23:59:12 -04:00
Auztin Zhai
a09947d46e buntdb: remove edgeID in list query fields 2024-05-20 11:05:49 -04:00
Auztin Zhai
09a37dd6d1 bug: fix bug when same edgeID online same time 2024-05-19 10:44:45 -04:00
Auztin Zhai
a9b1be5248 refactor db cache, add buntdb option 2024-05-18 01:32:22 -04:00
singchia
971822b578 Merge pull request #56 from singchia/feat/controller
lua: replace old kv model in redis
2024-05-17 10:22:29 +08:00
singchia
6153cfd421 update default listen port 2024-05-17 09:26:56 +08:00
singchia
191d96b5e7 Merge pull request #50 from singchia/feat/controller
fix: remove old logic in custom data
2024-05-07 23:31:03 +08:00
singchia
58c4b3834d fix: advertised address while empty 2024-05-07 18:35:39 +08:00
singchia
3529d88a78 fix: bugs bewteen frontlas and frontier on offline 2024-05-06 23:13:35 +08:00
dependabot[bot]
7ed2501298 build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 15:35:10 +00:00
singchia
d5f4a6701c api: add update and clear logic 2024-04-24 21:01:47 +08:00
singchia
66e64c3a3c api: add more frontlas apis 2024-03-25 23:03:39 +08:00
singchia
7e471fe32e frontlas: basic dao functions 2024-03-20 22:16:45 +08:00
singchia
5c5cabd6c5 frontlas: add basic directory of frontier atlas 2024-03-18 22:45:34 +08:00
singchia
2eb466df03 mq: support nsq and redis 2024-03-14 18:04:16 +08:00
singchia
f5e9edd892 mq: add basic nats 2024-03-13 09:30:05 +08:00
singchia
a5eb4b27b4 mq: add amqp 2024-03-12 21:03:47 +08:00
singchia
f6daa34f64 mq: add kafka to mqm 2024-03-11 23:45:29 +08:00
singchia
e6c9c765fe doc: add roadmap file 2024-03-11 20:25:37 +08:00
singchia
ab59ece219 controlplane: refactor directories for servers 2024-03-08 19:48:04 +08:00
singchia
3241672e0a dump up geminio version 2024-03-07 23:21:45 +08:00
singchia
9aadd2c9e4 update protobuf api for http and grpc 2024-03-07 23:12:44 +08:00
singchia
20b1c9faf6 refactor: rename api directory 2024-03-06 21:03:22 +08:00
singchia
0bb54b7e32 rest: add basic rest server 2024-03-05 22:21:00 +08:00
singchia
fd5a4235d3 stream: add bench for stream forward 2024-03-02 15:32:36 +08:00
singchia
a62106cc8c rpc: add basic avaiable rpc 2024-02-27 09:08:21 +08:00
singchia
cd27cb0b2f fix bugs in Register 2024-02-26 09:19:53 +08:00
singchia
f864c2c865 Dockerfile: add proto dockerfile 2024-02-23 20:11:59 +08:00
singchia
f027597960 add example of interactive command-line messaging 2024-02-20 20:17:24 +08:00
singchia
051342a0c4 servicebound: finish basic forward logic 2024-02-10 23:06:20 +08:00
singchia
04dda8fdc5 fix bugs for edge and service manager 2024-01-31 21:13:11 +08:00
singchia
13d488de04 security: tls CiperSuites for safety 2024-01-23 20:02:24 +08:00
singchia
06c2aa04f3 edge: add bypass l4 connections 2024-01-18 17:24:10 +08:00
singchia
7aad9f99f5 add edge config and template 2024-01-17 11:52:52 +08:00
singchia
9f103bdf98 dao: add client model and repo 2024-01-05 11:49:39 +08:00
singchia
d5e1d7a4be add client bound 2023-12-30 16:14:23 +08:00
singchia
e78b57bf17 parse config from file and command line 2023-12-26 20:31:13 +08:00