Felipe Contreras | 13 May 16:14
Picon
Gravatar

[PATCH 00/21] pidgin-mtn-conv-files patches

Hi,

Since I'm not receiving any reply, here are the patches.

The current version of the scripts don't even run, here are some fixes,
updates, and performance improvements.

I've made sure that the author conversions are functionally the same, I haven't
run a full conversion yet.

You can find a mercurial repo with the patches here:

 https://bitbucket.org/felipec/pidgin-mtn-conv-files/overview

By mails I'll be removing the biggest patches, which is mostly noise.

Cheers.

Felipe Contreras (21):
  add-committer-certs: warn if there's no signer
  fix-branch-certs: add missing fixes
  migrate: fix for python2
  add-committer-certs: improve performance
  add-committer-certs: trivial cleanup
  authormap: re-sort
  Get rid of svn-patch-authors.diff
  authormap: fix trivial conversion warnings
  authormap: remove unused entries
  authormap: update Marc E's address
  authormap: fix Miloslav Trmac entry
(Continue reading)

Felipe Contreras | 12 May 21:51
Picon
Gravatar

[ANN] pidgin git import v4

Hi,

Here's an updated version of my scripts to import the pidgin monotone
repository to git.

In this version there's a new script that trims the repository; one
can specify the oldest tag (v2.7.0), and which tags and branches to
keep. The resulting repository is much smaller (17M). In addition to
that, the script generates a 'grafts' file so it's possible to stitch
the full and the trimmed repositories together.

For example:
 % git clone git://gitorious.org/pidgin-clone/pidgin-trimmed.git pidgin
 % cd pidgin
 % git remote add full git://gitorious.org/pidgin-clone/pidgin-clone.git
 % git fetch full
 % cp /tmp/grafts pidgin/.git/info/grafts

Now you would be able to see the full history.

This can be used to migrate development to git *right now*, even
though the repository conversion scripts are still not finished. Once
they are finished; it's only a matter of updating the grafts file, and
the new history would not need to be changed.

Version v3.0 was already synchronized to the mercurial scripts[2], and
there have not been any changes since then, so it remains in sync.
BTW. I have a bunch of patches to simplify the mercurial conversion
scripts and have both more aligned with the git version, but I haven't
heard anything from Richard Laager.
(Continue reading)

Mark Doliner | 7 May 07:25
Favicon
Gravatar

Pidgin 2.10.4 released

There are two security updates and a few other bug fixes.

Changes: http://developer.pidgin.im/wiki/ChangeLog
Files: https://sourceforge.net/projects/pidgin/files/Pidgin/2.10.4/
_______________________________________________
Announce mailing list
Announce <at> pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/announce
John Indra | 3 May 10:09
Picon

Disable logging

Hi all,

What is the appropriate way to turn off logging in libpurple?

I am building a custom app using libpurple and won't be needing logging for all conversations.

I have tried reading the documentation in conversation.h and log.h, have tried purple_log_uninit()
after a call to purple_core_init (but I think this is the wrong solution because my app dies). I think I'm
still shooting to the wrong spot.

Please help.

Thanks,
John
Peter Lawler | 2 May 10:44
Picon
Gravatar

Re: About FBChat and logging

