Commit Graph

  • 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
  • 1adff53af2 Add server Docker image Qtozdec 2026-04-10 15:47:51 +03:00
  • 6c4e79a7d0 Merge upstream master Qtozdec 2026-04-10 15:31:26 +03:00
  • 36e9763213 docs(readme): Clarify container setup instructions with podman notes zarazaex69 2026-04-10 15:27:19 +03:00
  • 37d0ad5518 docs(readme): docs(readme): Add contact information and beta timeline notice zarazaex69 2026-04-10 15:23:54 +03:00
  • e48f78b37f chore(scripts): Add beta status notice to deployment scripts zarazaex69 2026-04-10 15:22:42 +03:00
  • 484e5160a9 perf(client): Replace event-driven data polling with ticker-based approach zarazaex69 2026-04-10 15:04:47 +03:00
  • 2a670e505e perf(server,peer): Adjust queue thresholds and improve buffer monitoring zarazaex69 2026-04-10 14:59:49 +03:00
  • 76ae387a04 perf(peer): Increase buffer threshold and adjust backpressure timing zarazaex69 2026-04-10 14:56:39 +03:00
  • a758b6fb2d perf(client,mux,server,peer): Remove verbose logging and optimize buffer thresholds zarazaex69 2026-04-10 14:54:21 +03:00
  • 11197a17b2 fix(peer): Raise DataChannel BufferedAmount threshold 64KB -> 4MB Qtozdec 2026-04-10 13:57:24 +03:00
  • f48a63a0b9 feat(mobile,client,mux): Android integration + SOCKS5 auth + reliability fixes Qtozdec 2026-04-10 13:45:33 +03:00
  • baea7d63d3 docs(readme): Update build instructions with explicit platform targets zarazaex69 2026-04-09 21:14:27 +03:00
  • a35cbd947b feat(server): Add DNS caching and centralized resolver configuration zarazaex69 2026-04-09 21:04:05 +03:00
  • 8abd2324b3 docs(readme): Fix typo and add issues reference zarazaex69 2026-04-09 20:55:28 +03:00
  • ec26cce3dd feat(client,server,peer): Add backpressure handling and optimize buffer thresholds zarazaex69 2026-04-09 20:49:23 +03:00