You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(435) |
Dec
(252) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(177) |
Feb
(157) |
Mar
(187) |
Apr
(168) |
May
(127) |
Jun
(291) |
Jul
(38) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2005-04-18 22:13:03
|
Patches item #1185478, was opened at 2005-04-18 17:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185478&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: gtkconv.c Compiler Warnings Initial Comment: This removes the last of the compiler warnings I'm seeing when I do a full rebuild of Gaim. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185478&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 21:45:33
|
Patches item #1185449, was opened at 2005-04-18 16:12 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185449&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: Conversation History Saving Fix Initial Comment: As the comment in gtkconv.c says, saving a duplicate copy of the entire conversation is completely bogus. Saving a copy of a conversation is a UI thing (if the UI is only showing the last five messages, for example, that's all the user would expect to be saved). Therefore, there's no problem having the UI save its own buffer. The GTK+ UI is already doing this with the imhtml object. This patch removes the history from GaimConversation and uses the buffer in the imhtml object when saving a conversation. It also adds <html>, <head>, <title>, and <body> tags to the file to make it a bit more valid. This patch is extremely likely to break plugins because it changes the size of the GaimConversation struct. As such, if this is committed, I recommend the developers recompile non-default plugins. This broke Gaim-Encryption for me, hence the warning. ---------------------------------------------------------------------- >Comment By: Richard Laager (rlaager) Date: 2005-04-18 16:45 Message: Logged In: YES user_id=156487 Forgot to mention, this needs a ChangeLog.API entry for the removal of gaim_conversation_set_history and gaim_conversation_get_history. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-18 16:22 Message: Logged In: YES user_id=156487 We should also escape the resulting filename. Here's a new patch that also does that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185449&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 21:29:18
|
Patches item #1185455, was opened at 2005-04-18 16:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185455&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: gtkimhtml.c gtk_key_pressed_cb Cleanup Initial Comment: I realize gtk_key_pressed_cb is a work-around hack, but given the stance of supporting GTK+ 2.0, we're going to be stuck with it for a while. There's no need to connect this signal for new versions of GTK+. Also, the logic in the hack is quite weird and there's some dead code. Without looking at CVS logs, I can only assume this is because it went through lots of changes. This patch makes it more clear what's going on and will make it easier to remove this code when GTK+ 2.2 support is eventually deprecated at some point in the distant future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185455&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 21:22:45
|
Patches item #1185449, was opened at 2005-04-18 16:12 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185449&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: Conversation History Saving Fix Initial Comment: As the comment in gtkconv.c says, saving a duplicate copy of the entire conversation is completely bogus. Saving a copy of a conversation is a UI thing (if the UI is only showing the last five messages, for example, that's all the user would expect to be saved). Therefore, there's no problem having the UI save its own buffer. The GTK+ UI is already doing this with the imhtml object. This patch removes the history from GaimConversation and uses the buffer in the imhtml object when saving a conversation. It also adds <html>, <head>, <title>, and <body> tags to the file to make it a bit more valid. This patch is extremely likely to break plugins because it changes the size of the GaimConversation struct. As such, if this is committed, I recommend the developers recompile non-default plugins. This broke Gaim-Encryption for me, hence the warning. ---------------------------------------------------------------------- >Comment By: Richard Laager (rlaager) Date: 2005-04-18 16:22 Message: Logged In: YES user_id=156487 We should also escape the resulting filename. Here's a new patch that also does that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185449&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 21:12:45
|
Patches item #1185449, was opened at 2005-04-18 16:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185449&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: Conversation History Saving Fix Initial Comment: As the comment in gtkconv.c says, saving a duplicate copy of the entire conversation is completely bogus. Saving a copy of a conversation is a UI thing (if the UI is only showing the last five messages, for example, that's all the user would expect to be saved). Therefore, there's no problem having the UI save its own buffer. The GTK+ UI is already doing this with the imhtml object. This patch removes the history from GaimConversation and uses the buffer in the imhtml object when saving a conversation. It also adds <html>, <head>, <title>, and <body> tags to the file to make it a bit more valid. This patch is extremely likely to break plugins because it changes the size of the GaimConversation struct. As such, if this is committed, I recommend the developers recompile non-default plugins. This broke Gaim-Encryption for me, hence the warning. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185449&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 20:57:13
|
Patches item #1185438, was opened at 2005-04-18 15:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185438&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: Fix Warning for conversation.c Initial Comment: Someone #if 0'ed code. I get warnings now. This fixes the warnings. (Yes, the comment change is legitimate. The compiler was warning because the comment is unclosed.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185438&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 20:55:37
|
Patches item #1185437, was opened at 2005-04-18 15:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185437&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: Fix Warning for notify Plugin Initial Comment: Again, after the removal of gaim_conversation_get_index, this plugin started spewing warnings. From what I can see, this is completely dead code. This patch removes it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185437&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 20:53:00
|
Patches item #1185433, was opened at 2005-04-18 15:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185433&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: [HEAD] Fix the Gesture Plugin Initial Comment: After marv (I think it was him.) removed some index function, the gestures plugin started giving me compiler warnings. I tracked them down and rewrote the appropriate section of code. Tested and found to work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1185433&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 12:29:25
|
Patches item #1167894, was opened at 2005-03-21 16:32 Message generated for change (Comment added) made by nosnilmot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167894&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joao Luís Marques Pinto (jpinto) Assigned to: Ethan Blanton (eblanton) Summary: IRC, Support for 005 PREFIX Initial Comment: The following patch will extend the irc plugin with support for the chanmodes specifed on the PREFIX= message. Chanmodes will be stripped from nick's on /names . It will also map the prefix "." to room founder (I am not sure this is common). ---------------------------------------------------------------------- >Comment By: Stu Tomlinson (nosnilmot) Date: 2005-04-18 07:29 Message: Logged In: YES user_id=309779 I could be wrong, but it looks like this is not per-server, so would break with multiple IRC accounts on different servers supporting different status characters ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-17 23:10 Message: Logged In: YES user_id=156487 It seems like a bad idea to initialize status_chars with "" and then g_free() that if irc_set_status_chars is called. Also, this patch inserts code in a couple of places that uses spaces to indent when all the surrounding code uses tabs. It should follow the style of the existing code. The mixing of spaces and tabs screws up the indentation. (The placement of the asterisk on irc_get_status_chars in irc.h is also a deviation, albeit a basically irrelevant one.) ---------------------------------------------------------------------- Comment By: Joao Luís Marques Pinto (jpinto) Date: 2005-03-28 10:55 Message: Logged In: YES user_id=21121 The code does set the default prefix chars "@+%" when the irc module is loaded, so it will work even if it doesn't get the 005 . ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-03-25 21:21 Message: Logged In: YES user_id=156487 After a casual reading, I think that you've failed to account for the scenario when a server doesn't send the prefixes with 005. If that happens, you need to fall back to the list of prefix characters that Gaim currently supports. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167894&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 04:10:37
|
Patches item #1167894, was opened at 2005-03-21 15:32 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167894&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joao Luís Marques Pinto (jpinto) Assigned to: Ethan Blanton (eblanton) Summary: IRC, Support for 005 PREFIX Initial Comment: The following patch will extend the irc plugin with support for the chanmodes specifed on the PREFIX= message. Chanmodes will be stripped from nick's on /names . It will also map the prefix "." to room founder (I am not sure this is common). ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-17 23:10 Message: Logged In: YES user_id=156487 It seems like a bad idea to initialize status_chars with "" and then g_free() that if irc_set_status_chars is called. Also, this patch inserts code in a couple of places that uses spaces to indent when all the surrounding code uses tabs. It should follow the style of the existing code. The mixing of spaces and tabs screws up the indentation. (The placement of the asterisk on irc_get_status_chars in irc.h is also a deviation, albeit a basically irrelevant one.) ---------------------------------------------------------------------- Comment By: Joao Luís Marques Pinto (jpinto) Date: 2005-03-28 09:55 Message: Logged In: YES user_id=21121 The code does set the default prefix chars "@+%" when the irc module is loaded, so it will work even if it doesn't get the 005 . ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-03-25 20:21 Message: Logged In: YES user_id=156487 After a casual reading, I think that you've failed to account for the scenario when a server doesn't send the prefixes with 005. If that happens, you need to fall back to the list of prefix characters that Gaim currently supports. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167894&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 04:05:30
|
Patches item #1180490, was opened at 2005-04-11 00:10 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1180490&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Sean Egan (seanegan) Summary: Autocomplete Screennames in Dialogs Based on Logs Initial Comment: Here it is, the much anticipated (or not) patch to autocomplete screennames based on the logs on the disk. Additionally... 1. It fixes the bug where the View User Log box only had screennames for accounts which are currently online. It lists all accounts, so it should have all screennames as possible completions. 2. It fixes the name of the View User Log box to be "View User Log" instead of "Get User Log". This was done so it matched the menu item. 3. It brings the gaim_log_logger_new function in sync with the GaimLogLogger struct. 4. Some other minor documentation fixes. 5. A ChangeLog.API entry for the removal (by Nathan) of the gaim_find_conversation function. The only reason this is included is that no matter how I submitted the separate patches, you'd end up with separate conflicts because this patch has to add a ChangeLog.API line. This really shouldn't be a big deal, but I'm mentioning it for completeness. ---------------------------------------------------------------------- >Comment By: Richard Laager (rlaager) Date: 2005-04-17 23:05 Message: Logged In: YES user_id=156487 Here's a new version of the patch that takes into account the common logger changes from 1180568. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-11 10:55 Message: Logged In: YES user_id=156487 If 1180568 is accepted, I'll need to make a couple changes to this patch. If they're both going to be accepted, either accept that one first and ask me to change this one or accept both and I'll submit another small patch to make the required changes. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2005-04-11 09:55 Message: Logged In: YES user_id=28833 Sean, Apparently, you asked for this, I'm not sure what I think of the change. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-11 00:35 Message: Logged In: YES user_id=156487 6. This patch sorts the completions by screenname. They were previously unsorted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1180490&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 04:00:48
|
Patches item #1184976, was opened at 2005-04-17 23:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1184976&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: Conversation View Log Initial Comment: This contact-izes the View Log in the conversation window correctly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1184976&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 01:39:30
|
Patches item #1167921, was opened at 2005-03-21 17:06 Message generated for change (Comment added) made by eblanton You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167921&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joao Luís Marques Pinto (jpinto) Assigned to: Ethan Blanton (eblanton) Summary: IRC protocol - irc services alias Initial Comment: This patch adds the command /nickserv, /chanserv, /memoserv, /operserv, it is safer than the /msg option because more modern ircds will ensure that the message is routed to a service and not to a "fake" client. ---------------------------------------------------------------------- >Comment By: Ethan Blanton (eblanton) Date: 2005-04-17 20:39 Message: Logged In: YES user_id=298616 Hmm, I thought I had commented on this bug already, but I see that I haven't. For one, I haven't decided if I would rather see these commands implemented in a plugin rather than the protocol itself (as they are quite nonstandard), or in the protocol since they have become relatively common. For another, rlaager's example leaks memory ... g_ascii_strup allocates memory. Ethan ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-17 20:15 Message: Logged In: YES user_id=156487 In cmds.c, why aren't you doing the following instead of the if...else if block? buf = irc_format(irc, "v:", g_ascii_strup(cmd, -1), args[0]); That function won't ever get called with a cmd that doesn't match one of the if blocks you have. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167921&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-18 01:15:58
|
Patches item #1167921, was opened at 2005-03-21 16:06 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167921&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joao Luís Marques Pinto (jpinto) Assigned to: Ethan Blanton (eblanton) Summary: IRC protocol - irc services alias Initial Comment: This patch adds the command /nickserv, /chanserv, /memoserv, /operserv, it is safer than the /msg option because more modern ircds will ensure that the message is routed to a service and not to a "fake" client. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-17 20:15 Message: Logged In: YES user_id=156487 In cmds.c, why aren't you doing the following instead of the if...else if block? buf = irc_format(irc, "v:", g_ascii_strup(cmd, -1), args[0]); That function won't ever get called with a cmd that doesn't match one of the if blocks you have. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1167921&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-17 22:43:01
|
Patches item #981867, was opened at 2004-06-29 05:45 Message generated for change (Comment added) made by nosnilmot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=981867&group_id=235 Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Alan Ford (ajf101) Assigned to: Stu Tomlinson (nosnilmot) Summary: Monitor MSN Signon and Idle Times Initial Comment: This patch makes a stores the signon and idle times for buddies who signon and change status while you're logged in (i.e. send NLN messages). It also dims all away buddies, not just those with "Idle" set. I can understand that some people may not like the way this is done, but I've been using it for a month or so and find it invaluable. ---------------------------------------------------------------------- >Comment By: Stu Tomlinson (nosnilmot) Date: 2005-04-17 17:43 Message: Logged In: YES user_id=309779 I don't think this is the right thing to do at all. ---------------------------------------------------------------------- Comment By: Felipe Contreras (revo) Date: 2005-01-02 23:23 Message: Logged In: YES user_id=158337 I'm not sure about the real advantage of this. But anywa, can you updated it to CVS current? ---------------------------------------------------------------------- Comment By: Christian Hammond (chipx86) Date: 2004-09-19 22:18 Message: Logged In: YES user_id=5989 I'm not sure about this still. The idle stuff is too inconsistent. Maybe that should go in, but we should definitely not dim away buddies. That's not consistent at all with the rest of Gaim. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=981867&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-17 22:37:17
|
Patches item #1103000, was opened at 2005-01-15 12:21 Message generated for change (Settings changed) made by nosnilmot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1103000&group_id=235 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Ryan Skadberg (skadz) Assigned to: Christian Hammond (chipx86) Summary: Support for Evolution Data Server 1.2 Initial Comment: Attached is a patch to support both EDS 1.0 and 1.2 ---------------------------------------------------------------------- >Comment By: Stu Tomlinson (nosnilmot) Date: 2005-04-17 17:37 Message: Logged In: YES user_id=309779 I did this slightly differently ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1103000&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-16 17:05:23
|
Patches item #1183133, was opened at 2005-04-14 21:30 Message generated for change (Comment added) made by sadrul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183133&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) Assigned to: Nobody/Anonymous (nobody) Summary: extended account manager Initial Comment: This is a patch for Gaim ( < 2.x.x). This patch provides an Account Manager, which has some extra functionalities that the main account manager lacks (like showing the current status, buddy icon etc). Changing the per-account status is possibly a little easier. Here are a few screenshots: http://adil.dotgeek.org/gaim/onmenu.png http://adil.dotgeek.org/gaim/offmenu.png http://adil.dotgeek.org/gaim/change.png More details here: http://adil.dotgeek.org/gaim/use.html -- Adil ---------------------------------------------------------------------- >Comment By: Sadrul H C (sadrul) Date: 2005-04-16 23:05 Message: Logged In: YES user_id=1132702 my view: `account list' and `buddy list' are somewhat similar in the sense that both deal mainly with how an account is going to be displayed (the former on my buddies' screens, the latter on my screen). yep. i am aware that my view is not shared by any gaim-dev (and possibly by anyone else, for that matter). -- Adil ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2005-04-16 22:32 Message: Logged In: YES user_id=28833 I don't tend to like this idea, somewhere in that long interminable thread, deryni posted a shot of an accounts menu. I still like that idea. ---------------------------------------------------------------------- Comment By: Mark Doliner (thekingant) Date: 2005-04-16 22:15 Message: Logged In: YES user_id=20979 Wow, big patch. I don't think many of us want to add account handling to the buddy list. But I'll leave this open for a little while in case people want to chime in. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183133&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-16 16:37:28
|
Patches item #1183650, was opened at 2005-04-15 06:57 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183650&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) >Assigned to: Sean Egan (seanegan) Summary: gaim-remote patch (adding from= param) Initial Comment: FWIW, here are a few issues with gaim-remote: 1) gaim-remote apparently expects to have at least one AIM account connected for it to work (there are comments regarding this issue in the source). However, the implementation is just a little off the line, and it does work although no AIM account is online. 2) you cannot select a specific account to use with gaim-remote. This patch resolves these issues. It is possible to specify an account to use with gaim-remote. For example: gaim-remote uri "aim:goim?screenname=gaim_adil&message=asdasdasd&from=adil040" -- Adil ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183650&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-16 16:32:23
|
Patches item #1183133, was opened at 2005-04-14 11:30 Message generated for change (Comment added) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183133&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) Assigned to: Nobody/Anonymous (nobody) Summary: extended account manager Initial Comment: This is a patch for Gaim ( < 2.x.x). This patch provides an Account Manager, which has some extra functionalities that the main account manager lacks (like showing the current status, buddy icon etc). Changing the per-account status is possibly a little easier. Here are a few screenshots: http://adil.dotgeek.org/gaim/onmenu.png http://adil.dotgeek.org/gaim/offmenu.png http://adil.dotgeek.org/gaim/change.png More details here: http://adil.dotgeek.org/gaim/use.html -- Adil ---------------------------------------------------------------------- >Comment By: Luke Schierer (lschiere) Date: 2005-04-16 12:32 Message: Logged In: YES user_id=28833 I don't tend to like this idea, somewhere in that long interminable thread, deryni posted a shot of an accounts menu. I still like that idea. ---------------------------------------------------------------------- Comment By: Mark Doliner (thekingant) Date: 2005-04-16 12:15 Message: Logged In: YES user_id=20979 Wow, big patch. I don't think many of us want to add account handling to the buddy list. But I'll leave this open for a little while in case people want to chime in. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183133&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-16 16:15:27
|
Patches item #1183133, was opened at 2005-04-14 11:30 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183133&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) Assigned to: Nobody/Anonymous (nobody) Summary: extended account manager Initial Comment: This is a patch for Gaim ( < 2.x.x). This patch provides an Account Manager, which has some extra functionalities that the main account manager lacks (like showing the current status, buddy icon etc). Changing the per-account status is possibly a little easier. Here are a few screenshots: http://adil.dotgeek.org/gaim/onmenu.png http://adil.dotgeek.org/gaim/offmenu.png http://adil.dotgeek.org/gaim/change.png More details here: http://adil.dotgeek.org/gaim/use.html -- Adil ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2005-04-16 12:15 Message: Logged In: YES user_id=20979 Wow, big patch. I don't think many of us want to add account handling to the buddy list. But I'll leave this open for a little while in case people want to chime in. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183133&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-16 16:14:08
|
Patches item #1176798, was opened at 2005-04-05 00:37 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1176798&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ed Anderson (nilbus0) Assigned to: Mark Doliner (thekingant) Summary: Timestamp on chat invitations Initial Comment: It's useful when you come back to your computer and see a chat invite to know whether it's old or recent. I wrote this simple patch to include the date and time on the chat invitation. I used %c for locale formatting. Ed Anderson ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2005-04-16 12:14 Message: Logged In: YES user_id=20979 Hmm, I don't know how I feel about this. The patch itself is good, but it only solves the problem for chat invites. The problem still exists for everything else: authorization requests, "buddy added you to his buddy list" messages, and tons of other errors and requests. Maybe gtknotify.c and gtkrequest.c should automatically add a timestamp to title of the windows they create? Maybe they should only add the timestamp after the window has been open for a minute or more? ---------------------------------------------------------------------- Comment By: Ed Anderson (nilbus0) Date: 2005-04-05 08:37 Message: Logged In: YES user_id=1050753 After playing with it a little, I like the strftime format "%I:%M%P on %b %d" better than "%c". Please use that format instead, if you agree. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2005-04-05 07:25 Message: Logged In: YES user_id=28833 Mark, can you look this over? ---------------------------------------------------------------------- Comment By: Ed Anderson (nilbus0) Date: 2005-04-05 00:47 Message: Logged In: YES user_id=1050753 This was patched against the oldstatus tag of the CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1176798&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-16 15:20:00
|
Patches item #1180089, was opened at 2005-04-10 03:55 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1180089&group_id=235 Category: None Group: None Status: Closed Resolution: Invalid Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Mark Doliner (thekingant) Summary: oscar.c Authorization Dialog Escaping Initial Comment: I woke up this morning and found another blank dialog box. Some random guy had added me on ICQ it seemed. Anyway, I tracked the bug down to oscar.c. This patch should fix it. Testing shows that I can properly receive authorization messages with HTML special characters (<, >, and &). ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2005-04-16 11:19 Message: Logged In: YES user_id=20979 You probably want gaim_ssi_authrequest(). The function in your previous patch is called when older (pre-2002) ICQ clients request authorization. I suppose it would be nice if the functionality of those functions were combined into one. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-15 16:54 Message: Logged In: YES user_id=156487 I set a breakpoint on this area of the code and it's not breaking when I have someone send me an ICQ authorization. I'm therefore withdrawing the patch. On that note, do you have any idea where the ICQ authorization dialog is generated? ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-10 14:55 Message: Logged In: YES user_id=156487 This was for HEAD. I didn't notice the escaping in gtkrequest.c before. I don't know what's happening. If it's being escaped twice like this suggests, I should've seen < > and & in the dialog box, which I didn't. Something weird is going on. I'll look into it some more. ---------------------------------------------------------------------- Comment By: Stu Tomlinson (nosnilmot) Date: 2005-04-10 09:13 Message: Logged In: YES user_id=309779 is this for HEAD or oldstatus? (HEAD is doing escaping in gtkrequest.c, so this shouldn't be necessary for HEAD, but if it is, something's wrong elsewhere) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1180089&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-15 20:54:29
|
Patches item #1180089, was opened at 2005-04-10 02:55 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1180089&group_id=235 Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Mark Doliner (thekingant) Summary: oscar.c Authorization Dialog Escaping Initial Comment: I woke up this morning and found another blank dialog box. Some random guy had added me on ICQ it seemed. Anyway, I tracked the bug down to oscar.c. This patch should fix it. Testing shows that I can properly receive authorization messages with HTML special characters (<, >, and &). ---------------------------------------------------------------------- >Comment By: Richard Laager (rlaager) Date: 2005-04-15 15:54 Message: Logged In: YES user_id=156487 I set a breakpoint on this area of the code and it's not breaking when I have someone send me an ICQ authorization. I'm therefore withdrawing the patch. On that note, do you have any idea where the ICQ authorization dialog is generated? ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-04-10 13:55 Message: Logged In: YES user_id=156487 This was for HEAD. I didn't notice the escaping in gtkrequest.c before. I don't know what's happening. If it's being escaped twice like this suggests, I should've seen < > and & in the dialog box, which I didn't. Something weird is going on. I'll look into it some more. ---------------------------------------------------------------------- Comment By: Stu Tomlinson (nosnilmot) Date: 2005-04-10 08:13 Message: Logged In: YES user_id=309779 is this for HEAD or oldstatus? (HEAD is doing escaping in gtkrequest.c, so this shouldn't be necessary for HEAD, but if it is, something's wrong elsewhere) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1180089&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-15 10:57:57
|
Patches item #1183650, was opened at 2005-04-15 16:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183650&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) Assigned to: Nobody/Anonymous (nobody) Summary: gaim-remote patch (adding from= param) Initial Comment: FWIW, here are a few issues with gaim-remote: 1) gaim-remote apparently expects to have at least one AIM account connected for it to work (there are comments regarding this issue in the source). However, the implementation is just a little off the line, and it does work although no AIM account is online. 2) you cannot select a specific account to use with gaim-remote. This patch resolves these issues. It is possible to specify an account to use with gaim-remote. For example: gaim-remote uri "aim:goim?screenname=gaim_adil&message=asdasdasd&from=adil040" -- Adil ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1183650&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2005-04-14 22:59:04
|
Patches item #1122208, was opened at 2005-02-14 03:13 Message generated for change (Comment added) made by pplwong You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1122208&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Pui Lam Wong (pplwong) Assigned to: Mark Doliner (thekingant) Summary: updated icq and msn emotional icons Initial Comment: Hi, I've updated icq's icon to icq5 icons. For Msn's emotion icon, I've reorder it according to MSN Messenger's order (slightly changed, but not much) using the gaim default icons. I think the order is more ordered than the alphabatical order currently used. Other icons and orders in the package are exactly the same as in gaim 1.1.2 (I just copy and pasted). So the theme is exactly the same as the gaim1.1.2 default except updated icq5 icons and reordered MSN icons. If you guys don't want to upgrade the icons, may you please post the package in the themes? Thanks. ---------------------------------------------------------------------- >Comment By: Pui Lam Wong (pplwong) Date: 2005-04-14 18:59 Message: Logged In: YES user_id=839940 I've made changes by removing those codes with spaces (which caused the problem). The new package is based on 1.2.1 default icon package. It should work now. Tough "THUMBS UP" and "IN LOVE* are commented out. ---------------------------------------------------------------------- Comment By: Pui Lam Wong (pplwong) Date: 2005-03-04 13:16 Message: Logged In: YES user_id=839940 I just realise that the "default" section is for MSN etc also in "history". I had originally replace the "icon representations" with those ICQ ones. I've just add back the "icon representations" that were in gaim1.1.4's default "theme" file. Also, how do you suggest to change this error? Because I've checked and that's the actual string that icq send when using those two icons. ---------------------------------------------------------------------- Comment By: Pavel Hristov (pavkonti) Date: 2005-03-04 07:30 Message: Logged In: YES user_id=887684 I have found two bugs with thumbup.png *THUMBS UP* inlove.png *IN LOVE* because of the space between the words the smiles do not show correctly. ---------------------------------------------------------------------- Comment By: Pavel Hristov (pavkonti) Date: 2005-03-02 19:00 Message: Logged In: YES user_id=887684 great job thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1122208&group_id=235 |