Commit Graph

  • ddfe592482 feat(poc): add comprehensive datachannel state tracking and diagnostics zarazaex69 2026-04-14 00:47:49 +03:00
  • 17b3b9076b docs(readme): add notice about project migration to VC and SaluteJazz zarazaex69 2026-04-14 00:47:10 +03:00
  • 2ad8b75a59 fix(peer): remove reconnect trigger from remote data channel close handler zarazaex69 2026-04-14 00:27:41 +03:00
  • 87fb6ac2d3 fix(peer): move onReconnect callback to after session restart zarazaex69 2026-04-14 00:25:39 +03:00
  • 1509f28e23 fix(reconnect): guard mux operations behind data channel validity check zarazaex69 2026-04-14 00:24:22 +03:00
  • 0aa73f72ef fix(peer): remove unused reconnect callback from data channel close handler zarazaex69 2026-04-14 00:19:02 +03:00
  • 1e7dca5823 Быстрый запуск клиента через docker HLNikNiky 2026-04-14 01:23:47 +07:00
  • 8674fba03f Update SOCKS5 IP handling in deployment script HLNikNiky 2026-04-14 01:06:47 +07:00
  • f43bea1680 fix(server): remove unused peer reconnect callback zarazaex69 2026-04-13 15:35:32 +03:00
  • b7ee1b91fd fix(ci): ensure build directory exists before gomobile bind zarazaex69 2026-04-13 13:20:31 +03:00
  • 0afe9dca0c fix(ci): pass -checklinkname=0 to gomobile bind for Go 1.25 compatibility zarazaex69 2026-04-13 12:46:01 +03:00
  • 1c36033a1a fix(ci): add golang.org/x/mobile/bind to dependencies to fix gomobile bindings issue zarazaex69 2026-04-13 12:42:02 +03:00
  • c2abab7305 fix(ci): use golangci-lint v2 to support go 1.25 zarazaex69 2026-04-13 12:32:44 +03:00
  • 86b8cc2045 fix(ci): fix golangci-lint version mistmatch and gomobile minimum api version zarazaex69 2026-04-13 12:27:07 +03:00
  • f6cf70193e feat: add freebsd and openbsd support to build targets in magefile zarazaex69 2026-04-13 12:20:56 +03:00
  • c4ac22577f feat: add CI workflow for linting and building CLI, UI, and Android artifacts zarazaex69 2026-04-13 12:10:50 +03:00
  • 9363d6bdbf chore(magefile): add android-specific linker flag configuration zarazaex69 2026-04-13 01:34:36 +03:00
  • b1111396fd chore(script): improve podman installation privilege escalation zarazaex69 2026-04-13 01:28:00 +03:00
  • 5f1f996994 docs(readme): clarify native build instructions for cli and ui zarazaex69 2026-04-13 00:56:24 +03:00
  • 94e62d058b docs(readme): add magefile build documentation zarazaex69 2026-04-13 00:49:44 +03:00
  • 86a0e98ed0 chore: add mage build automation zarazaex69 2026-04-13 00:44:09 +03:00
  • e255562914 docs(readme): standardize comment formatting and spacing zarazaex69 2026-04-13 00:43:46 +03:00
  • e6e7b90e2e docs(readme): add Windows batch script instructions to quick star zarazaex69 2026-04-13 00:43:26 +03:00
  • 2a55723a1e refactor(telemost): rename send delay constant for clarity zarazaex69 2026-04-13 00:41:25 +03:00
  • 17e8e52e43 refactor: simplify and clean up logging messages zarazaex69 2026-04-12 23:56:51 +03:00
  • e2e8884716 Merge pull request #14 from openlibrecommunity/refactor/all zarazaex 2026-04-12 23:49:55 +03:00
  • d3ee8101f6 refactor: suppress safe gosec warnings and fix revive zarazaex69 2026-04-12 23:43:14 +03:00
  • 89e17d334f refactor: fix last perfsprint and revive issues zarazaex69 2026-04-12 23:42:53 +03:00
  • 66363974e1 refactor: address final revive and complexity issues zarazaex69 2026-04-12 23:42:06 +03:00
  • 222a2de5c5 refactor: suppress remaining revive warnings zarazaex69 2026-04-12 23:40:19 +03:00
  • a31a7a53ea refactor: final polish of linter issues zarazaex69 2026-04-12 23:39:50 +03:00
  • d0fdf0f91d refactor: final golangci-lint fixes (complexity, unused, whitespace, etc.) zarazaex69 2026-04-12 23:39:03 +03:00
  • b6a6bf0dd8 fix(telemost): fix typo in handleSdpAnswer zarazaex69 2026-04-12 23:36:41 +03:00
  • 7589677160 refactor(telemost): reduce complexity and fix linter issues in peer.go zarazaex69 2026-04-12 23:36:02 +03:00
  • b89fdd45cc refactor: fix revive exported return and Run comment zarazaex69 2026-04-12 23:34:06 +03:00
  • e153ad2cb0 refactor: bulk fix golangci-lint issues (perfsprint, revive, errcheck, gosec, etc.) zarazaex69 2026-04-12 23:33:45 +03:00
  • 15795c0da1 refactor: pass context to NewPeer zarazaex69 2026-04-12 23:29:52 +03:00
  • 5a1a0c5453 refactor(logger): rename logger methods to Verbosef/Debugf zarazaex69 2026-04-12 23:29:27 +03:00
  • 943029307b refactor(telemost): fix linter issues in api.go zarazaex69 2026-04-12 23:27:49 +03:00
  • d92e7f0158 refactor(client): fix linter issues in client.go zarazaex69 2026-04-12 23:26:14 +03:00
  • 5b0a324962 refactor(logger): fix linter issues in logger.go zarazaex69 2026-04-12 23:26:02 +03:00
  • 026993c9d1 refactor(protect): fix linter issues in protect.go zarazaex69 2026-04-12 23:25:52 +03:00
  • 85572722c4 refactor(server): fix linter issues and refactor complexity zarazaex69 2026-04-12 23:25:29 +03:00
  • 4d2b135d37 refactor(mux): fix linter issues and refactor HandleFrame zarazaex69 2026-04-12 23:24:34 +03:00
  • 9c1df94413 refactor(crypto): fix linter issues in chacha.go zarazaex69 2026-04-12 23:23:38 +03:00
  • 4fa4197184 refactor(telemost): use static errors in peer.go zarazaex69 2026-04-12 23:23:18 +03:00
  • 1465229077 refactor(telemost): fix errcheck and intrange in peer.go zarazaex69 2026-04-12 23:23:08 +03:00
  • e5e3aa6e44 refactor(telemost): fix noctx and errcheck in sendTelemetry and GetConnectionInfo call zarazaex69 2026-04-12 23:22:48 +03:00
  • 46cae78433 refactor(telemost): add context and wrap errors in GetConnectionInfo zarazaex69 2026-04-12 23:22:07 +03:00
  • 2ea2da0b3d Merge pull request #13 from openlibrecommunity/refactor/all zarazaex 2026-04-12 23:17:32 +03:00
  • 80c31fe95f refactor(peer): remove debug logging from send queue worker zarazaex69 2026-04-12 23:14:17 +03:00
  • 8026d9cf7a refactor: remove dual channel (duo) mode functionality zarazaex69 2026-04-12 23:11:42 +03:00
  • b039f7c82f Merge pull request #12 from DeNcHiK3713/master zarazaex 2026-04-12 23:06:15 +03:00
  • 6104225cf9 Added windows podman scripts Denis Suchok 2026-04-12 22:38:43 +03:00
  • cbb1f0f2fe feat(server): add active client tracking and conditional reconnection zarazaex69 2026-04-12 16:25:00 +03:00
  • c0027c577a chore(scripts): add beta status notice to ui script zarazaex69 2026-04-12 12:03:51 +03:00
  • 9112312448 fix(scripts): bind socks proxy to all interfaces in cnc container zarazaex69 2026-04-12 12:03:31 +03:00
  • cad6cc2455 fix(scripts): handle podman installation without sudo when running as root zarazaex69 2026-04-12 11:56:24 +03:00
  • bb9567a3c4 Merge pull request #10 from 0xcodepunk/feat/salutejazz-poc zarazaex 2026-04-11 20:55:55 +03:00
  • 743a2b5777 feat(jazz): PoC DataChannel через SaluteJazz SFU (#1) 0xcodepunk 2026-04-11 20:09:50 +03:00
  • 91956fdef4 feat(pr8): Merge pull request #8 from qtozdec/master zarazaex 2026-04-11 20:23:22 +03:00
  • 245c6688ca Address PR review feedback Qtozdec 2026-04-11 20:07:22 +03:00
  • 98363fb3d4 feat(pr7): Merge pull request #7 from TheDevisi/master zarazaex 2026-04-11 16:35:37 +03:00
  • a30aeedb26 Merge remote-tracking branch 'upstream/master' Qtozdec 2026-04-11 15:18:35 +03:00
  • 4d1901b321 (fix): srv installation fix TheDevisi 2026-04-11 14:20:34 +03:00
  • 702a4f7f9c docs(readme): reorganize client setup instructions zarazaex69 2026-04-11 14:14:41 +03:00
  • 74755abbd3 docs(readme): update script paths zarazaex69 2026-04-11 14:13:12 +03:00
  • ae595acd30 chore(scripts): consolidate build outputs to build directory zarazaex69 2026-04-11 14:12:39 +03:00
  • e276a3822a chore(scripts): move shell scripts to script directory zarazaex69 2026-04-11 14:09:03 +03:00
  • 2b1b3aac5a chore(init): migrate init script from fish to bash zarazaex69 2026-04-11 13:59:30 +03:00
  • 0da7db7700 feat(pr4): Merge pull request #4 from TheDevisi/master zarazaex 2026-04-11 13:48:42 +03:00
  • 01098f8bd6 (fix): prevent crashing from buffer overflow TheDevisi 2026-04-11 13:41:05 +03:00
  • f6cb725542 (feature): logs in ui TheDevisi 2026-04-11 13:36:53 +03:00
  • c8125770a7 (fix): dns param is no longer ignored TheDevisi 2026-04-11 13:35:35 +03:00
  • 21fdb8aeef (feature): check if conferenceId is valid TheDevisi 2026-04-11 13:20:07 +03:00
  • 5e984603bb (feature): check if port is valid TheDevisi 2026-04-11 13:18:32 +03:00
  • 95fb9f015d (feature): remove spaces from conferenceId TheDevisi 2026-04-11 13:15:20 +03:00
  • abf5f7971c (fix): sync.Mutex add TheDevisi 2026-04-11 13:07:38 +03:00
  • 893d27d9b2 (fix): update ui installation script TheDevisi 2026-04-11 13:05:50 +03:00
  • 4943d70bf2 (fix): add timeout TheDevisi 2026-04-11 13:03:53 +03:00
  • ff2716a449 (fix): replace os.interrupt with reliable solution TheDevisi 2026-04-11 12:57:03 +03:00
  • 4a696d1002 (fix): typo fix TheDevisi 2026-04-11 12:52:56 +03:00
  • 86339e69b9 (feature): windows support TheDevisi 2026-04-11 12:49:46 +03:00
  • 31c0e5456a feat(pr6): Merge pull request #6 from Kot-nikot/master zarazaex 2026-04-11 12:05:42 +03:00
  • 6709e443e0 (fix): kill background process while closing the app TheDevisi 2026-04-11 11:50:09 +03:00
  • 4dbcae32f2 (feature): uncheck mark if error appears TheDevisi 2026-04-11 11:45:23 +03:00
  • 4940ee1c1e (refactor): replace deprecated ioutil with os TheDevisi 2026-04-11 11:10:43 +03:00
  • 6f0f87835b Implement SOCKS5 proxy option in deployment script Kot-nikot 2026-04-11 10:44:30 +03:00
  • e2d5229283 docs(readme) now readme contains information about the ui TheDevisi 2026-04-11 10:36:45 +03:00
  • 7ce13f373c merge TheDevisi 2026-04-11 10:22:35 +03:00
  • d93c178f92 Add SOCKS5 proxy support to main.go Kot-nikot 2026-04-11 10:13:08 +03:00
  • c1a30b677b Implement SOCKS5 proxy support in Server Kot-nikot 2026-04-11 09:43:13 +03:00
  • ae99bf689e chore: Add golangci-lint configuration file zarazaex69 2026-04-11 04:43:03 +03:00
  • 144dc867c8 docs: Remove AI-generated YTWA documentation file zarazaex69 2026-04-11 04:31:26 +03:00
  • 2067635ecb Fix olcRTC reconnect loop handling Qtozdec 2026-04-10 23:41:59 +03:00
  • 11b57071f2 Update olcRTC mobile bridge Qtozdec 2026-04-10 21:48:57 +03:00
  • 0011e91938 fix: shell installation script fix TheDevisi 2026-04-10 20:58:36 +03:00
  • 691bc0bca6 feature: Simple UI Implementation TheDevisi 2026-04-10 20:53:30 +03:00
  • 913cabe222 Add mux control frames Qtozdec 2026-04-10 16:26:15 +03:00
  • ca0191d0de Improve Telemost session behavior Qtozdec 2026-04-10 16:03:42 +03:00