view TODO @ 5388:5d0df915ca09

[gaim-migrate @ 5764] This patch is Sofar's (Auke Kok) napster update warmenhovinated by me. So... the Napster PRPL works with Opennap servers now. Thanks Auke. There are a few places that still need a bit of work. Namely joining and parting chats. I don't have time to look at it right now, but search for XXX and // and you'll see the stuff that is relevant to it, if anyone wants to fix the memleak or two. For any potential Gaim hackers out there, a few notes: -Put all declarations at the top of a block--we're not all using C99 -Please don't use // comments, use /* */ (// is for C) -Try to use dynamic buffers rather than static buffers in most places. I think most of us Gaim people perfer dynamic rather than static. I wish oscar.c was this short. Or this clean. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 May 2003 21:43:42 +0000
parents f508604a68ca
children
line wrap: on
line source


Gaim TODO List- UI stuff
  (added Wed Oct 30 21:03:36 2002, incomplete, priority high)

- Prefs stuff
  (added Wed Oct 30 21:05:23 2002, incomplete, priority high)

- Core stuff
  (added Wed Oct 30 21:09:25 2002, incomplete, priority high)

- away rethink
  (added Wed Oct 30 23:56:48 2002, incomplete, priority high)

- gtk1-stable
  (added Sun Nov 10 20:28:19 2002, incomplete, priority high)

- zephyr
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- yahoo
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- oscar
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- napster
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- msn
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- jabber
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- irc
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- gg
  (added Wed Dec 31 19:00:00 1969, incomplete, priority medium)

- WinGaim specific stuff
  (added Wed Oct 30 21:02:06 2002, incomplete, priority medium)

- gaim-remote stuff
  (added Wed Oct 30 21:07:09 2002, incomplete, priority medium)

- In General (i don't know where this should be)
  (added Wed Oct 30 21:12:16 2002, incomplete, priority medium)

- Plugins/Scripts
  (added Wed Oct 30 21:14:10 2002, incomplete, priority medium)

- i18n/portability stuff
  (added Wed Oct 30 21:07:43 2002, incomplete, priority low)

- DISCUSSION: entries here are things i'm not sure are desirable or doable.
  (added Wed Oct 30 20:07:13 2002, incomplete, priority verylow)

- autotools/gettext
  (added Wed Oct 30 20:19:03 2002, incomplete, priority verylow)