Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-11 | Convert to explicit DBusGMainLoop | Eric Anderson | |
This fixes the warning: DeprecationWarning: Importing dbus.glib to use the GLib main loop with dbus-python is deprecated. Instead, use this sequence: from dbus.mainloop.glib import DBusGMainLoop DBusGMainLoop(set_as_default=True) import dbus.glib | |||
2017-12-28 | Remove unnecessary server code | Eric Anderson | |
2017-12-28 | Update style of source to better match PEP 8 | Eric Anderson | |
2017-03-11 | Port to python3 | Eric Anderson | |
Although the changes were small, it seems important enough to bump the minor version. | |||
2017-02-25 | Disable unnecessary server polling | Eric Anderson | |
2016-12-03 | Bump to 0.3.2 for ipv6 serving | Eric Anderson | |
2015-06-20 | Initial import | Eric Anderson | |