Ben Kristinsson

Results 16 issues of Ben Kristinsson

- Don't use `float` for bitcoin - Parse recieving kennitala in mailchecker - Use kronas instead of percentage for VSK - Sign responses from record (most reliable way to serialize...

After almost 1.5 years, Lokun has grown and so has `lokun-record`. It is time to split it up into two projects, `lokun-record` for the RESTLike API with users and nodes,...

From https://openvpn.net/index.php/open-source/documentation/miscellaneous/79-management-interface.html Probably this part: ``` COMMAND -- status ----------------- Show current daemon status information, in the same format as that produced by the OpenVPN --status directive. Command examples: status...

enhancement

Check if vpn.lokun.is returns the correct amount of records. Currently i'm using `socket.gethostbyname()` to make a dns request. It just returns one ip as a string. But `socket.gethostbyname_ex()` returns them...

enhancement

Apparently you can enforce Python-level types in sqlite. See: https://docs.python.org/2/library/sqlite3.html#sqlite3.register_converter

enhancement

Fix some small errors in `lokun-report` - Check if `lokun.conf` and `lokun-tcp.conf` exist and report errors. Now it just crashes if they are missing. - Use the OpenVPN management interface...

enhancement