<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/simpleaim/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/simpleaim/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 04 Aug 2003 06:45:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simpleaim/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>package class files as an executable JAR</title><link>https://sourceforge.net/p/simpleaim/feature-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;should package all /bin/ class files into an executable &lt;br /&gt;
JAR so it's compact and more well maintained, atleast for &lt;br /&gt;
the binary file download.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kelvin Jiang</dc:creator><pubDate>Mon, 04 Aug 2003 06:45:05 -0000</pubDate><guid>https://sourceforge.netb1856d55d3ffbb58a5c6f76dd4d88cb977743eb3</guid></item><item><title>Auto complete screen name?</title><link>https://sourceforge.net/p/simpleaim/feature-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a way to add in an autocomplete &lt;br /&gt;
functionality? such as pressing tab to cycle through &lt;br /&gt;
the names on ur buddylist.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jimmy</dc:creator><pubDate>Fri, 23 May 2003 17:47:02 -0000</pubDate><guid>https://sourceforge.net76bfd415c7b4e7bb88124f18b7c5468e25981132</guid></item><item><title>Support permit/deny list</title><link>https://sourceforge.net/p/simpleaim/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Parse the permit/deny once it comes from the server,&lt;br /&gt;
save it, and send back the appropriate command&lt;br /&gt;
toc_add_deny/toc_acc_permit. It's annoying when someone&lt;br /&gt;
you've blocked im's you...&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 13 May 2003 06:02:24 -0000</pubDate><guid>https://sourceforge.net1b3756dbed330792f19dac0334f9d922a881e9a4</guid></item><item><title>Can use toc_get_status instead of toc_get_info</title><link>https://sourceforge.net/p/simpleaim/feature-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Instead of using tog_get_info command to check if a&lt;br /&gt;
user is online, you can use the toc_get_status command,&lt;br /&gt;
which will invoke an UPDATE_BUDDY message from the&lt;br /&gt;
server about that person. This command was never&lt;br /&gt;
documented, but it's quite useful.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 13 May 2003 05:40:18 -0000</pubDate><guid>https://sourceforge.netf094762cdc07568abc3ae6829a04fed1d77d3007</guid></item><item><title>get_info</title><link>https://sourceforge.net/p/simpleaim/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;allow get_info to display the status of a user even if s/he &lt;br /&gt;
is not on the buddy list.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 02 May 2003 19:05:45 -0000</pubDate><guid>https://sourceforge.net86ee0194c5883489adaec2cc7110c91a1967e97e</guid></item><item><title>change get_info functionality</title><link>https://sourceforge.net/p/simpleaim/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;simply change the get_info command to &lt;br /&gt;
display &amp;amp;quot;*username* is available&amp;amp;quot; instead of &amp;amp;quot;*username* &lt;br /&gt;
is not away&amp;amp;quot;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 23 Apr 2003 19:56:43 -0000</pubDate><guid>https://sourceforge.net849e77bcaa7c92fdfe0f54b8fe48fcab6fc24a29</guid></item><item><title>Extend to usage of Java packages</title><link>https://sourceforge.net/p/simpleaim/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We want to use packages for the overall code to provide &lt;br /&gt;
for better encapsulation of the source. Here's a snippet &lt;br /&gt;
of the thread from the developers forum:&lt;/p&gt;
&lt;p&gt;By: cjennings ( Craig Jennings ) &lt;br /&gt;
Packages &lt;br /&gt;
2003-01-09 05:37&lt;br /&gt;
Hi All, &lt;/p&gt;
&lt;p&gt;I think we should make use of packages. I suggest &lt;br /&gt;
net.sourceforge.simpleaim for the main package. Any &lt;br /&gt;
reason why we haven't so far? Other comments?&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;By: cjennings ( Craig Jennings ) &lt;br /&gt;
RE: Packages &lt;br /&gt;
2003-01-30 02:35&lt;br /&gt;
Actually, I mean java packages. Typically, it's not a &lt;br /&gt;
good idea to have no package declaration in a java &lt;br /&gt;
source file. You'll see something like: &lt;/p&gt;
&lt;p&gt;package com.sun.java &lt;br /&gt;
or &lt;br /&gt;
package com.oracle.jdbc &lt;/p&gt;
&lt;p&gt;in source code that you download elsewhere. One &lt;br /&gt;
problem I'm facing is that it appears the javadoc tool &lt;br /&gt;
doesn't run if your source files don't have a package &lt;br /&gt;
declaration. Here's a page that discusses packages on &lt;br /&gt;
sun's tutorial site: &lt;br /&gt;
&lt;a href="http://java.sun.com/docs/books/tutorial/java/interpack/pa" rel="nofollow"&gt;http://java.sun.com/docs/books/tutorial/java/interpack/pa&lt;/a&gt;&lt;br /&gt;
ckages.html &lt;/p&gt;
&lt;p&gt;Typically, the default name of your package is the &lt;br /&gt;
reverse URL of your internet domain. (that's why sun's &lt;br /&gt;
source always has com.sun and oracle's com.oracle). &lt;br /&gt;
Ours should be net.sourceforge.simpleaim. &lt;/p&gt;
&lt;p&gt;What this will do is put our sourcefiles and classes in a &lt;br /&gt;
directory so that when others decide to use our source &lt;br /&gt;
to build on, there won't be any class or source &lt;br /&gt;
namespace clashes. &lt;/p&gt;
&lt;p&gt;Let me know what you all think. &lt;/p&gt;
&lt;p&gt;By: cloudkj ( Kelvin Jiang ) &lt;br /&gt;
RE: Packages &lt;br /&gt;
2003-01-30 08:31&lt;br /&gt;
Ah! &lt;/p&gt;
&lt;p&gt;Yes, yes, I understand your point. I think this is a great &lt;br /&gt;
idea, not only in terms of allowing javadoc to run on our &lt;br /&gt;
code, but also provides us with a standard heirarchy. &lt;/p&gt;
&lt;p&gt;If we were to expand the application (ie. with a GUI add-&lt;br /&gt;
on), this would probably make the process much &lt;br /&gt;
simpler. &lt;/p&gt;
&lt;p&gt;I like the idea.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kelvin Jiang</dc:creator><pubDate>Sun, 20 Apr 2003 01:59:44 -0000</pubDate><guid>https://sourceforge.net59d9be8f02bad5ec4636043aaf8a1a431e756da1</guid></item><item><title>Fix auto-response</title><link>https://sourceforge.net/p/simpleaim/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When user is away and someone sends the user a &lt;br /&gt;
message, the auto-response should only come up the &lt;br /&gt;
first time, then stop coming up until after a while. Same &lt;br /&gt;
case with idle messages. &lt;/p&gt;
&lt;p&gt;I'm not sure about the details of this feature. I think the &lt;br /&gt;
only way to implement this is to somehow keep track of &lt;br /&gt;
the amount of time since the last IM received from a &lt;br /&gt;
certain buddy. If the time was long enough, then the &lt;br /&gt;
auto-response message is sent. Else we would do &lt;br /&gt;
nothing. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kelvin Jiang</dc:creator><pubDate>Wed, 02 Apr 2003 00:55:21 -0000</pubDate><guid>https://sourceforge.net0c750a9bbc7a93e23daea3cd2896a1717ba61ddd</guid></item><item><title>add/remove buddies from list</title><link>https://sourceforge.net/p/simpleaim/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;have to implement ability to add/remove buddies from &lt;br /&gt;
buddy list &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kelvin Jiang</dc:creator><pubDate>Wed, 02 Apr 2003 00:54:32 -0000</pubDate><guid>https://sourceforge.net6eb3584eb0429ee3d6b6a718688531e65015cb01</guid></item><item><title>support buddy groups</title><link>https://sourceforge.net/p/simpleaim/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;support display and config of buddy groups. may need &lt;br /&gt;
to implement adding/removing buddies from list first &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kelvin Jiang</dc:creator><pubDate>Wed, 02 Apr 2003 00:53:55 -0000</pubDate><guid>https://sourceforge.net5077eef898a410f5b93878101b4450dc767113c5</guid></item></channel></rss>