> On May 2, 2012, at 3:05 PM, Peter Lawler wrote:
> 
>> On 02/05/12 17:32, John Indra wrote:
>>> 1. I am trying to make a command line FBChat client app
>>
>> have you looked at finch(1)?
>>
>> Pete.
>>
>> _______________________________________________
>> Devel mailing list
>> Devel <at> pidgin.im
>> http://pidgin.im/cgi-bin/mailman/listinfo/devel
> 
(top post semi-corrected, sent back to devel@ list and cc'd author)

On 02/05/12 18:33, John Indra wrote:
> Hi Peter,
>
> First of all, thanks very much for the response.
>
> I haven't really tried finch before your suggestion.
> It seems that finch doesn't need FB App to send FBChat msg?

I'm going out on a limb here and guessing Finch can use XMPP to talk to
Facebook Chat. I've not tried it myself. But off the top of my head I
have no reason to suspect it wouldn't work.

> If there is nothing special that finch does, do you have any idea why
is my purple_conversation_new() not working?
(Continue reading)

John Indra | 2 May 09:32
Picon

About FBChat and logging

Hi all,

I am new to libpurple. I currently have 2 questions which help is
greatly appreciated.

1. I am trying to make a command line FBChat client app based on
libpurple's example nullclient.c.
I can see on the console that new conversation is accepted by
libpurple and printed to screen, but my FBChat friend doesn't seem to
receive the message. The other way around works though (my friend can
send me FBChat message just fine). I test the same code with YM and
GTalk and it works just fine. Both can send and receive msg.

Does this have anything to do with FB App? Do I have to create an FB
App first. What then must I do after I create the FB App? Is there
more information on this somewhere?

2. How do I turn off logging, so the line "Logging of this
conversation failed." doesn't show up in nullclient.c

Thanks a  lot.

John
Nikhil Bafna | 24 Apr 05:47
Picon
Gravatar

GSoC: Pidgin Plugin Website



Thank you for selecting me to work on this project. I am really excited and looking forward to it. 

-
Nikhil Bafna
_______________________________________________
Devel mailing list
Devel <at> pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/devel
Picon
Favicon

Student Assistant Research Help!

To the Developers and Contributors,

I am a graduate student assistant attempting to  researching both the size of pidgin and interactions between committees, developers and contributors in commit messages and bug reports.  Can anyone tell me, either offhand or through link, both the size of pidgin in terms of code and the number of active developers and commiters?  Any help or insight would be very appreciated!

Best,

Teya  


_______________________________________________
Devel mailing list
Devel <at> pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/devel
Picon

Re: Pidgin Theme Editor Question


On Fri, Apr 20, 2012 at 12:53 PM, Jed Shuler <jedshu <at> gmail.com> wrote:
Sorry to bug you, but I'm having problems with the Pidgin Theme Editior 2.10.3.  When I make the different color and font changes that I want then restart my computer all is lost. Have you seen this before and do you know a possible solution?

Hi! The pidgin theme-editor plugin is somewhat incomplete, in that the changes only apply to the current session, but it doesn't save the changes you make. So once you restart pidgin, you have to redo all the changes. I personally don't use pidgin (since I use finch), so I haven't had a need to implement the feature to save the changes. But I totally had expected someone by now would've submitted a patch to implement this feature. Perhaps you are interested? :-)

Cheers.
Sadrul
 
Thanks for any help you can shoot my direction.
~Jed


_______________________________________________
Devel mailing list
Devel <at> pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/devel
Xiaochu Liu | 17 Apr 14:21
Picon

Re: Devel Digest, Vol 61, Issue 10

Is this http://www.search-im.com an independent organization? Or it is
cooperated with those companies?

2012/4/17  <devel-request <at> pidgin.im>:
> Send Devel mailing list submissions to
>        devel <at> pidgin.im
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://pidgin.im/cgi-bin/mailman/listinfo/devel
> or, via email, send a message with subject or body 'help' to
>        devel-request <at> pidgin.im
>
> You can reach the person managing the list at
>        devel-owner <at> pidgin.im
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Devel digest..."
>
>
> Today's Topics:
>
>   1. Skype, Yahoo, ICQ, MSN Messenger search engine tip (Nicole Boivin)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 15 Apr 2012 17:38:58 -0400
> From: "Nicole Boivin" <info <at> search-im.com>
> To: <devel <at> pidgin.im>
> Subject: Skype, Yahoo, ICQ, MSN Messenger search engine tip
> Message-ID: <3B76B3A54A82433396328A07E831921E <at> intel4core>
> Content-Type: text/plain;       charset="iso-8859-1"
>
> search-im is a brand new, user contributed Skype, Yahoo, AIM, ICQ, MSN Messenger search engine community
created to help messenger users connect with each other based on their profession, hobbies, and other
interests(not their name). Please feel free to have a try and add yourself, your service, or business.
>
> Let me know if you have any questions or have interest in being included in our upcoming "Messenger
Resources" section as well.
>
> http://www.search-im.com
>
> Thanks,
> Nicole Boivin
> info <at> search-im.com
> 510-962-4385
>
>
>
> ------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel <at> pidgin.im
> http://pidgin.im/cgi-bin/mailman/listinfo/devel
>
>
> End of Devel Digest, Vol 61, Issue 10
> *************************************
Nicole Boivin | 15 Apr 23:38
Favicon

Skype, Yahoo, ICQ, MSN Messenger search engine tip

search-im is a brand new, user contributed Skype, Yahoo, AIM, ICQ, MSN Messenger search engine community
created to help messenger users connect with each other based on their profession, hobbies, and other
interests(not their name). Please feel free to have a try and add yourself, your service, or business.

Let me know if you have any questions or have interest in being included in our upcoming "Messenger
Resources" section as well.

http://www.search-im.com

Thanks,
Nicole Boivin
info <at> search-im.com
510-962-4385

Gmane