Skip to content

Releases: thatmarcel/beepserv-rewrite

78d56e4

07 Mar 22:12
78d56e4
Compare
Choose a tag to compare

This is a small release that makes the tweak use libroot and contains a minor change to how a function involved in requesting validation data is called (see #11).

a686640

28 Jan 20:20
a686640
Compare
Choose a tag to compare

With this release, the tweak should now properly use the fallback method of generating validation data if the newer method does not return a result after a few seconds. That means this release should work on pretty much all devices, as long as identityservicesd doesn't crash due to the tweak. If you still get an error when validation data is requested with this release, identityservicesd has likely crashed. In that case, please report this problem.

fe9ddfe

27 Jan 21:52
fe9ddfe
Compare
Choose a tag to compare

This release should improve the compatibility of the newer validation data generation method. It has not been tested on some (especially older) devices though, so if you get an error when requesting validation data, report the problem and go back to release e0477ea for now.

e90552f

27 Jan 17:35
e90552f
Compare
Choose a tag to compare

This release only adds a few small safe guards to the newer method of retrieving validation data.

====== The notes from the previous release still apply: ======

This (the previous) release improves relay connection stability, if you were on an older release because newer ones wouldn't stay connected to the relay for you, this may fix that problem (let me know how it goes).

Note: On some devices (primarily older ones or on older iOS versions), there are still issues with nothing happening when validation data is requested. This release does not fix that.

However, the tweak should now notify you if this problem is detected and the logs should now be more helpful for debugging on devices with rootful jailbreaks as logs from identityservicesd will now show up in the app / logfile. Before, these logs would only be visible in the app on rootless configurations.

d0bfb0a

26 Jan 15:54
d0bfb0a
Compare
Choose a tag to compare

This release improves relay connection stability, if you were on an older release because newer ones wouldn't stay connected to the relay for you, this may fix that problem (let me know how it goes).

Note: On some devices (primarily older ones or on older iOS versions), there are still issues with nothing happening when validation data is requested. This release does not fix that.

However, the tweak should now notify you if this problem is detected and the logs should now be more helpful for debugging on devices with rootful jailbreaks as logs from identityservicesd will now show up in the app / logfile. Before, these logs would only be visible in the app on rootless configurations.

8033603

23 Jan 21:09
8033603
Compare
Choose a tag to compare

This release tries to use lower-level methods to generate validation data.

Note: On some devices, this release leads to issues with nothing happening when validation data is requested. If this happens on your device, please try an older release. A fix for this or at least a detection mechanism for this that sends you a notification when this is the case is coming in the next few days.

e0477ea

23 Jan 18:13
e0477ea
Compare
Choose a tag to compare
Redact secrets in log file and app

a19b252

16 Jan 14:23
a19b252
Compare
Choose a tag to compare
Add steps for using a self-hosted relay to readme

707f8a4

13 Jan 22:48
707f8a4
Compare
Choose a tag to compare
Set deployment target to 10 and make that build

ae46b05

11 Jan 13:10
ae46b05
Compare
Choose a tag to compare
Make Controller a separate process (launch daemon)