Commit Graph

5483 Commits

Author SHA1 Message Date
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
Andrew Resch c0d0498f36 Add rst files for all the modules 2009-08-11 23:05:13 +00:00
Damien Churchill ba909ebcc9 add an error event to the rpc client 2009-08-11 22:53:53 +00:00
Damien Churchill 074c2f85a5 return if stats is null or false 2009-08-11 22:51:37 +00:00
Damien Churchill 6334820a5d stop the update_ui method from calling core methods when the client isn't connected
make the current http request available to exported methods via a __request__ global that gets set before each call
2009-08-11 15:22:59 +00:00
Damien Churchill 2de8069c9f add an onOk event handler that saves and closes the preferences window 2009-08-10 10:24:45 +00:00
Damien Churchill 78df3d10ce fix update calls in a few places 2009-08-10 09:58:51 +00:00
Damien Churchill 01ec3f5b5a change runCheck to update 2009-08-10 09:56:43 +00:00
Damien Churchill 33d889aaf8 add dump and load methods to the json module if it isn't simplejson 2009-08-10 09:46:57 +00:00
Damien Churchill 2bece0e03d add everything aside from encryption to the network preferences 2009-08-07 07:33:35 +00:00
Damien Churchill 38aaea29a0 increase the icon size to 64 so it doesn't look crummy in application switchers that use large icons 2009-08-07 07:31:27 +00:00
Damien Churchill c2361f5865 update javascript to ext 2.3 2009-08-07 07:10:55 +00:00
Damien Churchill bf0218d785 update the doc string for export 2009-08-07 07:09:53 +00:00
Andrew Resch c154301dbd Add a force recheck command to the console 2009-08-06 20:16:23 +00:00
Andrew Resch 299add850c Have the console command 'info' display all torrents info when no argument is given 2009-08-06 20:15:52 +00:00
Damien Churchill 7b9fe6ea94 working implementation of the port configuration 2009-08-06 19:03:08 +00:00
Damien Churchill 5af8fec10a add a spinnergroup widget to make the port sections in the network preferences easier 2009-08-06 18:58:37 +00:00
Andrew Resch 9bf89455e6 Get the number of rows/columns on refresh() 2009-08-06 18:21:18 +00:00
Andrew Resch 8425e9915d Move the add_torrent_url_with_cookie url to our server 2009-08-04 01:01:26 +00:00
Damien Churchill fa2dedda73 add an override to setValue within the ext spinner extension so setValue amounts are run through the strategy 2009-08-03 22:26:18 +00:00
Andrew Resch f216ffe54e Add a comment 2009-08-03 21:45:03 +00:00
Damien Churchill ea57cad95b call check_ssl_keys prior to listenSSL 2009-08-03 21:41:53 +00:00
Andrew Resch ee573b4816 Add a check_ssl_keys() function that will check for the keys and generate them if needed 2009-08-03 21:39:06 +00:00
Damien Churchill 352ec837d5 add a webui plugin to core and gtk for integrating the web interface with the core 2009-08-03 21:37:35 +00:00
Andrew Resch 706c52dd1b Move generate_ssl_keys() out of RPCServer 2009-08-03 21:34:07 +00:00
Andrew Resch ac9be780cf Revert 5619
Fix find_json_objects when there is a newline at the end of the string
Add test for find_json_objects
2009-08-03 20:27:03 +00:00