Commit Graph

5072 Commits

Author SHA1 Message Date
Damien Churchill b13efa08ff add ssl support to the webui webserver 2009-06-23 18:21:25 +00:00
Andrew Resch 148afede5b Check to see if the files_list for the torrent_id is available when receiving file_renamed or
folder_renamed events
2009-06-23 17:36:01 +00:00
Damien Churchill a29904fefd fix bug in get_hosts if host[x:y] is not a list 2009-06-23 10:02:22 +00:00
Damien Churchill 76d3c2567e fix the files tree for when there is only 1 file in the torrent and also fix the file size in the add torrent window 2009-06-23 09:37:28 +00:00
Damien Churchill 2e0bd1bd3c fix an error in the doc string for add_torrents 2009-06-23 09:36:30 +00:00
Damien Churchill 46163b992f split out getting host status from getting the host list to greatly improve performance of the connection manager 2009-06-22 18:28:51 +00:00
John Garland 4b934a07ba dummy function now accepts arbitrary number of variables.
metafile uses hashlib instead of sha library.
2009-06-22 14:11:02 +00:00
Damien Churchill 206718de08 fix adding hosts to the connection manager 2009-06-22 07:58:59 +00:00
Damien Churchill 7bdc595dd0 fix the error callbacks in the client 2009-06-22 07:56:45 +00:00
Damien Churchill f6b90c0097 improve the docstring for the add_torrents method 2009-06-18 08:25:14 +00:00
Damien Churchill 9a55987ecb fix removing connections from the connection manager 2009-06-17 19:07:30 +00:00
Damien Churchill dd85ca3c3e add another escaping slash 2009-06-17 14:51:07 +00:00
Damien Churchill 12757ef7e8 fix the gettext generation script so that resulting apostrophes from a translation are escaped 2009-06-17 13:57:11 +00:00
Damien Churchill 9370911ee1 use changeId in the clear method of the options tab 2009-06-17 06:42:37 +00:00
Damien Churchill 7bc81fbaf9 add a changeId method to the OptionManager 2009-06-17 06:36:55 +00:00
Damien Churchill 7dfce33065 rebuild the docs 2009-06-16 18:15:28 +00:00
Damien Churchill d5f92b506a change the arg from doc to docs 2009-06-16 18:15:09 +00:00
Damien Churchill 4edb79bcd7 add in support to the optionsmanager for binding form fields 2009-06-16 18:14:23 +00:00
Andrew Resch 3458b238d8 Add option in Preferences to change the listen interface 2009-06-12 16:12:00 +00:00
Andrew Resch ca7f33db1f Get the Stats plugin working again.. sort of.. It still needs a lot of work. 2009-06-11 01:06:08 +00:00
Andrew Resch 520be10e4d Fix turning off Classic mode dialog
Fix showing the connection manager icon on the toolbar depending on classic mode setting
2009-06-10 22:50:57 +00:00
Andrew Resch e36ca0e5ba Fix calling set functions 2009-06-10 22:43:43 +00:00
Andrew Resch 9495fffeac Show a progress window when downloading torrents from URL
Add ErrorDialogs when trying to add bad torrents and when downloading of torrent fails
2009-06-10 22:35:47 +00:00
Andrew Resch e7158c499f Fix dialogs so that they do not run another gtk main loop, but rather run within the current
twisted mainloop
2009-06-10 22:23:49 +00:00
Andrew Resch a82a5277a5 Add a httpdownloader module to download files using twisted 2009-06-10 20:18:22 +00:00
Andrew Resch 4c43980d66 Fix #518 remove header in add torrent dialog to save vertical space 2009-06-10 18:39:14 +00:00
Andrew Resch c274da9245 Move the 'Find More Plugins' button down to reduce horizontal usage 2009-06-10 18:34:27 +00:00
Andrew Resch 7ddb5db6ed Fix the set functions so that you are able to register more than one per config key
Likewise for the config change callbacks
2009-06-10 18:15:52 +00:00
Andrew Resch 853138e4ee If a 'localclient' entry is not in the auth file, then have the daemon add one. 2009-06-10 18:11:14 +00:00
Damien Churchill aa4c783601 tweak the setup script so the web plugin has the correct entry point
implement the webui server side plugin
add a page to the preferences window in the javascript
2009-06-10 16:37:21 +00:00
John Garland 227e464b63 Fixed typo in seeking. 2009-06-10 14:28:37 +00:00
Damien Churchill 06b19538fd provide 2 helper methods for adding and removing scripts from the webserver 2009-06-10 13:27:55 +00:00
Damien Churchill 110af0c2fc fix indentation 2009-06-10 13:27:22 +00:00
Andrew Resch 29f72a244f Remove statusbar icon when disconnected from daemon 2009-06-10 05:38:59 +00:00
Andrew Resch 5cdb5f41e4 Make the default schedule all Green 2009-06-10 05:37:28 +00:00
Andrew Resch f2002f9077 Fix division by 0 2009-06-10 05:34:06 +00:00
Andrew Resch 79746c5bc6 Fix svn:externals 2009-06-10 04:44:51 +00:00
Andrew Resch 267c7408d7 Get the blocklist plugin kind of working.. Still needs some lovin'. 2009-06-10 03:42:33 +00:00
Andrew Resch 581dcb8202 Force str when calling session.load_country_db() 2009-06-10 03:08:41 +00:00
Andrew Resch 72d3b0a549 Fix exception when tracker column is not enabled 2009-06-09 21:44:24 +00:00
Andrew Resch b430899862 Only move a torrent due to 'move on complete' when some data has been downloaded 2009-06-09 00:35:43 +00:00
Andrew Resch ff25a7e969 Torrent creation fixes in regards to web seeds
Fix adding torrent to session after creation by setting the proper download location
2009-06-08 21:57:02 +00:00
Andrew Resch 95cd5e4932 Remove some more externals 2009-06-08 20:07:47 +00:00
Damien Churchill edd3b5d847 fix a bug in the spinner to force the decimal precision to be displayed 2009-06-05 07:39:45 +00:00
Damien Churchill db36e9dbfa disable the move storage menu item, this won't be active until the remote file browser has been added
add decimal precision to the spinner strategy (although it doesn't seem to be working?)
2009-06-05 07:19:47 +00:00
Andrew Resch ef3b22691b Apply the global bandwidth settings on plugin disable to prevent slow limits from staying in effect. 2009-06-05 02:10:41 +00:00
Andrew Resch d4c7134746 Only require 2.12 in preferences dialog 2009-06-04 17:46:15 +00:00
Andrew Resch 0eee49891a Update Changelog and README 2009-06-04 17:42:57 +00:00
Andrew Resch 86fca4b43b Remove GeoIP.dat from tree
Add configuration option to set the GeoIP db location, default is /usr/share/GeoIP/GeoIP.dat
2009-06-04 17:25:06 +00:00
Andrew Resch a24c07a9bd Fix some issues with creating torrent files, was putting the announce list in the wrong key
Add support for using a system installed GeoIP db file.  It will look for /usr/share/GeoIP/GeoIP.dat first and try to load that
2009-06-04 16:57:53 +00:00