Martijn Voncken
|
8cf72ca2dc
|
organize core-plugin
|
2008-03-04 19:51:31 +00:00 |
Martijn Voncken
|
985ccb3187
|
webui:fix TORRENT_STATE
|
2008-03-04 12:04:08 +00:00 |
Andrew Resch
|
0e31d4243c
|
Add 'Queued' label to SideBar.
Fix the labels filter from not displaying properly.
|
2008-03-03 09:05:02 +00:00 |
Andrew Resch
|
8de2946da2
|
Queueing updates.
|
2008-03-03 04:54:52 +00:00 |
Andrew Resch
|
87a59662e4
|
Modify common.TORRENT_STATE to be a list instead of a dictionary. The
state is now sent as a string instead of an int. This will break UIs.
|
2008-03-03 02:41:44 +00:00 |
Andrew Resch
|
eb15b5da37
|
Setting options for the Queueing stuff now works in preferences.
|
2008-03-03 02:40:43 +00:00 |
Andrew Resch
|
e031c4b3ee
|
Add new Queued state icon.
|
2008-03-03 02:14:51 +00:00 |
Andrew Resch
|
25d2f99ece
|
Update the host list on initialization.
|
2008-03-02 06:50:34 +00:00 |
Andrew Resch
|
ea3d25e8e1
|
Add Queue functionality from the plugin to the core. This breaks
torrents.state.
|
2008-03-02 04:47:35 +00:00 |
Andrew Resch
|
2113cbc3c3
|
Remove Queue plugin as it's functionality has been moved to the core.
|
2008-03-02 04:40:40 +00:00 |
Martijn Voncken
|
d4a8f29957
|
clean up status_fields
|
2008-03-01 14:20:04 +00:00 |
Martijn Voncken
|
b10cdb22d1
|
fix reversed sorting
|
2008-03-01 11:10:45 +00:00 |
Martijn Voncken
|
c04e9701ae
|
move webui(done)
|
2008-03-01 10:42:06 +00:00 |
Martijn Voncken
|
b47551d009
|
move webui(3)
|
2008-03-01 10:41:08 +00:00 |
Martijn Voncken
|
7377f1416c
|
move webui(2)
|
2008-03-01 10:40:46 +00:00 |
Martijn Voncken
|
5dc12d1774
|
move webui(1)
|
2008-03-01 10:39:53 +00:00 |
Martijn Voncken
|
62c23829be
|
plugin_api
|
2008-03-01 10:16:33 +00:00 |
Andrew Resch
|
ba6018f3f3
|
Fix torrents being added in wrong paused/active state on state load.
This should fix #27.
|
2008-02-28 20:55:06 +00:00 |
Martijn Voncken
|
a65251807b
|
prepare for plugins2
|
2008-02-28 19:36:28 +00:00 |
Martijn Voncken
|
d844337cbb
|
prepare for plugins
|
2008-02-28 19:35:45 +00:00 |
Martijn Voncken
|
8a4bf3ab15
|
improved connect-page+web.reloader
|
2008-02-28 16:55:23 +00:00 |
Marcos Pinto
|
51dccc21ae
|
lt sync 2039
|
2008-02-28 06:45:21 +00:00 |
Andrew Resch
|
b72098e561
|
Start of work migrating the Queue plugin into core.
|
2008-02-27 08:10:14 +00:00 |
Andrew Resch
|
53ebbe011c
|
Updates to the test plugin.
|
2008-02-27 08:09:47 +00:00 |
Andrew Resch
|
f1808a0cc3
|
Add pausing and resuming of components. This stops the update() timer
for the component and restarts it upon resume.
|
2008-02-27 07:43:47 +00:00 |
Martijn Voncken
|
26b8fcf086
|
minimal admin toolbar2
|
2008-02-26 17:59:46 +00:00 |
Martijn Voncken
|
c5cb204344
|
minimal admin toolbar
|
2008-02-26 17:59:24 +00:00 |
Andrew Resch
|
8ee529d229
|
Add 'on_apply_prefs' plugin hook.
|
2008-02-26 17:10:44 +00:00 |
Andrew Resch
|
06ffa8c628
|
Fix commit 2866
|
2008-02-26 05:31:05 +00:00 |
Andrew Resch
|
8c44dd40fa
|
Make PluginManager start before TorrentManager.
|
2008-02-26 05:28:29 +00:00 |
Andrew Resch
|
28f0a0b9f8
|
Catch possible exception on shutdown.
|
2008-02-26 05:27:32 +00:00 |
Andrew Resch
|
3103a69754
|
Update Test plugin to work properly.
|
2008-02-26 05:27:12 +00:00 |
Martijn Voncken
|
a7b12cc159
|
no exception on invalid sort
|
2008-02-26 00:33:27 +00:00 |
Martijn Voncken
|
79b9eda351
|
fix config template
|
2008-02-26 00:22:54 +00:00 |
Martijn Voncken
|
d1b8075fe6
|
webui:torrent_list:use sclient.get_torrents_status instead of async
|
2008-02-25 17:44:32 +00:00 |
Marcos Pinto
|
9c0dc5f9e3
|
lt sync 2828
|
2008-02-25 08:52:57 +00:00 |
Andrew Resch
|
a352202247
|
Account for large files in the files list.
|
2008-02-25 06:52:56 +00:00 |
Andrew Resch
|
4513531ef4
|
Attempt to call 'apply_prefs()' in enabled plugins when the user clicks
OK or Apply in preferences. This is designed to allow plugins to save
their preferences.
|
2008-02-25 02:49:30 +00:00 |
Sadrul Habib Chowdhury
|
a39b8baa72
|
Ensure int-ness for max-connections and upload-slots of torrents.
|
2008-02-25 01:22:46 +00:00 |
Andrew Resch
|
ae0652227b
|
Add post_session_load() plugin hook. This change does break
persistent.state.
Add some queue exports and stuff to the core.
|
2008-02-25 00:05:09 +00:00 |
Martijn Voncken
|
d9868b0ce2
|
disable queue
|
2008-02-24 13:24:29 +00:00 |
Martijn Voncken
|
fb85b87580
|
basic reconnect
|
2008-02-24 12:59:36 +00:00 |
Andrew Resch
|
8f039eb0fa
|
Fix shutdown().
|
2008-02-24 05:36:36 +00:00 |
Martijn Voncken
|
ada8d5641f
|
add_torrent_file_binary
|
2008-02-23 15:19:47 +00:00 |
Martijn Voncken
|
2c12368fad
|
webui:add_torrent_file_binary
|
2008-02-23 15:18:18 +00:00 |
Andrew Resch
|
616dd6288a
|
Minor cosmetic touch-ups.
Removed some imports that are no longer needed.
|
2008-02-22 22:36:31 +00:00 |
Martijn Voncken
|
80f11bff0f
|
client.has_callback->fix api/readability
|
2008-02-22 22:27:21 +00:00 |
Martijn Voncken
|
e192b38ab6
|
webui:client.py refactor
|
2008-02-22 22:16:43 +00:00 |
Martijn Voncken
|
d53a606b0e
|
big client.py refactor
|
2008-02-22 22:16:13 +00:00 |
Andrew Resch
|
21c4025a7b
|
Show max_speeds in torrent details.
|
2008-02-22 09:12:16 +00:00 |