Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Releases: EthACKdotOrg/orWall

0.29

28 Sep 07:14
Compare
Choose a tag to compare

No more Beta or Alpha tag.
You know what it means I guess ;).

Though there still has a problem with tethering. This one being really nasty, it will require more work. A lot more.

We will shortly push orWall on Google Play as well.

0.23.1 New UI

27 Sep 10:59
Compare
Choose a tag to compare
0.23.1 New UI Pre-release
Pre-release

There were some small bugs when used on a smartphone.

Also added some new information/features in order to let the user know what's going on with his configuration.

0.23 New UI

27 Sep 08:52
Compare
Choose a tag to compare
0.23 New UI Pre-release
Pre-release

This should be the last "alpha" for the new UI.

We added some translations, but French, German and Italian still need some work, especially regarding the wizard part. This one MAY change if we get feedback regarding its content.

Please feel free to fill new issue if you find some weird behavior, crash or bugs.

Alpha 0.22 (new UI)

25 Sep 12:39
Compare
Choose a tag to compare
Alpha 0.22 (new UI) Pre-release
Pre-release

Would be great if people could give it a try.

There are most probably bugs.
Some things are still missing, but it's essentialy hidden things, like old settings import to SQLite (pre-0.16).

Beta 0.21

20 Sep 18:12
Compare
Choose a tag to compare
Beta 0.21 Pre-release
Pre-release

This release solves the following issues:

  • #44 (enable SSH)
  • #37 (application crash with LAN enabled)

It also add a helper for tethering, though this function is still under investigations in order to get it working for good.

Beta 0.20

13 Sep 07:02
Compare
Choose a tag to compare
Beta 0.20 Pre-release
Pre-release

Added new languages, corrected some stuff regarding applications NAT

WARNING: this version (like the previous ones) breaks tethering for now.

This version should solve #29, and solves #24.

Beta 0.19

31 Aug 09:05
Compare
Choose a tag to compare
Beta 0.19 Pre-release
Pre-release

Should correct some issues, among them:

  • #24 (DNS problem with Firefox, it embeds its own resolver)
  • #29 (probably the same problem as previous issue)

It also uses new activity for internal checks, pushed some executions to the background in order to provide a smooth interface.

Main problem related to #24 and probably #29:
Android started using Kernel resolver, while some apps are using some embedded one. A previous commit removed the per-application DNS redirect rules, using instead the global UID 0 requests as reference.

That said, the kernel based resolver will create tricky problems later… If all DNS queries are masked by UID 0, we will probably have hard time getting iptables rules correctly for i2p integration, not to mention application bypass and so on. Nasty move from Android, though logical in the end: it allows to use local DNS cache.

Beta 0.18

24 Aug 13:16
Compare
Choose a tag to compare
Beta 0.18 Pre-release
Pre-release
  • Moved NAT stuff to SQLite, in order to have a better way to add new features.
  • Data are moved from SharedPreferences to the SQLite database
  • Removed "select all" menu entry as it won't be of any use with new features, and it's already more or less broken

Beta 0.17

22 Aug 18:18
Compare
Choose a tag to compare
Beta 0.17 Pre-release
Pre-release
  • Corrects iptables rules - they were a bit broken in 0.16, sorry for that.
  • Allow to apply rules in the background in order to provide a smoother UI

The major parti is for iptables rules, as init-script, initialization and "application rules" have been improved/corrected.

Beta 16

20 Aug 16:43
Compare
Choose a tag to compare
Beta 16 Pre-release
Pre-release

Security improvement following mail exchanges with Mike Perry.

Basically confine each app within its own iptables rules.

You will need to reboot after this update.