Version 0.3.2, rev351, Sidebar to display site infos an modify settings, Per-site upload/download bytes statistics, Deny different origin media requests, Allow 10sec to finish query modifications, Websocket display errors to client instead of disconnecting, Allow specify notification id to server-side messages, Track every command response time

This commit is contained in:
HelloZeroNet 2015-08-16 11:51:00 +02:00
parent b1c5b7d3a3
commit b83d6ba2ff
43 changed files with 8104 additions and 39 deletions

View file

@ -7,8 +7,8 @@ import ConfigParser
class Config(object):
def __init__(self, argv):
self.version = "0.3.1"
self.rev = 338
self.version = "0.3.2"
self.rev = 351
self.argv = argv
self.action = None
self.createParser()