<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/openqueue/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/openqueue/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 15 Jun 2000 12:58:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openqueue/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>lost connection when issuing &amp;quot;!a GET 34 2&amp;quot;</title><link>https://sourceforge.net/p/openqueue/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since GET was undefined, I tried various combinations, and supplying more then 1 argument would result in the connection dropping...The server throws an exception...&lt;/p&gt;
&lt;p&gt;BUCHndlr for connID5): Exception at far outside of BUCH run().&lt;br /&gt;
java.lang.NullPointerException&lt;br /&gt;
at org.openqueue.passamaquoddy.OQUserCmdHandler.run(Compiled Code)&lt;/p&gt;
&lt;p&gt;James Garrison&lt;br /&gt;
Qualcomm, Inc&lt;br /&gt;
garrison@qualcomm.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 15 Jun 2000 12:58:51 -0000</pubDate><guid>https://sourceforge.netc666aefd2f1e8a32baca2fa2027dd4591908ed88</guid></item><item><title>separate SQL calls from code</title><link>https://sourceforge.net/p/openqueue/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently Passamquoddy's SQL calls (for persistent message storage) are designed for MySQL and enmeshed in the code.  To provide optimal support for other databases, the queries should be removed from code and put into a separate configuration file.  Use placeholders for variables that get swapped in at runtime. For example, like:&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;SELECT X FROM TableY WHERE ID=[ID]&amp;amp;quot;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Jensen</dc:creator><pubDate>Fri, 28 Apr 2000 16:14:24 -0000</pubDate><guid>https://sourceforge.net579b50429928fcc1069ae5c67d5128bb2f446322</guid></item><item><title>want to add topics/users through psmqd's console</title><link>https://sourceforge.net/p/openqueue/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently adding a topic (queue) or a new user is a chore, requiring manual inserts into tables and then stopping and restarting Passamaquoddy.  Want to see the interactive console provide an easy interface for adding topics or users.  For example:&lt;/p&gt;
&lt;p&gt;Ready &amp;amp;gt; create topic&lt;br /&gt;
Topic Path?  /foo/bar&lt;br /&gt;
Topic Owner?  joeshmoe&lt;br /&gt;
Topic Readable by Owner? [y]  y&lt;br /&gt;
Topic Readable by Admin? [y]  y&lt;br /&gt;
Topic Readable by ACL?   [y]  y&lt;br /&gt;
Topic Readable by Everyone? [y]  y&lt;br /&gt;
... Topic #1433 created for /foo/bar.&lt;br /&gt;
Ready &amp;amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Jensen</dc:creator><pubDate>Thu, 27 Apr 2000 06:40:45 -0000</pubDate><guid>https://sourceforge.netdbc4ccf81364c73c7e677523ac74ab2125e0e46b</guid></item><item><title>psmqd needs to support topic paths</title><link>https://sourceforge.net/p/openqueue/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Server currently accepts topic number references to a topic (&amp;amp;quot;#12345&amp;amp;quot;), but not topic path references (&amp;amp;quot;/foo/bar&amp;amp;quot;).  Old code in OQUsrCmdHandler.java is just checking for a valid number, and that all needs to be migrated to a separate function, getByReference(ref), which examines ref and then calls getByID(ref) or getByName(ref), as appropriate.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Jensen</dc:creator><pubDate>Thu, 27 Apr 2000 06:19:23 -0000</pubDate><guid>https://sourceforge.net80bdc1bef190dcd05b538ca5e76d31af9b620ec2</guid></item></channel></rss>