<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Jucy Phorum - Feature Requests</title>
        <description>Any Requests for enhancements go here</description>
        <link>http://jucy.eu/forum/list.php?5</link>
        <lastBuildDate>Fri, 10 Sep 2010 07:58:59 +0200</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,305,305#msg-305</guid>
            <title>clear finished uploads/downloads lists, logfiles (no replies)</title>
            <link>http://jucy.eu/forum/read.php?5,305,305#msg-305</link>
            <description><![CDATA[ Need an option to clear the finished uploads (and downloads?) list, it gets pretty long after a while.<br />
<br />
I just looked and do not see a separate log file for uploads/downloads, maybe that could be implemented too, to have logfiles for these?<br />
<br />
TA!]]></description>
            <dc:creator>rosc</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Fri, 10 Sep 2010 06:03:00 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,284,284#msg-284</guid>
            <title>MYinfo Detector (8 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,284,284#msg-284</link>
            <description><![CDATA[ I would like to have a Myinfo detector, to see users client details, something like in advanced OP clients exist]]></description>
            <dc:creator>Uhlik</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Wed, 08 Sep 2010 21:09:52 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,273,273#msg-273</guid>
            <title>More suggestions (ip in finished ul list, font size nick list) (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,273,273#msg-273</link>
            <description><![CDATA[ Some more things for you  (like you probably don't have enough to do already! :)<br />
<br />
1) It would be helpful if a users ip was in the finished uploads list, next to the nick field (or as an optional field that can be added/removed.)<br />
<br />
2) In the chat window, it would be a nice feature to be able to select a separate font/font size for the nick list that's on the right hand side. I know I can slide that smaller, but, smaller/larger fonts for the nick list would be handy too :)]]></description>
            <dc:creator>rosc</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 06 Sep 2010 20:48:42 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,272,272#msg-272</guid>
            <title>configurable toolbar :) (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,272,272#msg-272</link>
            <description><![CDATA[ Yeah I know, I'm asking alot now aren't I :))<br />
<br />
But, a configurable toolbar would be very nice.  I was surprised it's not a standard feature, most gui apps have that :)]]></description>
            <dc:creator>rosc</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 06 Sep 2010 20:49:31 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,271,271#msg-271</guid>
            <title>block user! (4 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,271,271#msg-271</link>
            <description><![CDATA[ Pretty common feature to be able to block problem users. Would be useful in Jucy :)<br />
<br />
Or at least have that speed limit per user feature, so we could set problem users to ZERO speed, as suggested here: [<a href="http://jucy.eu/forum/read.php?5,114" rel="nofollow" >jucy.eu</a>]]]></description>
            <dc:creator>rosc</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 06 Sep 2010 21:49:27 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,270,270#msg-270</guid>
            <title>Iconify, splashscreen, etc (1 reply)</title>
            <link>http://jucy.eu/forum/read.php?5,270,270#msg-270</link>
            <description><![CDATA[ Couple of suggestions (sorry I didn't look to see if they're duplicates already.)<br />
<br />
1) Add an option to disable splash screen.<br />
<br />
2) An option to make single-clicking the icon in the system tray bring up (maximize) the client.<br />
<br />
3) An option to make single-clicking the icon in the system tray minimize the maximized client (right now it only minimizes when I click on the taskbar icon, not the systray icon).<br />
<br />
4) Options to remove unwanted fields in the various places, such as nick list, favorites, search, etc. For example, under the nick list, I don't really care to see the tag, connection, email fields. I know I can slide them to hide them, but it'd be nicer to have a list of fields that could be enabled or disabled. <br />
<br />
I'm using a linux platform, so  maybe these gui features are different under other platforms. I hope my explanations make sense.<br />
<br />
Thanks :)]]></description>
            <dc:creator>rosc</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 06 Sep 2010 18:58:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,250,250#msg-250</guid>
            <title>Features I've added to my own client that may be of interest (7 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,250,250#msg-250</link>
            <description><![CDATA[ I recently wrote an NMDC bot in Python to cover a few features that aren't really beneficial to the typical DC user (ncurses text mode display being a big one).<br />
<br />
One thing I added in were plugins that affected your file list - In addition to your regular share directories, you'd have &quot;virtual share directories&quot; - for example, one I made creates a share name of &quot;Alphabetical File Listing&quot;, whose subdirs correspond to the first letter of the files.  Since files are requested by root TTH hash, it didn't require any change to existing download routines, just the file list generation function(s).  Another plugin groups based on the media type, etc.  Since my file share is driven by a SQL database (SQLite3 with the fts3 functionality to handle finding parts of filenames), functions like alphabetization are especially easy, but it's certainly something one could work around if the share was memory-based.<br />
<br />
Another feature I added that may not be too Java-friendly is support for the Linux inotify interface, which lets me stop having to scan for new files periodically - it just needs to scan for new files at startup time, and of course when adding a new share.<br />
<br />
I also got it working with OSX's file notification service as well - which is journaled, letting the bot detect ffiles that were added since you shut down the bot, but the requirements for this functionality were ridiculous, so I took this functionality out (Apple only seems willing to let you communicate with the file notification service with their API, using their objective C interface.<br />
<br />
I also have the often requested feature of giving out slots based on IP address, which the other client authors are very opposed to since it's always possible for separate users to be NAT'd to the same IP address - which is of course valid, but without that protection, any user in multiple hubs with the bot could consume multiple slots.<br />
<br />
I don't know how often people actually want these type of features, but if any sound interesting, I maybe could be of some assistance when adding them.<br />
<br />
btx]]></description>
            <dc:creator>btx</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Thu, 09 Sep 2010 18:45:15 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,248,248#msg-248</guid>
            <title>Option to disable DHT (6 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,248,248#msg-248</link>
            <description><![CDATA[ Is DHT enabled by default in Jucy? Our community has a critical need for a client with a setting to disable it.<br />
<br />
Assuming DHT is enabled by default in Jucy, would it be possible to include an option to disable DHT in the next release?<br />
<br />
Thank you for all the of terrific work on Jucy!]]></description>
            <dc:creator>Entropy</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Thu, 02 Sep 2010 01:35:26 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,218,218#msg-218</guid>
            <title>Two new features?.... (3 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,218,218#msg-218</link>
            <description><![CDATA[ Hi,<br />
I wanted to know if in the near future you were willing to adopt two new features.<br />
<br />
1) KAD (option)<br />
2) The option:&quot;send junk to incoming connections&quot; and &quot;send junk to outbound connections&quot; <br />
    to circumvent the limitations of some isp to p2p exchanges.<br />
<br />
The second feature is implemented in iDC++ for Italian users.<br />
Many ISPs in Italy restrict data traffic for p2p users.<br />
It's a very sensitive issue in Italy, and also is leading to legal battles against the isp.<br />
Thank you for your attention.<br />
:)]]></description>
            <dc:creator>Falcogiallo</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Tue, 31 Aug 2010 17:56:56 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,209,209#msg-209</guid>
            <title>Update IP button and auto-update IP  function (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,209,209#msg-209</link>
            <description><![CDATA[ Sometimes the connection restarts and consequently changes the ip...in these situations would be useful a button (in connection settings) to update ip and a function (activities to choose from user) that automatically checks the IP every few minutes<br />
This avoids manual updates of IP upon reconnect and disconnections for wrong ip by hubs<br />
<br />
:)]]></description>
            <dc:creator>Andrea</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Wed, 28 Jul 2010 18:07:20 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,207,207#msg-207</guid>
            <title>source (1 reply)</title>
            <link>http://jucy.eu/forum/read.php?5,207,207#msg-207</link>
            <description><![CDATA[ Is there available source of jucy for download?<br />
i would like to make a install package for opensuse <br />
and for *BSD systems.]]></description>
            <dc:creator>wheeler</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 26 Jul 2010 02:14:28 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,195,195#msg-195</guid>
            <title>refresh button at icon bar (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,195,195#msg-195</link>
            <description><![CDATA[ hey!<br />
<br />
what about a refresh button at top where the rest of the icons are?<br />
<br />
and a aditional option to the refresh function would be to be able choose what to update... fulDC have this option :)<br />
<br />
have to folders shared one &quot;y&quot; and one folder &quot;x&quot; , instead of refreshing it &quot;all&quot; be able to choose x or y .<br />
<br />
//onkel]]></description>
            <dc:creator>onkel</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 18 Jul 2010 23:03:20 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,194,194#msg-194</guid>
            <title>COMMANDS (3 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,194,194#msg-194</link>
            <description><![CDATA[ hey, <br />
<br />
here is another request that i see is not implanted in jucy wich i see in other clients like DC++, fulDC and even AirDC.<br />
<br />
<br />
/uptime = sow curent uptime of client / system<br />
/df = disk free/total<br />
/stats = total upload / download and some specs? maybe version number and jucy spam :P<br />
<br />
//onkel]]></description>
            <dc:creator>onkel</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sat, 24 Jul 2010 00:37:42 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,193,193#msg-193</guid>
            <title>ALREADY SHARED? (4 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,193,193#msg-193</link>
            <description><![CDATA[ hey!<br />
<br />
files already shared are visible when view a filelist, but a already shared folder?<br />
<br />
if you have a folder named &quot; folder&quot; in that folder there are 50files, if you alredy have this folder with thouse 50 files, while browseing another user's filelist, u should be able to see this as well, as only the files.. this makes it easy to see dupe folders!<br />
<br />
<br />
//onkel]]></description>
            <dc:creator>onkel</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 19 Jul 2010 12:05:51 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,184,184#msg-184</guid>
            <title>make juicy appear as dc++ (1 reply)</title>
            <link>http://jucy.eu/forum/read.php?5,184,184#msg-184</link>
            <description><![CDATA[ unfortunately a hub i regularly go to will not allow unrecognised clients. so unless therre is some way to overcome this. it looks like i'll be heading  to a <br />
different client.]]></description>
            <dc:creator>irish</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 11 Jul 2010 18:37:51 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,182,182#msg-182</guid>
            <title>DUPE FOLDER (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,182,182#msg-182</link>
            <description><![CDATA[ hey!<br />
<br />
add dupe folders?<br />
<br />
in case ya have 2 folders with same name and want to add it all under one folder/category<br />
<br />
DC++ have this function, along with many others.<br />
<br />
maybe somthing to think about]]></description>
            <dc:creator>onkel</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 12 Jul 2010 18:14:59 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,172,172#msg-172</guid>
            <title>preview audio and video (4 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,172,172#msg-172</link>
            <description><![CDATA[ as already in strondc, peerweb etc etc]]></description>
            <dc:creator>irish</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sat, 10 Jul 2010 18:01:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,160,160#msg-160</guid>
            <title>Smilie Window (no replies)</title>
            <link>http://jucy.eu/forum/read.php?5,160,160#msg-160</link>
            <description><![CDATA[ if i resize smilie window to a smaller size i cannot scroll in the smaller window to klick anything. please some arrows here.<br />
<br />
<img src="http://img227.imageshack.us/img227/6199/smiliest.jpg" class="bbcode" border="0" />]]></description>
            <dc:creator>dMg</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Thu, 24 Jun 2010 21:22:05 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,151,151#msg-151</guid>
            <title>downloads tab (4 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,151,151#msg-151</link>
            <description><![CDATA[ m.b. display new transfers rolled up in download panel for default? if i wanna see all users i'm downloading from i click transfers tab. in downloads summary info is preferable... imho]]></description>
            <dc:creator>tsuak</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Fri, 18 Jun 2010 08:36:41 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,147,147#msg-147</guid>
            <title>Differentiate the join/part messages color from the regular chat messages (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,147,147#msg-147</link>
            <description><![CDATA[ This one is quite important I would say. There should be possible to set a different color for join/part messages, since now they are in the same color, so regular chat conversation is very hard to follow.]]></description>
            <dc:creator>c0ma</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 27 Jun 2010 16:01:07 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,114,114#msg-114</guid>
            <title>additional speed limit options (1 reply)</title>
            <link>http://jucy.eu/forum/read.php?5,114,114#msg-114</link>
            <description><![CDATA[ i think this request was in the old forum before it was destroyed lol.<br />
<br />
i'd like to see a max upload speed limit per user.<br />
<br />
so you would have your regular global upload speed limit and then each user could be assigned a maximum upload speed from that global speed limit (if you have a global speed limit).<br />
<br />
and also what would be nice is if you could make that if you removed your global limit you could set 'everyone' to a speed and 'favourites' as another speed.<br />
<br />
thanks]]></description>
            <dc:creator>mrmac</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Wed, 12 May 2010 18:00:53 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,110,110#msg-110</guid>
            <title>Growl notifications? (4 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,110,110#msg-110</link>
            <description><![CDATA[ I know this is a Mac only feature, but it'd would be really useful. It makes sense for Mac users to be able to take advantage of a well-implemented standardized notification system like Growl, rather than the built-in ones. In particular, I'd like Growl notifications for new Private Messages. The main advantage for me would be that Growls can be sent over a network, and I run Jucy on a headless server and don't check it very often.<br />
<br />
If you wanted to keep this truly cross-platform, then you could create a feature to execute an external program on specified triggers. That way I could easily set up Growl notifications using an Applescript launcher.<br />
<br />
Just a thought.<br />
<br />
Cheers,<br />
Carlos.]]></description>
            <dc:creator>CarlosTheTackle</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Wed, 12 May 2010 16:54:57 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,84,84#msg-84</guid>
            <title>unfinished downloads (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,84,84#msg-84</link>
            <description><![CDATA[ will be nice to see &quot;place unfinished downloads in the target folder&quot; option in preferences. for example, when default folder is &quot;C:\Documents and Settings\username\UC\Downloads&quot; and i'm downloadin' files to folder on other drive (for ex. F:\Video\), after download is finished jucy needs a lot of time to copy data from one disc to another. so i will be able to access finished downloads files sooner if the target drive and temporary will be the same )]]></description>
            <dc:creator>tsuak</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Tue, 04 May 2010 13:36:32 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,42,42#msg-42</guid>
            <title>new files rss feed (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,42,42#msg-42</link>
            <description><![CDATA[ hey,<br />
<br />
i was wondering if it'd be possible for jucy to create an rss feed of all the new files in everyone or a selection of users every few hours and then update it to a file with magnet links?<br />
<br />
to me this would be an extremely useful feature.]]></description>
            <dc:creator>mrmac</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Mon, 10 May 2010 08:55:23 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,9,9#msg-9</guid>
            <title>sfv checking (1 reply)</title>
            <link>http://jucy.eu/forum/read.php?5,9,9#msg-9</link>
            <description><![CDATA[ Option for &quot;Enable automatic sfv checking&quot; will be appreciated as well.]]></description>
            <dc:creator>fracti0n</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 25 Apr 2010 20:37:28 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,8,8#msg-8</guid>
            <title>more keyboard shortcuts (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,8,8#msg-8</link>
            <description><![CDATA[ adding keyboard shortcuts for &quot;refresh share&quot;, download queue, upload queue, finished downloads, finished uploads would be helpful as well.]]></description>
            <dc:creator>fracti0n</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 11 Jul 2010 18:58:44 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,7,7#msg-7</guid>
            <title>auto open tabs on start (1 reply)</title>
            <link>http://jucy.eu/forum/read.php?5,7,7#msg-7</link>
            <description><![CDATA[ Option in settings to auto open desired tabs after application start (like download queue, upload queue, finished downloads, finished uploads etc.)]]></description>
            <dc:creator>fracti0n</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 25 Apr 2010 20:35:20 +0200</pubDate>
        </item>
        <item>
            <guid>http://jucy.eu/forum/read.php?5,6,6#msg-6</guid>
            <title>download whole directory (2 replies)</title>
            <link>http://jucy.eu/forum/read.php?5,6,6#msg-6</link>
            <description><![CDATA[ &quot;Download whole directory to&quot; would be a usefull option in the search tab.]]></description>
            <dc:creator>fracti0n</dc:creator>
            <category>Feature Requests</category>
            <pubDate>Sun, 11 Jul 2010 18:57:49 +0200</pubDate>
        </item>
    </channel>
</rss>
