Commit Graph

5358 Commits

Author SHA1 Message Date
Damien Churchill e2fb2ddd03 tweak the layout slightly 2009-08-20 01:12:43 +00:00
Damien Churchill e05e0b4e35 add support for binding an option to multiple fields 2009-08-20 01:08:09 +00:00
Damien Churchill 9962206907 include yet more preferences (ssl, port, certificate locations) 2009-08-20 00:55:58 +00:00
Damien Churchill 937f8715a4 only output config keys that the ui needs in /config.js 2009-08-20 00:54:57 +00:00
Damien Churchill 54083e0a7e remove some unused configuration values 2009-08-20 00:47:27 +00:00
Damien Churchill 88471024d9 have the option manager return the field from a bind 2009-08-20 00:47:02 +00:00
Damien Churchill e676bcf576 add the session timeout to one of the options on the interface preferences 2009-08-20 00:32:32 +00:00
Damien Churchill 1a635e8860 only return deferreds for those methods that require it 2009-08-20 00:31:31 +00:00
Damien Churchill 7d0ccb8847 fix returning the call when the method doesn't return a deferred 2009-08-20 00:27:34 +00:00
Damien Churchill ea3f8b7d34 fix the message boxes on the return of the password change call 2009-08-20 00:12:41 +00:00
Damien Churchill 56aca8f2f9 rewrite the interfaces preferences page as a class
implement password changing
2009-08-20 00:05:35 +00:00
Damien Churchill c94c9c36e4 have the change_password method accept an old_password parameter for extra checking
move the password checking logic into a seperate check_password method
2009-08-20 00:04:55 +00:00
Damien Churchill 865027b3ec increase the expires time each time a session is checked for authentication 2009-08-19 23:30:36 +00:00
Damien Churchill 9f3ef6556a add an isObjectEmpty method to Ext to test to see if an object == {}
fix a couple of bugs in the options manager
only call core.set_config if there are changed options
call all the pages onApply method if they have one
2009-08-19 23:17:50 +00:00
Damien Churchill b4547c0bf0 add a show_session_speed option
add a get_config() method to the web api
2009-08-19 23:16:19 +00:00
Andrew Resch 219a509bee Fix terminal resizing support 2009-08-19 22:13:58 +00:00
Andrew Resch 39a09f2704 Fix piece size calculation 2009-08-19 02:14:29 +00:00
Andrew Resch 4ca5f9a371 Use piece_sizes in KiBs
Fix bug with webseeds
Fix bug with multi-level directories
2009-08-19 01:45:55 +00:00
Damien Churchill 4014b3fba9 remove an extra creation of the options manager 2009-08-18 22:19:09 +00:00
Damien Churchill 97163b7cb0 change the session timeout to be configurable 2009-08-18 22:04:58 +00:00
Andrew Resch 199a307cd9 Add 'cache' command to the console ui to display the cache status 2009-08-17 20:21:02 +00:00
Andrew Resch 3d3f7e53f9 Fix docstring 2009-08-17 20:20:45 +00:00
Andrew Resch fed7392a5d Add a 'plugin' command to the console ui to enable, disable and list available/enabled plugins 2009-08-17 20:09:22 +00:00
Andrew Resch fb4e4856d1 Show an error instead of crashing when trying to use a command option without a required argument 2009-08-17 19:13:09 +00:00
Andrew Resch 2b31544754 Fix console ui from crashing when the terminal size is shrunk 2009-08-17 18:02:56 +00:00
Andrew Resch 06ecfceb74 Fix print torrent info to the console 2009-08-16 17:13:34 +00:00
Andrew Resch 66eaa4071d Add the auth level to the RPC Export docstring
Fix up docstrings in the rpcserver module
2009-08-14 23:11:22 +00:00
Andrew Resch 2681acbc8d Add 'RPC Exported Function' to the beginning of every docstring on rpc exported functions 2009-08-14 22:47:28 +00:00
Andrew Resch 567a42b0ec Fix some docstrings 2009-08-13 05:02:39 +00:00
Andrew Resch 74ed19b5f2 Do not use property decorators as 2.5 does not support .setter et al 2009-08-12 21:18:39 +00:00
Damien Churchill f562e8aff3 remove log messages as they don't work 2009-08-12 08:20:19 +00:00
Damien Churchill 8ef55c380e add a log message stating which json encoder is being using 2009-08-12 07:24:10 +00:00
Andrew Resch c35535edc3 Print libtorrent version in the log 2009-08-12 07:22:13 +00:00
Andrew Resch bd5998ec05 Remove gtkui.rst for the time being 2009-08-12 07:17:21 +00:00
Damien Churchill c33cf71b62 stop using get_stats and fix the protocol overheads in the statusbar 2009-08-12 00:59:19 +00:00
Damien Churchill b431368b67 remove cruft in the preferences folder 2009-08-12 00:43:40 +00:00
Damien Churchill 58c3b60ca7 add a new preferences page for encryption 2009-08-12 00:42:48 +00:00
Damien Churchill a207e1010b increase the width of the spinners on the bandwidth page 2009-08-12 00:19:33 +00:00
Andrew Resch 5376ae307a Add maketorrent.rst 2009-08-12 00:11:08 +00:00
Damien Churchill b74fdcf558 fix calling core methods 2009-08-12 00:10:07 +00:00
Andrew Resch 1cfc057b05 Add new maketorrent module 2009-08-12 00:09:22 +00:00
Damien Churchill c9b8428106 change onLogout to logout 2009-08-11 23:58:19 +00:00
Damien Churchill 2c65d21b0b remove rogue print statement 2009-08-11 23:57:54 +00:00
Damien Churchill 3ed6e28adc fix the scope of the each loop 2009-08-11 23:56:35 +00:00
Damien Churchill 7f597aff70 fix for when the login window hasn't been rendered 2009-08-11 23:55:01 +00:00
Damien Churchill 6b8ff92fe2 improve the connection manager 2009-08-11 23:43:56 +00:00
Damien Churchill 3e8c17b071 complete the new auth system using cookies & sessions 2009-08-11 23:39:58 +00:00
Damien Churchill 1b17d66576 add a missing method 2009-08-11 23:15:42 +00:00
Damien Churchill 444272344e change it so the event is only subscribed to for a single fire 2009-08-11 23:15:20 +00:00
Damien Churchill 7c0590f399 fix a bug when firing the error event 2009-08-11 23:14:38 +00:00