Commit Graph

  • f4af46ce02 chore: change the default service logs and prompts dev lxien 2026-09-21 23:27:17 +08:00
  • 518e8037b0 refactor: upgrade package dependency versions to avoid security warnings lxien 2026-09-19 23:31:24 +08:00
  • 5915f4e160 feat: enable kernel keepalive (KEEPIDLE / KEEPINTVL) for TCP connections to detect dead links faster in NAT/half-open connection scenarios, complementing application-layer mux keepalive lxien 2026-09-18 23:44:22 +08:00
  • a53ffd279a Merge branch 'release/v3.6.1' into dev lxien 2026-09-18 03:44:11 +08:00
  • c7fe8de437 perf: disable the TCP Nagle algorithm to reduce packet transmission latency lxien 2026-09-18 03:43:43 +08:00
  • 77f0fe4527 Deploy website - based on cb036fdda2 gh-pages lxien 2026-09-17 03:25:31 +08:00
  • b0f4f375e3 Deploy website - based on f1af87dbe8 lxien 2026-09-17 03:19:54 +08:00
  • f1af87dbe8 ci: add the libfontconfig1-dev library to avoid orbien-desktop build failures lxien 2026-09-17 02:56:22 +08:00
  • cb036fdda2 chore: bump version to 3.6.1 main v3.6.1 lxien 2026-09-17 02:50:24 +08:00
  • e95447fd7c Merge branch 'release/v3.6.1' lxien 2026-09-17 02:46:44 +08:00
  • d604baf131 Deploy website - based on d98cbcb162 lxien 2026-09-17 02:26:18 +08:00
  • d98cbcb162 chore: bump version to 3.6.1-beta.1 release/v3.6.1 lxien 2026-09-17 02:20:04 +08:00
  • 01284e0cd5 fix: improve login authentication against digest replay and stale timestamps (#24) lxien 2026-09-17 01:46:48 +08:00
  • 983c6a9b1e fix: bound control teardown and fix transport close to clear stale presence Avoid hanging kick/shutdown on wedged KickOut writes or writer.shutdown, fix the control Notify race, and make WebSocket/yamux close reliable so desktop clients no longer remain online after disconnect (#25) lxien 2026-09-16 23:38:34 +08:00
  • 1d8d3b6418 fix: remove the sessionId configuration and persistence from the Java client to align with the Rust client lxien 2026-09-15 23:50:14 +08:00
  • 5be597a82f docs: Improve the document content lxien 2026-09-15 23:41:16 +08:00
  • 31a0f95ecc Deploy website - based on 71655967ee lxien 2026-09-10 20:58:36 +08:00
  • 846b84feb0 Deploy website - based on 71655967ee lxien 2026-09-10 19:18:15 +08:00
  • 71655967ee chore: bump version to 3.6.0 v3.6.0 lxien 2026-09-10 19:17:02 +08:00
  • 2274a48cc8 Merge branch 'release/v3.6.0' lxien 2026-09-10 19:15:22 +08:00
  • 9b39266156 ci: upgrade the actions/checkout version to avoid warnings release/v3.6.0 lxien 2026-09-10 18:52:37 +08:00
  • ef0508d309 chore: bump version to 3.6.0-beta.1 lxien 2026-09-10 18:47:28 +08:00
  • 1e38932334 feat(desktop): add the wsPath parameter configuration to the desktop lxien 2026-09-10 18:33:32 +08:00
  • 7bc8e1901b fix: truncate HTTP header rewrites at httparse Complete(n) lxien 2026-09-07 23:04:33 +08:00
  • 4e24b07096 refactor(server): trim dead abstractions, shorten locks, fix http(s) abandon cleanup lxien 2026-09-06 23:24:38 +08:00
  • 79220862db refactor: reuse register_tunnel in register_all for consistent tunnel setup lxien 2026-09-06 22:37:22 +08:00
  • b9a1afc5ba refactor: resolve KCP/QUIC server addresses via async lookup_host lxien 2026-09-06 22:17:12 +08:00
  • d049afa6d0 refactor: reap JoinSet tasks on client/server to avoid growth and shutdown self-join lxien 2026-09-05 21:54:04 +08:00
  • f87d18b086 feat: add configurable WebSocket path via transport.wsPath lxien 2026-09-05 00:30:17 +08:00
  • 86227ac4ae docs: fetch release asset sizes at build time and show them statically on the download page lxien 2026-09-04 12:22:48 +08:00
  • cb02506873 refactor: trim tokio/clap features and drop unused deps to shrink binaries lxien 2026-09-04 12:19:10 +08:00
  • 1cfd964ee7 chore: bump version to 3.6.0-dev lxien 2026-09-04 11:29:32 +08:00
  • d440de4cdf Deploy website - based on 366b87bcdb lxien 2026-09-03 22:13:48 +08:00
  • 366b87bcdb chore: bump version to 3.5.0 v3.5.0 lxien 2026-09-03 21:28:03 +08:00
  • debf256789 chore: bump version to 3.5.0 lxien 2026-09-03 21:23:59 +08:00
  • 067fb1b4a4 Merge branch 'release/v3.5.0' lxien 2026-09-03 21:20:53 +08:00
  • 6717f107c6 chore: bump version to 3.5.0-beta.1 release/v3.5.0 lxien 2026-09-03 20:52:40 +08:00
  • e9939f282c feat: add agent_id for client identity and improve error reporting lxien 2026-09-03 20:29:27 +08:00
  • af60f723ba feat: Harden session and tunnel registration, add agent_id identity management, drop session persistence, and support multi-client login (#21) lxien 2026-09-03 18:21:31 +08:00
  • 78b51168ba feat(desktop): restore main window from tray and macOS Dock lxien 2026-09-03 12:44:07 +08:00
  • 5849825144 refactor(ci): split release workflows and optimize docker packaging (#20) lxien 2026-09-02 11:35:57 +08:00
  • 5b79e89fde feat(desktop): add system tray lxien 2026-08-31 18:09:47 +08:00
  • 4f1be7fc29 refactor: Delete management panel staticDir lxien 2026-08-31 18:00:20 +08:00
  • 870dfba88b refactor(server-ui): Improve the monitor panel lxien 2026-08-30 21:47:02 +08:00
  • 1313077e09 chore: bump version to 3.5.0-dev lxien 2026-08-30 21:21:25 +08:00
  • a755bf2122 Deploy website - based on 2e922f59e8 lxien 2026-08-30 20:03:11 +08:00
  • bf0b1547f9 Deploy website - based on 2e922f59e8 lxien 2026-08-30 19:50:32 +08:00
  • 2e922f59e8 chore: bump version to 3.4.0 v3.4.0 lxien 2026-08-30 19:48:29 +08:00
  • c75217a7a1 Merge branch 'release/v3.4.0' lxien 2026-08-30 19:45:38 +08:00
  • e854a9c191 chore: bump version to 3.4.0-beta.1 release/v3.4.0 lxien 2026-08-30 19:14:26 +08:00
  • 80dd721d0c Deploy website - based on 223039ffc1 lxien 2026-08-30 19:14:15 +08:00
  • 223039ffc1 refactor(client-java): use host:port format for server config lxien 2026-08-30 18:20:25 +08:00
  • f90921f6d5 Deploy website - based on b5f88fd340 lxien 2026-08-30 00:55:12 +08:00
  • b5f88fd340 chore: make fmt lxien 2026-08-30 00:53:23 +08:00
  • 741649791d refactor: remove custom requestHeaders lxien 2026-08-30 00:50:18 +08:00
  • 5a604d0476 refactor: remove compress and routeByHTTPUser lxien 2026-08-30 00:40:21 +08:00
  • 123ada38f9 Deploy website - based on 63f0d14d2f lxien 2026-08-29 23:45:00 +08:00
  • 63f0d14d2f docs: update docs lxien 2026-08-29 23:30:11 +08:00
  • 1326a478c9 refactor: Improve tunnel configuration lxien 2026-08-29 23:28:23 +08:00
  • d8520ac1c8 feat(desktop): add tunnel compression UI and restore HTTP transport fields lxien 2026-08-29 22:33:23 +08:00
  • 6245a62c09 feat: implement LZ4 framed stream compression for data connections lxien 2026-08-29 21:42:12 +08:00
  • 8dc9aadd72 docs: update docs lxien 2026-08-29 20:01:32 +08:00
  • b424b46850 chore: bump version to 3.4.0-dev lxien 2026-08-29 20:00:21 +08:00
  • b7436d7484 Deploy website - based on 2b28340b19 lxien 2026-08-29 00:07:21 +08:00
  • 26eea3421d Deploy website - based on 2b28340b19 lxien 2026-08-28 22:44:19 +08:00
  • 2b28340b19 chore: bump version to 3.3.0 v3.3.0 lxien 2026-08-28 21:57:10 +08:00
  • 53232476f1 Merge branch 'release/v3.3.0' lxien 2026-08-28 21:51:54 +08:00
  • dd42df9152 Deploy website - based on 4f5d6ceaf8 lxien 2026-08-28 20:26:21 +08:00
  • 4f5d6ceaf8 chore: silence unused bail import on Windows release/v3.3.0 lxien 2026-08-28 20:17:06 +08:00
  • 7721d3a67f fix: Use named pipe for local control on Windows lxien 2026-08-28 20:04:39 +08:00
  • 25c7956d3e Deploy website - based on b092e31866 lxien 2026-08-28 19:33:22 +08:00
  • b092e31866 chore: bump version to 3.3.0-beta.1 lxien 2026-08-28 19:31:42 +08:00
  • 99518fd5e6 refactor: update font lxien 2026-08-28 19:19:54 +08:00
  • 63ed76fef1 feat: Embed Noto Sans SC subset for reliable CJK rendering lxien 2026-08-28 18:41:53 +08:00
  • 97862a1e27 refactor: Improve config hot reload lxien 2026-08-28 12:01:23 +08:00
  • 550273e9b1 docs: add hot reload documentation lxien 2026-08-28 09:58:37 +08:00
  • a30231153b feat: Add config hot reload lxien 2026-08-28 00:35:50 +08:00
  • c220f5f014 refactor: Update desktop i18n lxien 2026-08-27 23:46:45 +08:00
  • f7bdd42157 feat(desktop): Add dark theme with theme switching and persistence lxien 2026-08-26 11:50:38 +08:00
  • b7182ee45a chore: bump version to 3.3.0 lxien 2026-08-26 09:53:42 +08:00
  • 1233e8bb91 Deploy website - based on 61ddb599b5 lxien 2026-08-25 19:05:56 +08:00
  • 61ddb599b5 chore: bump version to 3.2.0 v3.2.0 lxien 2026-08-25 18:55:20 +08:00
  • 3077233ed0 Merge branch 'release/v3.2.0' lxien 2026-08-25 18:53:08 +08:00
  • 5c49a86c60 Deploy website - based on f42ea8297b lxien 2026-08-25 18:08:11 +08:00
  • f42ea8297b chore: bump version to 3.2.0-beta.1 release/v3.2.0 lxien 2026-08-25 18:03:21 +08:00
  • 2694f4a007 docs: Enhance the docs lxien 2026-08-25 17:26:52 +08:00
  • b36b242d43 feat: Add issue template lxien 2026-08-25 12:17:08 +08:00
  • b1367970dc feat: Desktop adds SOCKS5 support lxien 2026-08-24 22:42:10 +08:00
  • 190c4604b4 feat: Add SOCKS5 proxy tunnel support lxien 2026-08-24 15:36:51 +08:00
  • 185c29ed7c refactor: Require dashboard username and password when enabled lxien 2026-08-24 14:22:35 +08:00
  • 0514ea3230 refactor: Add IP address for local services in the desktop client’s tunnel list cards lxien 2026-08-23 22:11:26 +08:00
  • 1e8c77dc24 refactor: Optimize the server-side UI and rename activeConns to activeConnections lxien 2026-08-22 12:40:38 +08:00
  • 5ed1848ce4 chore: bump version to 3.2.0-dev lxien 2026-08-22 10:58:58 +08:00
  • f73a028161 Deploy website - based on b79fa5121b lxien 2026-08-20 20:18:16 +08:00
  • b79fa5121b Merge branch 'release/v3.1.1' v3.1.1 lxien 2026-08-20 17:53:23 +08:00
  • a0f9115212 chore: bump version to 3.1.1 release/v3.1.1 lxien 2026-08-20 17:36:55 +08:00
  • 296d50b9ff chore: cargo fmt lxien 2026-08-20 17:04:21 +08:00
  • c6bcdaba86 fix: hide console window when launching Windows desktop GUI. lxien 2026-08-20 17:02:24 +08:00
  • 16accf5aa6 Deploy website - based on 6044028703 lxien 2026-08-19 11:43:42 +08:00
  • 6044028703 chore: bump version to 3.1.0 v3.1.0 lxien 2026-08-19 11:41:30 +08:00