Releases: thatmarcel/beepserv-rewrite
78d56e4
a686640
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
e90552f
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
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
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
Redact secrets in log file and app
a19b252
Add steps for using a self-hosted relay to readme
707f8a4
Set deployment target to 10 and make that build
ae46b05
Make Controller a separate process (launch daemon)