1,633
edits
No edit summary |
mNo edit summary |
||
Line 59: | Line 59: | ||
* Retrieve related-episode data with the FILE command, making use of bit 5 (or some other unused bit) of the fcode. Proposed return is a list of episode IDs separated by commas. File 275580 is a fair example of why this is useful; right now there's no way to show that this is a dual-episode file via the UDP API. --[[User:Radicand|Radicand]] 14:32, 27 March 2008 (UTC) | * Retrieve related-episode data with the FILE command, making use of bit 5 (or some other unused bit) of the fcode. Proposed return is a list of episode IDs separated by commas. File 275580 is a fair example of why this is useful; right now there's no way to show that this is a dual-episode file via the UDP API. --[[User:Radicand|Radicand]] 14:32, 27 March 2008 (UTC) | ||
== | == MyList Commands == | ||
=== MYLISTADD: Add file to | === MYLISTADD: Add file to MyList === | ||
Feature request: It'd be useful if the reply of this command would contain the lid of the added file. | Feature request: It'd be useful if the reply of this command would contain the lid of the added file. | ||
Line 109: | Line 109: | ||
* prevent the server from unintentionally sending unencrypted data to a client, i.e. notifications. (no more dropping of encryption on decryption failure) | * prevent the server from unintentionally sending unencrypted data to a client, i.e. notifications. (no more dropping of encryption on decryption failure) | ||
=== USERLIST : Retrieve | === USERLIST : Retrieve MyList Data of a specified user [{{colour|red|rejected}}] === | ||
Feature Request: The purpose is for a client I want to make, which will essentially be a more user friendly method of viewing and manipulating the view of a user's list. Sort by various categories and so on. I would like to be able to view and browse a specified user's list just as I can with the web interface | Feature Request: The purpose is for a client I want to make, which will essentially be a more user friendly method of viewing and manipulating the view of a user's list. Sort by various categories and so on. I would like to be able to view and browse a specified user's list just as I can with the web interface | ||
edits