gaim/www

update tags
default tip
2019-09-10, convert-repo
7d915c997ccd
update tags
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="gaim.xsl"?>
<!--
Skeleton Bug
<bug>
<number></number>
<description></description>
<priority>normal</priority>
<foundby></foundby>
<foundon></foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
-->
<gaim>
<bug>
<number>1</number>
<description>GaimBuddy still has a present, idle, and a couple other members it doesn't need, and that are just plain confusing now.</description>
<priority>normal</priority>
<foundby>faceprint</foundby>
<foundon>2005-03-24</foundon>
<fixedby>at least partially by faceprint</fixedby>
<fixedon>2005-11-03, fixed on or before</fixedon>
</bug>
<bug>
<number>2</number>
<description>group numbers don't line up after a little while</description>
<priority>normal</priority>
<foundby>faceprint</foundby>
<foundon>2005-03-24</foundon>
<fixedby>grim</fixedby>
<fixedon>2005-03-25</fixedon>
<patch>https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1170377&amp;group_id=235&amp;atid=300235</patch>
</bug>
<bug>
<number>3</number>
<description>there are a lot of signed-ness warnings, and other warnings in HEAD right now. Lets make sure we clean them up before we "freeze" the API by releasing 2.0.0 </description>
<priority>normal</priority>
<foundby>faceprint</foundby>
<foundon>march 24</foundon>
<fixedby></fixedby>
<fixedon>2005-11-03, fixed on or before</fixedon>
</bug>
<bug>
<number>4</number>
<description>Jabber doesn't send initial presence packet until your away state changes</description>
<priority>normal</priority>
<foundby>faceprint</foundby>
<foundon>march 24</foundon>
<fixedby></fixedby>
<fixedon>2005-11-03, fixed on or before</fixedon>
</bug>
<bug>
<number>5</number>
<description>jabber avatar code could be DoS'ed</description>
<priority>normal</priority>
<foundby>faceprint</foundby>
<foundon>march 24</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>6</number>
<description>Oscar status tries to get set before we're connected</description>
<priority>low</priority>
<foundby>grim</foundby>
<foundon>march 24</foundon>
<fixedby>Mark Doliner</fixedby>
<fixedon>march 27</fixedon>
</bug>
<bug>
<number>7</number>
<description>Closing gaim with an oscar account set to invisible, and restarting gaim, just connects and doesn't go back to invisible</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>march 24</foundon>
<fixedby>Mark Doliner</fixedby>
<fixedon>2005-11-03</fixedon>
</bug>
<bug>
<number>8</number>
<description>Disable account, leave gaim open, and it reconnects, this happens for at least oscar haven't tried anything else yet</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>march 24</foundon>
<fixedby>Mark Doliner</fixedby>
<fixedon>march 27</fixedon>
</bug>
<bug>
<number>9</number>
<description>Related to #8, when the accounts window is out of sync with what accounts are really enabled, setting the status to offline does nothing. Then re-enable the accout and it signs off.</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>march 24</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>10</number>
<description>Group counts don't get updated when going offline.</description>
<priority>normal</priority>
<foundby>Mark Doliner</foundby>
<foundon>march 24</foundon>
<fixedby>grim</fixedby>
<fixedon>march 25</fixedon>
<patch>https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1170377&amp;group_id=235&amp;atid=300235</patch>
<patch>2</patch>
</bug>
<bug>
<number>11</number>
<description>If you have yourself on your yahoo buddy list and do ANYTHING to your status, you are removed from the buddylist</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>march 24</foundon>
<fixedby>no idea</fixedby>
<fixedon>no idea</fixedon>
</bug>
<bug>
<number>12</number>
<description>setting global status to offline and waiting ends up in accounts reconnecting.</description>
<priority>high</priority>
<foundby>grim</foundby>
<foundon>march 24</foundon>
<fixedby>Mark Doliner</fixedby>
<fixedon>march 27</fixedon>
</bug>
<bug>
<number>13</number>
<description>novell needs to be updated to status api</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>march 25</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>14</number>
<description>Infinite loop/crash on sending text with a background color</description>
<priority>normal</priority>
<foundby>lschiere</foundby>
<foundon>march 26</foundon>
<fixedby>faceprint</fixedby>
<fixedon>march 29</fixedon>
<patch>http://sourceforge.net/mailarchive/forum.php?thread_id=6923236&amp;forum_id=33079</patch>
</bug>
<bug>
<number>15</number>
<description>Infinite loop when receiving a message with a background color. Segfault when sending a message with a background color. The crash/loop is in gtk_imhtml_toggle_backcolor, and right now I don't have the patience to finish figuring it out.</description>
<priority>high</priority>
<foundby>lschiere</foundby>
<foundon>march 26</foundon>
<fixedby>faceprint</fixedby>
<fixedon>march 29</fixedon>
<patch>http://sourceforge.net/mailarchive/forum.php?thread_id=6923236&amp;forum_id=33079</patch>
</bug>
<bug>
<number>16</number>
<description>If Show Empty Buddies and Show Empty Groups are both checked, and you sign off an account, any buddies who were not online will remain in your buddy list instead of being removed. It looks like gaim_gtk_blist_hide_node() isn't doing what it's supposed to. It only works for the online buddies because gaim_gtk_blist_update_buddy() is called on them after their presence is set to offline.</description>
<priority>normal</priority>
<foundby>Mark Doliner</foundby>
<foundon>march 28</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>September 11</fixedon>
</bug>
<bug>
<number>17</number>
<description>foreground and background color buttons do not untoggle correctly</description>
<priority>normal</priority>
<foundby>lschiere</foundby>
<foundon>march 30</foundon>
<fixedby>Mark Doliner</fixedby>
<fixedon>2005-11-04</fixedon>
</bug>
<bug>
<number>18</number>
<description>SILC needs to be updated to the status API, and be able to log in.</description>
<priority>normal</priority>
<foundby>lschiere</foundby>
<foundon>april 4</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>a while ago</fixedon>
</bug>
<bug>
<number>19</number>
<description>[14:08] LSchiere2 grim: add crash on aim send to your list</description>
<priority>normal</priority>
<foundby>lschiere</foundby>
<foundon>april 5</foundon>
<fixedby>Mark Doliner</fixedby>
<fixedon>april 5</fixedon>
<patch>http://sourceforge.net/mailarchive/forum.php?thread_id=6985700&amp;forum_id=33079</patch>
</bug>
<bug>
<number>20</number>
<description>in prefs, the default message background color is not saving</description>
<priority>normal</priority>
<foundby>lschiere</foundby>
<foundon>april 5</foundon>
<fixedby></fixedby>
<fixedon>2005-11-04, fixed on or before</fixedon>
</bug>
<bug>
<number>21</number>
<description>ICQ accounts (and maybe AIM as well) are showing up with "Status: Online" when they correctly have an idle time.</description>
<priority>normal</priority>
<foundby>rlaager</foundby>
<foundon>april 26</foundon>
<fixedby>Who knows</fixedby>
<fixedon>Who knows</fixedon>
</bug>
<bug>
<number>22</number>
<description>Under some ill-defined conditions, buddies will show up in the buddy list as groups, but with the buddy rclick menu. This seems to happen esp. on upgrade, but is hard to duplicate reliably. Correction, adding a new buddy with jabber or icq (at very least) will duplicate this.</description>
<priority>normal</priority>
<foundby>lschiere</foundby>
<foundon>sometime ago</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>22</number>
<description>control-tab does not work as it did in oldstatus(this was originally fixed but is now rebroke</description>
<priority>high</priority>
<foundby>lschiere</foundby>
<foundon>2005-10-03</foundon>
<fixedby>marv</fixedby>
<fixedon>2005-10-03</fixedon>
</bug>
<bug>
<number>23</number>
<description>Creating a new account and saving it, sets it to enabled but does not attempt to log it on</description>
<priority>normal</priority>
<foundby>grim and lschiere</foundby>
<foundon>may 17</foundon>
<fixedby>nosnilmot with help from bleeter</fixedby>
<fixedon>20050518</fixedon>
</bug>
<bug>
<number>24</number>
<description>Jabber emits a sign off signal if you have yourself on your list and set your status to available when you were away</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>may 26</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>25</number>
<description>Draging conversations is really messed up. You can drag and drop them once, the arrows don't necessarily show, and you can't move them again. (12:33:47) Cae: LSchiere2: they're getting fielded as one big tab, but only partially. the tab movement issues thing, I mean. I have no idea how, but that's what appears to be happening. you can still move some tabs around after some cannot move - those that cannot move are grouped like one tab - the red arrow for placing the moving tab will jump to either side of the block of them. but dropping on one side still places it only one tab into the group. </description>
<priority>high</priority>
<foundby>bleeter</foundby>
<foundon>may 27</foundon>
<fixedby>sadrul</fixedby>
<fixedon>2005-08-16</fixedon>
</bug>
<bug>
<number>26</number>
<description>[23:50] rlaager grim: I consider this a bug and suggest it be considered for inclusion on the HEAD bug list. When a buddy signs off and then signs back on in a second, the icon remains the signed-off door. I think the icon should change back to the online version as soon as they're back online. I don't know if it behaves this way in oldstatus.</description>
<priority>normal</priority>
<foundby>rlaager</foundby>
<foundon>june 12</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>27</number>
<description>MSN doesn't disconnect when you disable it (uncheck enabled in the accounts window)</description>
<priority>high</priority>
<foundby>deryni</foundby>
<foundon>June 24</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>june 25</fixedon>
</bug>
<bug>
<number>28</number>
<description>Systray plugin sometimes fails to load on launch</description>
<priority>normal</priority>
<foundby>bleeter</foundby>
<foundon>A few weeks ago</foundon>
<fixedby></fixedby>
<fixedon>2005-11-04, can not reproduce</fixedon>
</bug>
<bug>
<number>29</number>
<description>MSN - 'invisible' status doesn't show you as invisible on other's buddylists</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>June 24</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>September 10</fixedon>
</bug>
<bug>
<number>30</number>
<description>ICQ - 'invisible' status only shows you as away on other's buddylists.</description>
<priority>normal</priority>
<foundby>grim</foundby>
<foundon>June 24</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>September 10</fixedon>
</bug>
<bug>
<number>31</number>
<description>ICQ - privacy setting does not save state</description>
<priority>normal</priority>
<foundby>grim or bleeter</foundby>
<foundon>A while ago</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>32</number>
<description>saving formatting on send messes up history with CTRL+UP/CTRL+DOWN</description>
<priority>normal</priority>
<foundby>bleeter</foundby>
<foundon>A few weeks ago</foundon>
<fixedby>sadrul &amp; rlaager</fixedby>
<fixedon>2005-08-14</fixedon>
</bug>
<bug>
<number>33</number>
<description>ICQ - Privacy settings allows 'add buddy' requests. ICQ privacy only applies to presence, not to messaging etc.</description>
<priority>normal</priority>
<foundby>grim or bleeter</foundby>
<foundon>A while ago</foundon>
<fixedby>notabug</fixedby>
<fixedon>September 10</fixedon>
</bug>
<bug>
<number>34</number>
<description>preference window's has scalability problems</description>
<priority>normal</priority>
<foundby></foundby>
<foundon>A while ago</foundon>
<fixedby>Sean Egan</fixedby>
<fixedon>2005-11-04, fixed on or before</fixedon>
</bug>
<bug>
<number>35</number>
<description>MSN - Doesn't sign in if status is set to invisible</description>
<priority>normal</priority>
<foundby></foundby>
<foundon>A while ago</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>September 10</fixedon>
</bug>
<bug>
<number>36</number>
<description>GTK - Can't start with debug window enabled</description>
<priority>normal</priority>
<foundby>bleeter</foundby>
<foundon>June 24</foundon>
<fixedby></fixedby>
<fixedon>2005-11-04, can not reproduce</fixedon>
</bug>
<bug>
<number>37</number>
<description>Jabber disconnects can cause segfaults: cancelling during login phase was the big ~50 line bt, although remember I got a server disconnect that faulted very similarly but with only ~15 lines of bt</description>
<priority>high</priority>
<foundby>bleeter</foundby>
<foundon>June 30</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>38</number>
<description>take cvs. take an aim account. let it log on normally, and then sign on and off really fast till you get disconnected and told not to do that again for a while. hit reconnect anyway. that'll leave you with an accounts dialog that has the aim account checked as online (icon will still be inactive). sign it off, and then sign on and off again. it should crash as soon as you deselect it for the second time.</description>
<priority>normal</priority>
<foundby>Cae</foundby>
<foundon>2005-08-10</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>39</number>
<description>ICQ privacy doesn't work. Random users can still IM me. ICQ privacy only applies to presence, not to messaging etc.</description>
<priority>normal</priority>
<foundby>rlaager</foundby>
<foundon>August 9</foundon>
<fixedby>notabug</fixedby>
<fixedon>September 11</fixedon>
</bug>
<bug>
<number>40</number>
<description>IRC buddies always show as offline, except when they're first added (before I disconnect).</description>
<priority>normal</priority>
<foundby>rlaager</foundby>
<foundon>quite some time ago</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>September 10</fixedon>
</bug>
<bug>
<number>41</number>
<description>Profile pictures for MSN and Yahoo! are no longer showing in Get Info.</description>
<priority>normal</priority>
<foundby>rlaager</foundby>
<foundon>quite some time ago</foundon>
<fixedby></fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>42</number>
<description>After you use I'dle Mak'er, you cannot be unidle, even if you disable the plugin<br/>sadrul discovered that using the plugin to set idle to 0 will unidle you. I consider this less than intuitive.</description>
<priority>minor</priority>
<foundby>Cae</foundby>
<foundon>2005-08-12</foundon>
<fixedby>rekkanoryo</fixedby>
<fixedon>2005-09-15</fixedon>
</bug>
<bug>
<number>43</number>
<description>if you select text, then insert a smiley via ctrl-1 it won't replace the selected text. Huh? ctrl-1 doesn't do anything in HEAD, we killed it</description>
<foundby>jond</foundby>
<foundon>2005-08-12</foundon>
<fixedby>notabug</fixedby>
<fixedon>September 11</fixedon>
</bug>
<bug>
<number>44</number>
<description>Buddies are showing up as online who are not, and offline who are.</description>
<foundby>someone</foundby>
<foundon>some time ago</foundon>
</bug>
<bug>
<number>45</number>
<description>Doing a Conversation -> Save As only saves the text visible in the conversation window. If you've used Conversation -> Clear (Ctrl-L), the file saved doesn't have the entire conversation. This was introduced when I removed the history variable from GaimConversation. We can always revert that change, but it would be nicer if there was a way to do this without duplicating the contents of the conversation. If nothing else, the current markup could be saved (appended) to a variable when Clear is used, and the Save As function could concatenate the markup from that variable and the markup currently in the GtkImHtml to geti the full conversation.</description>
<foundby>rlaager</foundby>
<foundon>2005-09-12</foundon>
<fixedby>notabug</fixedby>
<fixedon></fixedon>
</bug>
<bug>
<number>46</number>
<description>IRC buddies always show as offline. This broke again shortly after #40 was fixed. This seems to be a different problem, as they don't show online now when they're first added.</description>
<foundby>rlaager</foundby>
<foundon>September 10 or 11</foundon>
<fixedby>nosnilmot</fixedby>
<fixedon>2005-09-13</fixedon>
</bug>
<bug>
<number>47</number>
<description>cannot drag a tab to the right of an only tab.</description>
<foundby>lschiere</foundby>
<foundon>some time ago</foundon>
</bug>
<bug>
<number>48</number>
<description>whenever a given tab has focus and someone types something, their name in the tab becomes red, which is a little off but fine..but if you send a response it doesn't change from red..and in theory it should</description>
<foundby>several people</foundby>
<foundon>2005-10-01:04</foundon>
</bug>
</gaim>