Commit Graph

244 Commits

Author SHA1 Message Date
Eric Petit ecd5ea21fe More Mac fixes 2008-09-26 09:09:15 +00:00
Eric Petit f37f992086 Also delay the port check if port forwarding was just disabled 2008-09-07 20:33:10 +00:00
Mitchell Livingston d4baaede82 remove an unused method; trivial type changes 2008-09-07 17:57:58 +00:00
Mitchell Livingston 27ecc3517d if delay is off, perform the port check probe without any timer; on 10.5, set the port checker to ignore remote cache data on top of local cache data 2008-09-06 21:57:13 +00:00
Eric Petit ede407ee0e Do not delay port checking if port forwarding is disabled 2008-09-06 15:07:09 +00:00
Mitchell Livingston 14760b85f3 ability to auto-update the blocklist automatically weekly (mac) 2008-09-01 15:46:00 +00:00
Mitchell Livingston 34e2aa1b35 "Last updated: never" if there's no blocklist 2008-09-01 04:04:00 +00:00
Mitchell Livingston 05d35d6698 add a field indicating when the blocklist was last updated 2008-09-01 03:26:04 +00:00
Mitchell Livingston 25c30650d6 some more streamlining of the blocklist code 2008-08-31 20:48:10 +00:00
Mitchell Livingston 0401e5a83a initial separation of blocklist downloader and the corresponding view 2008-08-31 19:47:11 +00:00
Mitchell Livingston f20f90e7ca remove unneeded hardcoded default values 2008-08-17 14:13:13 +00:00
Mitchell Livingston 2bf3559d13 initial Sparkle 1.5 b5 commit 2008-08-15 01:44:46 +00:00
Charles Kerr c75c512ff1 readability improvments #1, #2, #3, #4. (muks) 2008-08-12 13:51:11 +00:00
Mitchell Livingston 0a9334b606 #1145 on startup, proxy type would change from SOCKS5 to SOCKS4 2008-08-07 02:50:30 +00:00
Mitchell Livingston 6071e2da89 use portcheck.transmissionbt.com instead of a third-party site 2008-07-19 14:32:11 +00:00
Mitchell Livingston 5a061b0191 add a button to the prefs window to launch the web interface 2008-07-19 13:40:23 +00:00
Mitchell Livingston 959fbba39c clarify the port check failure message 2008-07-18 11:48:52 +00:00
Mitchell Livingston 04981e32c4 add a port field to the proxy prefs 2008-07-15 01:25:21 +00:00
Mitchell Livingston 83daf61009 cleanup for the removal of the ip sort function 2008-06-27 06:08:12 +00:00
Mitchell Livingston abf1349f91 #562 display an error message when opening broken torrent file 2008-06-18 16:25:30 +00:00
Mitchell Livingston 9d5affb0b7 some cleaning 2008-06-17 17:17:15 +00:00
Mitchell Livingston 87f0b40589 typo caused only a single character of a password to be stored in the keychain 2008-06-16 23:13:56 +00:00
Mitchell Livingston de6a87bfc9 left-allign the text in the inspector pull-down menus; update the Keychain method 2008-06-16 18:31:44 +00:00
Mitchell Livingston 1f361879bb missed an import statement 2008-06-15 20:48:54 +00:00
Mitchell Livingston df22774126 drop EMKeychain and just do the Keychain manipulations ourselves 2008-06-15 20:47:24 +00:00
Mitchell Livingston 55699c2347 plug a trivial memory leak 2008-06-15 04:56:57 +00:00
Mitchell Livingston 02a39a0e1c make RPC password use the Keychain as well 2008-06-13 19:56:09 +00:00
Mitchell Livingston df4e0bad12 put some of the keychain code into methods for future expandability 2008-06-13 18:47:38 +00:00
Mitchell Livingston 06791d1558 updated "remote" prefs icon 2008-06-13 15:38:02 +00:00
Mitchell Livingston 4c987b7a27 if setting the proxy password to blank, delete it from the keychain 2008-06-13 04:52:46 +00:00
Mitchell Livingston 1c38bce649 since keychain is smart enough to not ask to unlock a keychain if the desired key doesn't exist anyway, it's probably fair to always try to get the proxy password from the keychain at launch 2008-06-13 04:22:07 +00:00
Mitchell Livingston 7c8a7c3936 eliminate an unnecessary variable and improve the behavior of the proxy keychain 2008-06-13 04:05:54 +00:00
Mitchell Livingston 4a0bbfaad3 only have a single proxy password, regardless of account name, address, etc; only attempt to grab it from the keychain when both the "enable proxy" and "enable proxy authorization" checks are enabled 2008-06-13 03:44:56 +00:00
Mitchell Livingston 4474f3e1b0 behavior of keychains seems to be better with service names without spaces 2008-06-12 04:11:29 +00:00
Mitchell Livingston 0e266c35e5 let's store the proxy password in the keychain 2008-06-12 03:59:55 +00:00
Mitchell Livingston f407b7ac88 get the new proxy options wired up in the mac build 2008-06-11 21:35:01 +00:00
Mitchell Livingston 60b5c525cf updated help from jah 2008-06-11 03:28:14 +00:00
Mitchell Livingston 5b80678dd0 rearrange proxy prefs, and validate the proxy address value on entry 2008-06-10 22:54:30 +00:00
Mitchell Livingston 493d0fa474 the pieces bar and pieces view now show shades of blue/green based on progress/availability instead of preset "levels" of color - in other words, it mixes white with either blue or green where the amount of color is the exact percentage of the piece that has been downloaded 2008-06-10 19:56:53 +00:00
Mitchell Livingston 92a178d75f accidentally tied the rpc toggle to the proxy toggle 2008-06-10 18:10:51 +00:00
Mitchell Livingston 96955aaf35 (mac) implement proxy support 2008-06-10 18:08:57 +00:00
Mitchell Livingston 3bc2f91d2d fix typo when updating session settings through rpc; update strings and appcast 2008-06-06 05:01:28 +00:00
Mitchell Livingston 8b3f992ad8 update port status strings and creator "no tracker" string 2008-06-05 19:26:35 +00:00
Mitchell Livingston 0d13894dff add fields for rpc username and password 2008-06-05 16:50:39 +00:00
Mitchell Livingston bd2ad5ca97 handle all settings changed by rpc (previously download location was missing) 2008-06-05 15:22:18 +00:00
Mitchell Livingston 4951ba05d0 avoid unnecessary memory allocation when updating the rpc access list 2008-06-05 05:00:24 +00:00
Mitchell Livingston 6497411b61 add a note about wildcards to the rpc prefs 2008-06-04 18:06:16 +00:00
Mitchell Livingston fa08470cfa accurately test the rpc acl's ip address 2008-06-04 17:25:51 +00:00
Mitchell Livingston a3324fbeea print the rpc access list error message to Console 2008-06-04 16:24:49 +00:00
Mitchell Livingston 6243881480 sort ip addresses in the rpc access table; other cleanup with this table code 2008-06-04 06:40:50 +00:00