From 8a84453f892d598e6233706eda39b046d3fc3740 Mon Sep 17 00:00:00 2001 From: Hydrus Date: Wed, 25 Nov 2015 16:00:57 -0600 Subject: [PATCH] Version 183 --- bin/upnpc.txt | 19 - client.pyw | 2 + help/changelog.html | 34 ++ include/ClientCaches.py | 842 ++++++++++++++++++++++-------- include/ClientController.py | 53 +- include/ClientDB.py | 101 +++- include/ClientData.py | 299 ++--------- include/ClientFiles.py | 50 +- include/ClientGUI.py | 26 +- include/ClientGUICanvas.py | 41 +- include/ClientGUICommon.py | 205 ++++---- include/ClientGUIDialogsManage.py | 6 +- include/ClientGUIHoverFrames.py | 22 +- include/ClientGUIMedia.py | 13 +- include/ClientGUIMessages.py | 16 +- include/ClientGUIPages.py | 43 +- include/ClientRendering.py | 9 +- include/ClientVideoHandling.py | 2 +- include/HydrusConstants.py | 4 +- include/HydrusDB.py | 8 +- include/HydrusData.py | 105 ++-- include/HydrusFileHandling.py | 80 ++- include/HydrusFlashHandling.py | 25 + include/HydrusGlobals.py | 1 + include/HydrusImageHandling.py | 5 +- include/HydrusPaths.py | 69 +++ include/HydrusPubSub.py | 21 +- include/HydrusServerResources.py | 14 +- include/HydrusVideoHandling.py | 1 + include/ServerDB.py | 44 +- include/TestClientConstants.py | 5 +- include/TestHydrusTags.py | 4 +- server.py | 2 + test.py | 16 +- 34 files changed, 1339 insertions(+), 848 deletions(-) delete mode 100644 bin/upnpc.txt diff --git a/bin/upnpc.txt b/bin/upnpc.txt deleted file mode 100644 index d0f65408..00000000 --- a/bin/upnpc.txt +++ /dev/null @@ -1,19 +0,0 @@ -upnpc : miniupnpc library test client. (c) 2005-2013 Thomas Bernard -Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ -for more information. -List of UPNP devices found on the network : - desc: http://192.168.0.1/root.sxml - st: urn:schemas-upnp-org:device:InternetGatewayDevice:1 - -Found valid IGD : http://192.168.0.1:4444/wipconn -Local LAN ip address : 192.168.0.195 -Connection Type : IP_Routed -Status : Connected, uptime=83462s, LastConnectionError : ERROR_NONE - Time started : Mon Aug 10 14:49:40 2015 -MaxBitRateDown : 1000000000 bps (1000.0 Mbps) MaxBitRateUp 1000000000 bps (1000.0 Mbps) -ExternalIPAddress = 98.213.207.109 - i protocol exPort->inAddr:inPort description remoteHost leaseTime - 0 UDP 45871->192.168.0.103:45871 'Public Tags' '' 0 - 1 UDP 45872->192.168.0.103:45872 'File Repo' '' 0 - 2 UDP 45873->192.168.0.103:45873 'Message Depot' '' 0 -GetGenericPortMappingEntry() returned 713 (SpecifiedArrayIndexInvalid) diff --git a/client.pyw b/client.pyw index ded4a759..4257f6e3 100755 --- a/client.pyw +++ b/client.pyw @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it # and/or modify it under the terms of the Do What The Fuck You Want diff --git a/help/changelog.html b/help/changelog.html index c615ad24..c2b81be8 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,40 @@

changelog