134 Commits

Author SHA1 Message Date
a5bcf93491 Small platform-specific changes
modified:   src/client.rs
2024-11-14 03:22:59 +03:00
ed64abbb0c Debug code for tests
modified:   src/client.rs
2024-11-14 03:08:11 +03:00
79e54bbf77 Port fix for android version
modified:   src/client.rs
2024-11-14 01:19:24 +03:00
8364b9639a modified: build.rs 2024-11-14 00:31:51 +03:00
82ae8e3d39 Small changes for linux
modified:   .gitignore
	modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   build.rs
	modified:   src/client.rs
	modified:   src/server.rs
2024-11-13 03:48:07 +03:00
8402b5d15d Fixed warnings manually
modified:   src/client.rs
	modified:   src/server.rs
2024-11-13 01:51:27 +03:00
25db097e6d Autofixed warnings
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/client.rs
	modified:   src/udp.rs
2024-11-13 01:38:33 +03:00
64d8601fff Removed askForRouterIP packet due to lack of need
Removed some comments
Changed some stuff
	modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/client.rs
	modified:   src/server.rs
	modified:   src/udp.rs
2024-11-13 01:32:36 +03:00
0684364121 Added gateway address fetching message
modified:   src/client.rs
	modified:   src/server.rs
	modified:   src/udp.rs
2024-11-13 00:27:43 +03:00
3fa76d6127 Now the client will use any free port instead of fixed one.
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
modified:   src/client.rs
	modified:   src/server.rs
2024-11-12 02:27:37 +03:00
7e9d5803e5 first successful iced commit
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
modified:   src/gui/mod.rs
2024-10-28 02:05:55 +03:00
4894033150 trying to switch to iced
modified:   Cargo.lock
	modified:   Cargo.toml
	renamed:    src/config.rs -> src/config/mod.rs
	deleted:    src/gui.rs
	new file:   src/gui/mod.rs
	new file:   src/gui/tab/mod.rs
	new file:   src/gui/tab_button.rs
	new file:   src/gui/tab_panel.rs
	deleted:    src/toggle_switch.rs
2024-10-27 17:49:27 +03:00
52da55009c Adding tray icon
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
modified:   Cargo.lock
	modified:   Cargo.toml
	new file:   build.rs
	new file:   icons/off.ico
	new file:   icons/on.ico
	modified:   src/gui.rs
	new file:   tray.rc
2024-10-24 15:58:15 +03:00
c6ced0b92e modified: src/client.rs
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
modified:   src/gui.rs
2024-10-22 15:26:34 +03:00
034bbbac7f interface developing has started
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/gui.rs
	new file:   src/toggle_switch.rs
2024-10-22 02:53:41 +03:00
217d5a0587 Added gui via egui crate
modified:   Cargo.lock
	modified:   Cargo.toml
	new file:   src/gui.rs
2024-10-21 16:48:58 +03:00
06d8bd8c89 modified: src/client.rs
All checks were successful
gitea/Frida/pipeline/head This commit looks good
2024-10-19 23:12:01 +03:00
c768c35819 modified: src/client.rs 2024-10-19 23:10:43 +03:00
4c75b0b313 modified: src/client.rs 2024-10-19 23:09:13 +03:00
821e865b7e modified: src/client.rs 2024-10-19 23:07:55 +03:00
2b606add1e modified: src/client.rs 2024-10-19 23:07:03 +03:00
db04909062 modified: src/client.rs 2024-10-19 23:03:47 +03:00
d7a4b33683 Merge branch 'main' of https://gitea.awain.net/alterwain/Frida 2024-10-19 22:59:32 +03:00
2cddc0469c modified: src/client.rs 2024-10-19 22:58:44 +03:00
7f150ca8c5 modified: src/client.rs 2024-10-19 22:56:28 +03:00
618e297039 modified: src/android.rs
modified:   src/client.rs
2024-10-19 22:55:28 +03:00
f086131c4e modified: src/android.rs 2024-10-19 22:53:27 +03:00
df9267ce10 modified: src/client.rs 2024-10-19 22:52:26 +03:00
9a1a1bfa1f modified: src/client.rs 2024-10-19 22:49:35 +03:00
18a43c9208 modified: src/client.rs 2024-10-19 22:26:29 +03:00
642015fb60 modified: src/client.rs
modified:   src/config.rs
	modified:   src/main.rs
2024-10-19 20:30:32 +03:00
0f083018fd modified: Cargo.lock
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
2024-10-15 04:02:27 +03:00
2420c32540 modified: Cargo.toml
Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
2024-10-15 03:34:01 +03:00
f668169876 deleted: src/client_socks.rs 2024-10-15 03:31:26 +03:00
b474702959 Merge branch 'main' of https://gitea.awain.net/alterwain/Frida 2024-10-15 03:29:26 +03:00
08c6f75aff modified: Cargo.lock
modified:   Cargo.toml
	new file:   src/android.rs
	modified:   src/client.rs
	modified:   src/main.rs
2024-10-15 03:07:58 +03:00
35594dea3c modified: Cargo.lock
All checks were successful
gitea/Frida/pipeline/head This commit looks good
modified:   Cargo.toml
	new file:   Jenkinsfile
	modified:   src/client_socks.rs
	modified:   src/main.rs
2024-10-04 20:08:19 +03:00
714c17b39b Changes to be committed:
modified:   src/client.rs
2024-09-11 03:05:15 +03:00
58b55a42ac Changes to be committed:
modified:   src/client.rs
2024-09-08 20:53:16 +03:00
3224d541f6 Changes to be committed:
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/client.rs
	new file:   src/client_socks.rs
	modified:   src/main.rs
2024-09-08 20:47:14 +03:00
edadf5a518 Changes to be committed:
modified:   src/client.rs
2024-09-08 20:34:51 +03:00
066c1613d3 Changes to be committed:
modified:   src/client.rs
2024-09-08 20:20:45 +03:00
870b0b0739 Changes to be committed:
modified:   src/client.rs
2024-09-08 20:08:25 +03:00
1b85269454 Changes to be committed:
modified:   src/client.rs
2024-09-08 19:55:21 +03:00
8592230790 Changes to be committed:
modified:   src/client.rs
2024-09-08 02:57:04 +03:00
92e5b93a55 Changes to be committed:
modified:   README.md
	modified:   src/client.rs
2024-09-07 02:55:19 +03:00
7bbae124fc Changes to be committed:
modified:   README.md
	modified:   src/client.rs
	modified:   src/main.rs
	modified:   src/server.rs
2024-09-07 01:49:52 +03:00
1a5ba24d30 Changes to be committed:
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   README.md
	modified:   src/client.rs
	modified:   src/server.rs
2024-09-06 04:14:37 +03:00
fe1d3b9089 Changes to be committed:
modified:   src/client.rs
2024-09-01 04:36:42 +03:00
ff058cb853 Changes to be committed:
modified:   src/client.rs
2024-08-31 02:12:14 +03:00