Commit graph

29 commits

Author SHA1 Message Date
Daniel Lavrushin
d1579691ca
Refactor code structure for improved readability and maintainability 2026-05-02 23:36:10 +02:00
Daniel Lavrushin
e5872f17b0
Implement code changes to enhance functionality and improve performance 2026-05-02 22:10:59 +02:00
Daniel Lavrushin
036de98538
Refactor code structure for improved readability and maintainability 2026-05-02 14:50:56 +02:00
Daniel Lavrushin
5caf321ac8
feat: add SeqOverlapPatternFields component for managing sequence overlap patterns 2026-04-27 15:19:06 +02:00
Daniel Lavrushin
ca4aca6823
Refactor code structure for improved readability and maintainability 2026-04-23 14:10:58 +02:00
Daniel Lavrushin
0aa73d5393
Refactor code structure for improved readability and maintainability 2026-04-18 23:55:45 +02:00
Daniel Lavrushin
5e3d38b0f6
Refactor code structure for improved readability and maintainability 2026-04-18 23:25:34 +02:00
Daniel Lavrushin
ede863a777
chore: clean up empty code change sections in the changes log 2026-04-18 22:31:56 +02:00
Daniel Lavrushin
389887a87f
Refactor code structure for improved readability and maintainability 2026-04-18 22:02:30 +02:00
Daniel Lavrushin
ebd6e1e12c
feat: add /config/reset endpoint to reset configuration to defaults 2026-04-18 20:39:55 +02:00
Daniel Lavrushin
2a069544be
feat(mtproto): add endpoint to refresh MTProto DCs with Bearer authentication [ERROR] MTProto unknown DC 203 from <ip:port>
Fixes #190
2026-04-18 17:59:44 +02:00
Daniel Lavrushin
5711f5056d
Refactor code structure for improved readability and maintainability 2026-04-18 13:22:34 +02:00
Daniel Lavrushin
076ed80206
Refactor code structure for improved readability and maintainability 2026-04-07 23:50:32 +02:00
Daniel Lavrushin
67ab57b58a
Refactor code structure for improved readability and maintainability 2026-04-04 23:47:03 +02:00
Daniel Lavrushin
3d18fbf8de
Refactor code structure for improved readability and maintainability 2026-04-04 23:33:59 +02:00
Daniel Lavrushin
d7d6933a0b
fix: correct version number in Swagger documentation and enhance config loading with improved JSON parsing 2026-04-01 13:00:18 +02:00
Daniel Lavrushin
7e43b0b8ee
Refactor code structure for improved readability and maintainability 2026-04-01 12:21:26 +02:00
Daniel Lavrushin
100c5cef3b
Refactor code structure for improved readability and maintainability 2026-03-30 11:20:39 +02:00
Daniel Lavrushin
346713bf32
Refactor code structure for improved readability and maintainability 2026-03-26 23:10:26 +01:00
Daniel Lavrushin
9c405cdd39
Add new image for splitting documentation
This commit introduces a new PNG image file to the documentation related to the splitting feature. The image captures the relevant visual information needed to enhance the understanding of the feature.
2026-03-23 23:17:44 +01:00
Daniel Lavrushin
ca37ea794a
Refactor code structure for improved readability and maintainability 2026-03-23 22:06:12 +01:00
Daniel Lavrushin
52c6554499
docs rework 2026-03-23 21:46:22 +01:00
Daniel Lavrushin
e1b8c7e74e
Remove unused SVG file, optimize TLS record writing, and clean up MTProto logging
- Deleted the unused SVG file `undraw_docusaurus_tree.svg` from the documentation assets.
- Refactored the `Write` method in `faketls.go` to optimize the TLS record writing process by reducing the number of write calls.
- Removed unnecessary verification logging in `obfuscated2.go` to streamline the handshake process.
- Updated logging in `server.go` to simplify the output when a new MTProto secret is generated and saved.
2026-03-23 21:45:55 +01:00
Daniel Lavrushin
043e7d7f6c
Refactor code structure for improved readability and maintainability 2026-03-22 13:52:17 +01:00
Daniel Lavrushin
c74b330a0c
feat(ui): enhance ConnectionsPage with pause/resume functionality and redesign ControlBar 2026-02-16 22:23:44 +01:00
Daniel Lavrushin
ac6b47a833
feat(orientation): add quick start guide and related images for Facebook unblocking 2025-12-03 23:16:37 +01:00
Daniel Lavrushin
322053d56c
Refactor code structure for improved readability and maintainability 2025-11-26 00:23:57 +01:00
Daniel Lavrushin
2d1c973adf
Remove web interface documentation and update favicon; add new images for various sections 2025-11-25 22:03:27 +01:00
Daniel Lavrushin
1abbb47095
Add SVG illustration and TypeScript configuration file
- Added a new SVG file for "Focus on What Matters" to the static images directory.
- Created a TypeScript configuration file to enhance editor experience, extending from Docusaurus' default configuration.
2025-11-12 16:55:16 +01:00