Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Commit 3ef9ac8

Browse files
author
Brian Hornsby
committed
Merge branch 'release/2.1.0'
2 parents 286ba6b + a733e92 commit 3ef9ac8

256 files changed

Lines changed: 389 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.openvpn" name="OpenVPN" version="2.0.1" provider-name="brianhornsby">
2+
<addon id="script.openvpn" name="OpenVPN" version="2.1.0" provider-name="brianhornsby">
33
<requires>
4-
<import addon="xbmc.python" version="2.0"/>
4+
<import addon="xbmc.python" version="2.1.0"/>
55
<import addon="script.module.beautifulsoup" version="3.0.8"/>
66
</requires>
77
<extension point="xbmc.python.script" library="default.py"/>

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*** 2.1.0 ***
2+
Updated xbmc.python version. Fixed issue with reading running OpenVPN configuration on OpenELEC. [0e132c6]
3+
Changed country flag images to https://github.com/koppi/iso-country-flags-svg-collection. [3dc6b7e]
4+
15
*** 2.0.1 ***
26
Fixes for issues #8 and #9.
37

default.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def log_error(msg):
7575

7676
log_debug('OpenVPN: [%s]' % _openvpn)
7777
log_debug('Userdata: [%s]' % _userdata)
78-
log_debug('OpenVPN IP: [%s]' % _ip)
79-
log_debug('OpenVPN Port: [%d]' % _port)
80-
log_debug('Additional OpenVPN Arguments: [%s]' % _args)
78+
log_debug('OpenVPN Management Interface IP: [%s]' % _ip)
79+
log_debug('OpenVPN Management Interface Port: [%d]' % _port)
80+
log_debug('OpenVPN Additional Arguments: [%s]' % _args)
8181
log_debug('Sudo: [%s]' % _sudo)
8282
if _sudo:
8383
log_debug('Sudo Password Required: [%s]' % _sudopwdrequired)

resources/images/ad.png

100755100644
-6.38 KB

resources/images/ae.png

1.86 KB

resources/images/af.png

9.33 KB

resources/images/ag.png

4.63 KB

resources/images/ai.png

100755100644
-6.62 KB

resources/images/al.png

100755100644
-6.47 KB

resources/images/am.png

100755100644
-4.41 KB

0 commit comments

Comments
 (0)