Mxmilu Mxmilu666
  • Moon
  • Joined on 2025-10-08
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-08 02:49:10 +08:00
605f3bdece client/visitor: deduplicate visitor connection handshake and wrapping (#5219)
764a626b6e server/control: deduplicate close-proxy logic and UserInfo construction (#5218)
c2454e7114 refactor: fix modernize lint issues (#5215)
017d71717f server: introduce SessionContext to encapsulate NewControl parameters (#5217)
bd200b1a3b fix: typos in comments, tests, functions (#5216)
Compare 5 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-08 02:49:10 +08:00
f948c595f4 client/visitor: deduplicate visitor connection handshake and wrapping
764a626b6e server/control: deduplicate close-proxy logic and UserInfo construction (#5218)
c2454e7114 refactor: fix modernize lint issues (#5215)
017d71717f server: introduce SessionContext to encapsulate NewControl parameters (#5217)
bd200b1a3b fix: typos in comments, tests, functions (#5216)
Compare 5 commits »
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-07 18:39:10 +08:00
c70ceff370 fix: three high-severity bugs across nathole, proxy, and udp modules (#5214)
bb3d0e7140 deduplicate common logic across proxy, visitor, and metrics modules (#5213)
Compare 2 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-07 18:39:10 +08:00
443b9bca66 server: introduce SessionContext to encapsulate NewControl parameters
c70ceff370 fix: three high-severity bugs across nathole, proxy, and udp modules (#5214)
bb3d0e7140 deduplicate common logic across proxy, visitor, and metrics modules (#5213)
cf396563f8 client/proxy: unify work conn wrapping across all proxy types (#5212)
Compare 4 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-07 02:19:12 +08:00
Mxmilu666 synced new reference new to Mxmilu666/frp from mirror 2026-03-07 02:19:12 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-07 02:19:12 +08:00
cf396563f8 client/proxy: unify work conn wrapping across all proxy types (#5212)
0b4f83cd04 pkg/config: use modern Go stdlib for sorting and string operations (#5210)
e9f7a1a9f2 pkg: use modern Go stdlib functions to simplify code (#5209)
d644593342 server/proxy: simplify HTTPS and TCPMux proxy domain registration (#5208)
427c4ca3ae server/proxy: simplify HTTP proxy domain registration by removing duplicate loop (#5207)
Compare 6 commits »
Mxmilu666 synced and deleted reference refs/tags/new at Mxmilu666/frp from mirror 2026-03-06 18:09:10 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-06 18:09:10 +08:00
c23894f156 fix: validate CA cert parsing and add missing ReadHeaderTimeout (#5205)
cb459b02b6 fix: WebsocketListener nil panic and OIDC auth data race (#5204)
8f633fe363 fix: return buffers to pool on error paths to reduce GC pressure (#5203)
c62a1da161 fix: close connections on error paths to prevent resource leaks (#5202)
Compare 4 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-06 09:59:11 +08:00
Mxmilu666 synced new reference new to Mxmilu666/frp from mirror 2026-03-06 09:59:11 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-06 09:59:11 +08:00
f22f7d539c server/group: fix port leak and incorrect Listen port in TCPGroup (#5200)
Mxmilu666 synced commits to copilot/review-pull-request-5198 at Mxmilu666/frp from mirror 2026-03-06 01:49:11 +08:00
Mxmilu666 synced new reference copilot/review-pull-request-5198 to Mxmilu666/frp from mirror 2026-03-06 01:49:11 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-06 01:49:11 +08:00
462c987f6d pkg/msg: change UDPPacket.Content from string to []byte to avoid redundant base64 encode/decode (#5198)
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-05 01:19:10 +08:00
541878af4d docs: update release notes for config parsing error improvements (#5196)
b7435967b0 pkg/config: fix line numbers shown incorrectly for TOML type mismatch errors (#5195)
774478d071 pkg/config: improve error messages with line number details for config parsing (#5194)
fbeb6ca43a refactor: restructure API packages into client/http and server/http with typed proxy/visitor models (#5193)
Compare 4 commits »
Mxmilu666 synced and deleted reference refs/tags/new at Mxmilu666/frp from mirror 2026-03-02 07:59:15 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-02 07:59:15 +08:00
381245a439 build: add noweb tag to allow building without frontend assets (#5189)
01997deb98 add persistent proxy/visitor store with CRUD API and web UI (#5188)
Compare 2 commits »
Mxmilu666 pushed tag v0.67.2 to Lolia-FRP/lolia-frp 2026-02-21 07:42:35 +08:00
Mxmilu666 pushed to dev at Lolia-FRP/lolia-frp 2026-02-21 07:42:28 +08:00
83847f32ed feat(controller): add API to close proxy by name