[Gaim-patches] [ gaim-Patches-1638289 ] IRC part ghost fix

2007-02-22 Thread SourceForge.net
Patches item #1638289, was opened at 2007-01-18 01:39
Message generated for change (Settings changed) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1638289group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andrew Gaul (gaul)
Assigned to: Ethan Blanton (eblanton)
Summary: IRC part ghost fix

Initial Comment:
Fix bug 1218147, where a user parting an IRC channel would leave a ghost entry 
in the user panel.  A parse error that does not strip the leading colon from 
the channel name causes gaim_find_conversation_with_account to fail.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1638289group_id=235

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches


[Gaim-patches] [ gaim-Patches-1660720 ] Add \gaim::plugins\ to the Tcl plugin

2007-02-22 Thread SourceForge.net
Patches item #1660720, was opened at 2007-02-15 10:51
Message generated for change (Settings changed) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1660720group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dossy Shiobara (dossy)
Assigned to: Ethan Blanton (eblanton)
Summary: Add \gaim::plugins\ to the Tcl plugin

Initial Comment:
In order to [gaim::signal connect] on plugin-load and plugin-unload 
signals, one needs access to gaim_plugins_get_handle() from Tcl.  The currently 
exposed Tcl gaim::* commands do not make this available.

I'm submitting a patch that introduces a new gaim::plugins command that 
currently only has one subcommand, handle, which returns 
gaim_plugins_get_handle().

It would be used like this:

gaim::signal connect [gaim::plugins handle] plugin-load args { ... script ... }

gaim::signal connect [gaim::plugins handle] plugin-unload args { ... script ... 
}


--

Comment By: Dossy Shiobara (dossy)
Date: 2007-02-15 11:08

Message:
Logged In: YES 
user_id=21885
Originator: YES

File Added: patch-tcl_cmd_plugins-r18190.txt

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1660720group_id=235

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches


[Gaim-patches] [ gaim-Patches-1650721 ] Fix a memory leak in prefs that could cause a segfault

2007-02-22 Thread SourceForge.net
Patches item #1650721, was opened at 2007-02-02 10:25
Message generated for change (Settings changed) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1650721group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: segfault
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pbernery (antesoft)
Assigned to: Nathan Walp (faceprint)
Summary: Fix a memory leak in prefs that could cause a segfault

Initial Comment:
There is a memory leak in prefs.c.
This could cause a crash when initializing/uninitializing then initializing 
again gaim_core (with consecutive call to gaim_core_init and gaim_core_quit).

--
Philippe Bernery


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1650721group_id=235

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches


[Gaim-patches] [ gaim-Patches-1663064 ] Jabber Cyrus SASL code uses FQDNs incorrectly

2007-02-22 Thread SourceForge.net
Patches item #1663064, was opened at 2007-02-18 19:06
Message generated for change (Settings changed) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1663064group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Simon Wilkinson (sxw)
Assigned to: Nathan Walp (faceprint)
Summary: Jabber Cyrus SASL code uses FQDNs incorrectly

Initial Comment:
The Jabber Cyrus SASL code passes the user's domain to the SASL libraries as 
the servers FQDN. This is incorrect in situations where the server is running 
on a machine located by SRV records. The attached patch fixes this, and adds a 
comment clarifying the behaviour of the SASL code.


--

Comment By: Simon Wilkinson (sxw)
Date: 2007-02-19 12:16

Message:
Logged In: YES 
user_id=1289
Originator: YES

Sorry - first attachment contained wrong patch! This one is correct.
File Added: gaim-2.0.0beta5-cyrus-sasl-hang.patch

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1663064group_id=235

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches


[Gaim-patches] [ gaim-Patches-1663953 ] GG protocol status text inconsistency

2007-02-22 Thread SourceForge.net
Patches item #1663953, was opened at 2007-02-19 19:46
Message generated for change (Settings changed) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1663953group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Piotr Domagalski (szalik)
Assigned to: Bartosz Oler (boler)
Summary: GG protocol status text inconsistency

Initial Comment:
Jabber plugin doesn't return any status text when buddy is available (there is 
no Available text under the icon), but the Gadu-Gadu plugin does.

As I'm using both of them, this inconsistency kind of bothers me... Here's a 
little patch that ignores the Available buddy status msg in gg plugin.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=300235aid=1663953group_id=235

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches