gaim/www

I took at stab at it

2005-10-11, Mark Doliner
2616e950b193
Parents 2e4a8fe59f71
Children 462fe4160729
I took at stab at it
--- a/htdocs/news.txt Sun Oct 09 16:56:13 2005 -0400
+++ b/htdocs/news.txt Tue Oct 11 23:45:33 2005 -0400
@@ -1,5 +1,5 @@
Impossible to see, the future is.
-October 9th, 2005 - 10:35PM EDT
+October 12th, 2005 - 10:35PM EDT
It's been almost two months since our last release, and some of you are no doubt asking yourselves "why?!" We've been working toward improving Gaim's user interface for setting yourself away, invisible, etc. The changes to Gaim's internals are pretty extensive, and it's taking us a long time. With any luck, Gaim 2.0.0 will be out on November 27th.
Meanwhile, Google's Summer of Code has drawn to a conclusion and we are very happy with what our students accomplished. Support for Apple's <a href="http://www.apple.com/macosx/features/bonjour/">Bonjour</a> protocol, UPnP NAT traversal, AIM and ICQ file transfer proxying, and support for the SIP/SIMPLE protocol are a few of the additions. See the news post at the top of our <a href="summerofcode/">Summer of Code</a> page for a detailed list.
#
--- a/htdocs/summerofcode/index.php Sun Oct 09 16:56:13 2005 -0400
+++ b/htdocs/summerofcode/index.php Tue Oct 11 23:45:33 2005 -0400
@@ -14,20 +14,58 @@
<h1 id="news">News</h1>
<h2 class="news">Summer of Code Ends</h2>
-<div class="newsdate">October 9, 2005 - 10:35PM EDT</div>
+<div class="newsdate">October 12, 2005 - 10:35PM EDT</div>
<p>The "pencils down" date for the Summer of Code was September 1st. Here's a list of some of the spectacular things the Summer of Code students accomplished during their two months.
</p>
<ul>
-<li>Rendezvous Plugin (Juanjo Molinero Horno) - Wrote a protocol plugin (PRPL) that communicates with Apple's iChat using the Bonjour protocol. The Bonjour protocol uses multicast DNS to automatically discover other Bonjour users on your local network. The PRPL currently uses the <a href="http://www.porchdogsoft.com/products/howl/">Howl</a> library for multicast DNS, but we'd like to switch to using <a href="http://www.freedesktop.org/Software/Avahi">Avahi</a> in the future. This in CVS HEAD and will be in the next release of Gaim.</li>
+<li>
+Rendezvous Plugin (Juanjo Molinero Horno) - Wrote a protocol plugin (PRPL) that communicates with Apple's iChat using the Bonjour protocol. The Bonjour protocol uses multicast DNS to automatically discover other Bonjour users on your local network. The PRPL currently uses the <a href="http://www.porchdogsoft.com/products/howl/">Howl</a> library for multicast DNS, but we'd like to switch to using <a href="http://www.freedesktop.org/Software/Avahi">Avahi</a> in the future. This in CVS HEAD and will be in the next release of Gaim.
+</li>
+
+<li>
+D-Busified gaim-remote (Piotr Zielinski) - Added D-Bus bindings to Gaim which allow other D-Bus aware programs to interact with Gaim. Removed the old, socked-based gaim-remote executable. It is being replaced by a python script that communicates with Gaim via D-Bus. This is in CVS HEAD and will be in the next release of Gaim.
+</li>
+
+<li>
+Improved Perl Scripting (John Kelm) - Fixed the problems with our Perl interpreter and added support for lots of Gaim's newer functionality. This is in CVS HEAD and will be in the next release of Gaim.
+</li>
-<li>D-Busified gaim-remote (Piotr Zielinski) - Added D-Bus bindings to Gaim which allow other D-Bus aware programs to interact with Gaim. This is in CVS HEAD and will be in the next release of Gaim.</li>
+<li>
+UPnP NAT Traversal (Adam J. Warrington) - Gaim will now talk to your router and arrange for certain ports to be forwarded to your computer when doing file transfers. This should <b>greatly</b> improve file transfer success rates. This is in CVS HEAD and will be in the next release of Gaim.
+</li>
+
+<li>
+Gadu-Gadu Support (Bartosz Oler) - Our Gadu-Gadu protocol plugin is now using a much more recent version of libgadu. Many many improvements were made, and this protocol plugin is now working very well. This is in CVS HEAD and will be in the next release of Gaim.
+</li>
+
+<li>
+SIP/SIMPLE (Thomas Butter) - We now have a working protocol plugin for doing IM over a SIP connection, compatable with kphone, iptel.org and sipgate.de. This is in CVS HEAD and will be in the next release of Gaim.
+</li>
-<li>Improved Perl Scripting (John Kelm) - Fixed the problems with our Perl interpreter and added support for lots of Gaim's newer functionality. This is in CVS HEAD and will be in the next release of Gaim.</li>
+<li>
+ICQ File Transfer (Jonathan Clark) - ICQ file transfer turned out to be pretty easy, since new versions of ICQ use the same file transfer protocol as AIM. After Jonathan got that working, he went on to add support for proxying a file through AOL's file transfer proxy servers, and made lots of other improvements to the file transfer code used by both AIM and ICQ. This is in CVS HEAD and will be in the next release of Gaim. Some of his changes also made it into earlier releases of Gaim.
+</li>
+
+<li>
+Music Messaging (Christian James Muise) - TODO
+</li>
+
+<li>
+SMS PC-to-mobile routing over Bluetooth (Mel Dooki) - This project does not releate directly to Gaim, but we thought it was neat. Mel wrote a Java client that runs on a computer. The user types an SMS, the client transfers the message to a cell phone via Bluetooth, then another program on the cell phone transmits the SMS. See the <a href="http://routingsms.sourceforge.net/">SMS Routing over Bluetooth</a> webpage for more information.
+</li>
-<li>ICQ File Transfer (Jonathan Clark) - ICQ file transfer turned out to be pretty easy, since new versions of ICQ use the same file transfer protocol as AIM. After Jonathan got that working, he went on to add support for proxying a file through AOL's file transfer proxy servers, and made lots of other improvements to the file transfer code used by both AIM and ICQ. This is in CVS HEAD and will be in the next release of Gaim. Some of his changes also made it into earlier releases of Gaim.</li>
+<li>
+Crazy Chat (Charlie Stockman) - TODO
+</li>
-<li>SMS PC-to-mobile routing over Bluetooth (Mel Dooki) - This project does not releate directly to Gaim, but we thought it was neat. Mel wrote a Java client that runs on a computer. The user types an SMS, the client transfers the message to a cell phone via Bluetooth, then another program on the cell phone transmits the SMS. See the <a href="http://routingsms.sourceforge.net/">SMS Routing over Bluetooth</a> webpage for more information.</li>
+<li>
+Doodle (Andrew Dieffenbach) - TODO
+</li>
+
+<li>
+Collaborative Code Editor (Chisthian Kim) - TODO
+</li>
</ul>