Commit Graph

234 Commits

Author SHA1 Message Date
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
Mitchell Livingston 63c06c99b1 add ability to add and remove to the rpc access list 2008-06-04 04:48:17 +00:00
Mitchell Livingston 9aa4c2b4ae add rpc access control table to prefs 2008-06-04 03:50:10 +00:00
Mitchell Livingston 32ddfbe98a initial rpc pref pane 2008-06-03 19:11:43 +00:00
Mitchell Livingston 8bd570d976 get rid of an unnecessary warning 2008-06-03 18:00:51 +00:00
Mitchell Livingston 84601b3e09 implement most of the rpc preferences updating 2008-06-03 17:55:43 +00:00
Mitchell Livingston b884651ac3 add a warning when removing built-in trackers 2008-06-02 18:34:58 +00:00
Mitchell Livingston aed40c4318 allow creation of torrents with no announce address 2008-05-28 23:57:25 +00:00
Charles Kerr d18fb68fbc sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort" 2008-05-23 16:18:58 +00:00
Charles Kerr 7b209acc1b more janitorial cleanup on the "tr_session*" namespace. Today's victim: tr_handle_status. 2008-05-22 12:31:47 +00:00
Mitchell Livingston 7e36f684a9 mac build compiles 2008-05-12 16:39:32 +00:00