2010-08-23 |
Daniel Atallah |
-------------------------------------------------------------------------------
|
2010-08-22 |
John Bailey |
ChangeLog Eion's patch. Refs #12532.
|
2010-08-22 |
eion |
The Yahoo prpl makes unnecessary callbacks to the Yahoo servers if the
|
2010-08-19 |
Paul Aurich |
jabber: Document this not being an off-by-one...
|
2010-08-15 |
Kelemen Gábor |
Updated Hungarian translation after 2.7.3
|
2010-08-15 |
Mark Doliner |
Change the "length of bstream" data type to be a gsize, since it represents
|
2010-08-14 |
Elliott Sales de Andrade |
merge of '4216577c2d7814344e8e1face579d153098986ad'
|
2010-08-14 |
Elliott Sales de Andrade |
I'm pretty sure this is a logical operation, not bitwise.
|
2010-08-14 |
Elliott Sales de Andrade |
Fix a possible Garbage return value.
|
2010-08-14 |
Elliott Sales de Andrade |
Fix some "Dead nested assignment"s and then kill off some useless
|
2010-08-14 |
Elliott Sales de Andrade |
Correct me if I'm wrong, but why would the length be in UTF8, when
|
2010-08-14 |
Elliott Sales de Andrade |
I think this might be a leak. But probably only if the server changed
|
2010-08-11 |
Elliott Sales de Andrade |
Remove non-UTF8 character.
|
2010-08-14 |
Paul Aurich |
< QuLogic> on line 208 of jabber.c, should that be *dot?
|
2010-08-12 |
Mark Doliner |
Improve these comments? I was having a hard time trying to figure out what
|
2010-08-12 |
Mark Doliner |
This code is disabled, but in case we ever want to enable it then
|
2010-08-12 |
Daniel Atallah |
Fix win32 compile
|
2010-08-12 |
Mark Doliner |
Fix a compile error from my merge
|
2010-08-12 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 9166d0ffe82472b17cee09aabbef61d8ec6e3e44)
|
2010-08-10 |
Mark Doliner |
*** Plucked rev 7e159eaa14b0041fcc3ee5783cd1e4f2d039a1a1 (markdoliner@pidgin.im):
|
2010-08-10 |
Mark Doliner |
merge of '67241dfb975ba5ce0811cc461f1716d28bf8b730'
|
2010-08-05 |
ivan komarov |
A couple of refactorings related to oscar_utf8_try_convert().
|
2010-08-05 |
ivan komarov |
Removed unused "flags" parameter.
|
2010-08-05 |
ivan komarov |
Miranda expects a client ack from the other side for channel 2 messages,
|
2010-08-05 |
ivan komarov |
Fixes #12044. We send a dummy packet with DC version = 8 to make
|
2010-07-31 |
ivan komarov |
My esteemed mentor caught me red-handed. Thanks Mark!
|
2010-07-31 |
ivan komarov |
explicit merge of '7a18137f663908c5d0306e4d79ddb7d953386eab'
|
2010-07-29 |
ivan komarov |
explicit merge of '92760ff5074d9bcc75f59473f013ca8a959a85b8'
|
2010-07-31 |
ivan komarov |
Renames and cleanups.
|
2010-07-28 |
ivan komarov |
Bstream cleanups:
|
2010-07-28 |
ivan komarov |
encoding can be NULL in encoding_extract(); this is not an error and
|
2010-07-28 |
ivan komarov |
Got rid of receiving multipart messages over channel 1, which simplified the code
|
2010-07-28 |
ivan komarov |
Removed '#if 0/endif' blocks. Some of them have the form of TODO, but
|
2010-07-28 |
ivan komarov |
Removed unused #defines from oscar.h.
|
2010-07-28 |
ivan komarov |
Turns out that ncc doesn't catch everything, so continue killing things mercilessly.
|
2010-07-28 |
ivan komarov |
OK, I'm sick of constantly finding functions that are not used anywhere.
|
2010-07-28 |
ivan komarov |
Refactored oscar_encoding_to_utf8().
|
2010-07-27 |
ivan komarov |
Stop using custom encodings (and LATIN-1, for that matter) for sending
|
2010-07-26 |
ivan komarov |
Damn it.
|
2010-07-24 |
ivan komarov |
Forgot to add encoding.c.
|
2010-07-24 |
ivan komarov |
Fixed (I hope) #12284.
|
2010-07-24 |
ivan komarov |
Moved encoding-related functions to a separate file, renamed some of them,
|
2010-07-19 |
ivan komarov |
Two small fixes Mark suggested:
|
2010-07-08 |
ivan komarov |
Applied and slightly modified Sadrul's patch (http://pidgin.im/~sadrul/pp/icq-list.patch.txt)
|
2010-07-04 |
ivan komarov |
Oh, there's a title parameter in purple_notify_formatted()! Shiny.
|
2010-07-08 |
Mark Doliner |
Cleanup some code I wrote a long time ago in a galaxy far far away.
|
2010-07-01 |
ivan komarov |
Fixed a bug I accidentally introduced in fb1ab831dedebf45ea50b6f87bfc00265a0115ef.
|
2010-07-01 |
ivan komarov |
Gettextized the code and rephrased some of the messages slightly.
|
2010-06-30 |
ivan komarov |
Removed callback data that was causing a segfault in Finch, because
|
2010-06-29 |
ivan komarov |
Added a way to view the Visible/Invisible lists.
|
2010-06-28 |
ivan komarov |
Added a way to add a user to the (In)Visible list via the context menu.
|
2010-06-24 |
ivan komarov |
Adium guys need the itmsurl stuff, which I erroneously removed
|
2010-06-23 |
ivan komarov |
merge of '021e6a7b4ba46230e93812c39268259f8c6bc7fe'
|
2010-06-03 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 3ccde42b2f5cfa1fae01e997cfa85f4f9b89abe5)
|
2010-06-23 |
ivan komarov |
"Invisibility mode" improvements.
|
2010-06-18 |
ivan komarov |
Start using the real ICQ block list (SSI type 0xe) for allowing/blocking
|
2010-06-17 |
ivan komarov |
Somehow I'm sure this code lacked braces.
|
2010-05-31 |
ivan komarov |
Fixed a typo. Thanks rlaager!
|
2010-05-30 |
ivan komarov |
Since these messages are shown to the user, they should at least
|
2010-05-30 |
ivan komarov |
Moved an error handler from oscar.c to family_locate.c.
|
2010-05-30 |
ivan komarov |
Added an error handler for family_icq.c. So far it works for
|
2010-05-30 |
ivan komarov |
Got rid of family_icq.c -> oscar.c callbacks. Now it will be possible
|
2010-05-29 |
ivan komarov |
Two unused functions were removed from family_icq.c.
|
2010-05-29 |
ivan komarov |
Removed the old way of retrieving offline messages, because it is not
|
2010-05-26 |
ivan komarov |
Display the protocol icon for the authorization request dialog
|
2010-05-23 |
ivan komarov |
Show authorization request sender's nickname in the "Authorize buddy?"
|
2010-05-23 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 637cbec3044756a8ef4273f687d84b18f10b05c4)
|
2010-05-20 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 6259f2ab71027fb5030213c7adb95cb367f35642)
|
2010-05-12 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 90256b412e775f65ca4a2204654f8f6012dd2c47)
|
2010-08-11 |
Elliott Sales de Andrade |
Add /usr/lib/tk8.5 to configure.ac to get Debian Squeeze working.
|
2010-08-10 |
Mark Doliner |
Fix typo
|
2010-08-10 |
Daniel Atallah |
Fix malformed win32 installer strings
|
2010-08-10 |
Mark Doliner |
Prepare for 2.7.4
|
2010-08-10 |
Mark Doliner |
Fix a minor memleak on initialization
|
2010-08-10 |
Mark Doliner |
Make these unsigned, in case someone figures out how to actually send
|
2010-08-10 |
Mark Doliner |
merge of '177e6ef54aafc14b79387d7bbfc3fbefce5983a2'
|
2010-08-10 |
Mark Doliner |
Make sure we keep track of this timer and remove it if our caller frees
|
2010-08-10 |
John Bailey |
I believe this qualifies for NEWS.
|
2010-08-10 |
Mark Doliner |
Update the dates and version numbers. Feel free to NEWS!
|
2010-08-10 |
Mark Doliner |
Update pidgin.ico file. This image is made of a bunch of different
|
2010-08-10 |
Mark Doliner |
merge of 'bada09db88dffa79646079f34fec29248989c618'
|
2010-08-10 |
Mark Doliner |
Update Ukrainian translation. Fixes #12457
|
2010-08-08 |
Elliott Sales de Andrade |
merge of '6156c597e7d5a7702b6915a78bef090253dd0090'
|
2010-08-07 |
Elliott Sales de Andrade |
Minor typo.
|
2010-08-07 |
John Bailey |
The fact that Daniel's had to fix translations for this at least twice tells me we need to warn translators about this.
|
2010-08-07 |
Elliott Sales de Andrade |
Fall back to SB when a DC is declined via transrespbody also.
|
2010-08-07 |
Paul Aurich |
Add the ValiCert Class 2 VA root CA.
|
2010-08-07 |
Daniel Atallah |
Fix win32 installer translation
|
2010-08-07 |
John Bailey |
merge of '59221077cd501c7413d6d252249d6f987bbab30f'
|
2010-08-07 |
John Bailey |
Updated Slovenian, Hebrew, Dutch, Czech, Norwegian Nynorsk, Spanish, Polish, and Punjabi
|
2010-08-06 |
Mark Doliner |
There's no reason to cache this value, right?
|
2010-08-06 |
Mark Doliner |
Correct and clarify some documentation
|
2010-08-03 |
Éric Boumaour |
French translation update for 2.7.3
|
2010-08-02 |
Josep Puigdemont |
Updated Catalan Valencian translation on behalf of Toni Hermoso.
|
2010-08-01 |
Paul Aurich |
merge of '9655e74ffa6d13bf9ad73bdbd432f003c33cae79'
|
2010-08-01 |
Paul Aurich |
yahoo: Avoid misuse of purple_normalize
|
2010-08-01 |
Daniel Atallah |
Fix some malformed win32 installer translations
|
2010-08-01 |
Daniel Atallah |
merge of '4af706c0918fd1eb930a0f2807a80a9f189b7b98'
|
2010-08-01 |
Josep Puigdemont |
Catalan translation updated.
|
2010-08-01 |
Mark Doliner |
Make the changes from Andrew Victor's 3113fa54190de8c27a27e7001e9d902dca70037c
|
2010-08-01 |
Paul Aurich |
jabber: g_return-ify some PURPLE_CONNECTION_IS_VALID checks
|
2010-07-31 |
Elliott Sales de Andrade |
merge of 'a7d49884941697519567616ac54f4c2884df05e2'
|
2010-07-31 |
Elliott Sales de Andrade |
merge of '5b9ae21a0927d9a160964bfb1cad7a43253fba0d'
|
2010-07-31 |
Jochen Kemnade |
update for 2.7.3
|
2010-07-31 |
Elliott Sales de Andrade |
Add support for Url/Url1 in MSN objects, which are used for buddy
|
2010-07-31 |
Elliott Sales de Andrade |
Save and cancel-on-exit any URL requests, instead of checking the
|
2010-07-31 |
Paul Aurich |
jabber: Fix the last commit to pass escaped text off to the core.
|
2010-07-31 |
Paul Aurich |
jabber: Only take the character data from a <body/> element (non-XHTML)
|
2010-07-31 |
Paul Aurich |
jabber: Avoid an assertion warning
|
2010-07-30 |
Mark Doliner |
Alphabetize
|
2010-07-29 |
andrew victor |
Add 16x16 emoticon set for MXit.
|
2010-07-28 |
andrew victor |
Update ChangeLog with MXit changes for 2.7.3.
|
2010-07-28 |
andrew victor |
Added 16x16 versions of the new MXit emoticons - used for Moods.
|
2010-07-28 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 9d595f880c678cec5d1337783f6c0c2b0ac53677)
|
2010-07-28 |
andrew victor |
Add new MXit emoticons.
|
2010-07-28 |
andrew victor |
Add the new Moods.
|
2010-07-28 |
andrew victor |
Clarify error message that it is the Display Name field that is invalid.
|
2010-07-27 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head d198e35f28e8800ec2979cfb22965fbe0a31e10d)
|
2010-07-21 |
andrew victor |
If a chatroom user's nickname contains MXit markup characters, they are escaped
|
2010-07-27 |
John Bailey |
Make MXit compile in a mingw cross-compile environment.
|
2010-07-27 |
John Bailey |
Another Bengali translation update. Fixes #12141 again.
|
2010-07-27 |
John Bailey |
Updated Bengali translation, a month and a half after it was submitted. Fixes #12141.
|
2010-07-27 |
John Bailey |
Updated Russian translation. Fixes #12305.
|
2010-07-27 |
John Bailey |
Update Simplified Chinese translation. Fixes #12340.
|
2010-07-27 |
John Bailey |
Updated Spanish translation. Fixes #12351.
|
2010-07-27 |
John Bailey |
Updated Norwegian Nynorsk translation and translator's e-mail address. Fixes #12348
|
2010-07-27 |
John Bailey |
Commit updated .po files. This should be done occasionally so the stats cron job doesn't work so hard.
|
2010-07-27 |
John Bailey |
Updated Dutch translation from new maintainer Gideon van Melle. Fixes #12314.
|
2010-07-26 |
Elliott Sales de Andrade |
Use GtkUIManager for gtk media stuff, since it's internal.
|
2010-07-25 |
Elliott Sales de Andrade |
Deprecate pidgin_check_if_dir, which is no longer used since 2.7.0
|
2010-07-25 |
Elliott Sales de Andrade |
Don't assert if logo is missing. This shouldn't really affect people
|
2010-07-23 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin.mxit' (head 82e7f1b7c8af5634ca7519af59901321eab7e8dc)
|
2010-07-20 |
andrew victor |
If a link is clicked in a conversation, and connection to server happens to have
|
2010-07-20 |
andrew victor |
Since a buddy's avatar information is distributed as part of their online
|
2010-07-19 |
andrew victor |
For safety, rather use g_strlcpy() and snprintf() where possible.
|
2010-07-19 |
andrew victor |
When setting an Avatar image via the Gallery bot, the MXit server pushes
|
2010-07-19 |
andrew victor |
A few changes to the Profile.
|
2010-07-16 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 1a7a779bc2131e1ccb4153db0f799a791246c84b)
|
2010-06-30 |
andrew victor |
Display a message in the chat window when you invite someone.
|
2010-06-14 |
pieter loubser |
Implemented new naming conventions
|
2010-06-02 |
andrew victor |
For MXit emoticons, it is "shocked.png" and not "shock.png".
|
2010-06-02 |
andrew victor |
For the debug message:
|
2010-06-02 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 7f7ef3aa89b9c72fb9cb9d2eb1916d051a108d17)
|
2010-05-28 |
andrew victor |
merge of 'c32c1fdff08db87b69fc0eb921a5eaafcb5ef67e'
|
2010-05-28 |
andrew victor |
Some spelling fixes to code comments.
|
2010-07-21 |
Mark Doliner |
We are the future, now
|
2010-07-21 |
Mark Doliner |
Oh my bad, we said we'd stop updating this
|
2010-07-21 |
Mark Doliner |
Grab changes from the 2.7.2 branch
|
2010-07-21 |
Mark Doliner |
Fix a crash bug in oscar related to trying to allocate too much memory.
|
2010-07-21 |
Mark Doliner |
This patch attempts to fix four bugs in the oscar protocol plugin that
|
2010-07-20 |
Björn Voigt |
Small German translation update
|
2010-07-20 |
Björn Voigt |
German translation update
|
2010-07-20 |
Stu Tomlinson |
Some fixes to IRC handling in purple-url-handler, mainly to fix
|
2010-07-19 |
Sadrul Habib Chowdhury |
Make it possible for perl plugins to connect to log-signals.
|
2010-07-17 |
Elliott Sales de Andrade |
Remove a buddy that left a chat from an internal list. Otherwise, the
|
2010-07-17 |
Elliott Sales de Andrade |
Add a timeout which forces the login process to complete. This won't
|
2010-07-17 |
Elliott Sales de Andrade |
The session parameter appears unused in msn_add_contact_xml.
|
2010-07-17 |
Elliott Sales de Andrade |
Clear the password on an MSN account if saving is disabled and the
|
2010-07-12 |
Sadrul Habib Chowdhury |
merge of '6eb94bb98b242b76b07fe78fe89d136b9201d6f1'
|
2010-07-12 |
Sadrul Habib Chowdhury |
Get rid of a few unnecessary strlen/g_snprintf's.
|
2010-07-12 |
Sadrul Habib Chowdhury |
Remove some timeout/input handlers for upnp.
|
2010-07-10 |
Paul Aurich |
merge of '188465fa1e8064c35ae348b4c71cee7fb4c7c755'
|
2010-07-10 |
Sadrul Habib Chowdhury |
Add missing window-scroll-down and -up for finch in the man page.
|
2010-07-10 |
Paul Aurich |
jabber: Move another function out of caps.c...
|
2010-07-10 |
Paul Aurich |
jabber: Move (and harden) a function to xdata.c
|
2010-07-10 |
Paul Aurich |
const-ify the xmlnode* parameter to xmlnode_get_attrib(_with_namespace)
|
2010-07-10 |
Paul Aurich |
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
|
2010-07-09 |
Paul Aurich |
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
|
2010-07-09 |
Paul Aurich |
jabber: Start adding some caps tests
|
2010-07-08 |
Paul Aurich |
jabber: Set js->serverFQDN when connecting via BOSH. Fixes #12289
|
2010-07-08 |
Paul Aurich |
jabber: This is more accurate, I think (e.g. Cyrus doesn't know what SCRAM-SHA-1 is)
|
2010-07-08 |
Stu Tomlinson |
rpmlint was complaining about the \*Q and \*U included in finch's man page:
|
2010-07-07 |
Marcus Lundblad |
merge of '5aacaf467359c75ac94de8b4a1897a191bc2a261'
|
2010-07-07 |
Marcus Lundblad |
pidgin: Re-arrange media window. Layout remote and local video side-by-side.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Add sound-support for got-attention event.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Fix a crash in Finch < 2.7.0 with purple >= 2.7.0.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Whoops.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Make the combobox a tiny bit friendlier.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Fix build with --with-ncurses-headers.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Make the combobox a bit more friendly.
|
2010-07-05 |
Sadrul Habib Chowdhury |
Some updates to the account window.
|
2010-07-04 |
Sadrul Habib Chowdhury |
Fix data selection in a list-type request-field.
|
2010-07-04 |
Sadrul Habib Chowdhury |
Fix parsing XHTML.
|
2010-07-03 |
Elliott Sales de Andrade |
merge of '9e21ee2eab363a8afc2552ab67c23b90a88d7553'
|
2010-07-03 |
Elliott Sales de Andrade |
Destroy a DC if its corresponding slpcall is going away and it hasn't
|
2010-07-02 |
Elliott Sales de Andrade |
Enable silent build rules. You can disable them using the configure
|
2010-07-03 |
Sadrul Habib Chowdhury |
Compile.
|
2010-07-03 |
Paul Aurich |
Did I mention this is entirely untested? (I don't have GTK+ on
|
2010-07-03 |
Paul Aurich |
Add notify::visibilty handlers for the 'lean' GtkIMHtmlToolbar,
|
2010-07-03 |
Paul Aurich |
merge of '2774f6446b6bd057a7012aad6408b8dea457fbf6'
|
2010-07-03 |
Paul Aurich |
Use a helper variable to (vastly, to me) improve readability.
|
2010-07-02 |
Stu Tomlinson |
Fix the mingw Makefiles to ensure plugins are rebuilt when config.h or
|
2010-07-01 |
Paul Aurich |
*** Plucked rev 6290e1fa3bfba05e59462968ebbff460342c48dd (ivan.komarov@soc.pidgin.im):
|
2010-06-30 |
Paul Aurich |
*** Plucked rev 16e7d9f71db071e6d043c456869b8f860bcc8d45 (ivan.komarov@soc.pidgin.im):
|
2010-06-30 |
Paul Aurich |
*** Plucked rev 1e62e7c65758de7e0aaa5377f865d4164e4482f5 (ivan.komarov@soc.pidgin.im):
|
2010-06-30 |
Marcus Lundblad |
merge of '7c3cd4e07a01085a68042131f5075778e65b1ab6'
|
2010-06-30 |
Marcus Lundblad |
merge of '0a7239b54affab8c6c4a3a097560826d888cf991'
|
2010-06-30 |
Marcus Lundblad |
jabber: Don't show resources that we know for sure isn't supporting the file
|
2010-06-30 |
Stu Tomlinson |
Allow setting sound volume when ALSA is used
|
2010-06-30 |
Stu Tomlinson |
Create the ~/.purple/plugins directory on startup if it does not exist
|
2010-06-30 |
Stu Tomlinson |
I'm sure there's a legitimate reason I had this change locally in one of my
|
2010-06-30 |
Stu Tomlinson |
Get rid of this warning:
|
2010-06-29 |
Paul Aurich |
Add a comment noting the moods should be sorted post-translation.
|
2010-06-29 |
Paul Aurich |
certificate: Add helpful text to the 'not yet active' message.
|
2010-06-23 |
Paul Aurich |
Re-flow the ChangeLog to an 8-char wide tab.
|
2010-06-22 |
Elliott Sales de Andrade |
Fix Yahoo file transfers that get stuck saying \"Waiting for transfer to
|
2010-06-22 |
ulidtko |
Fixes non-ASCII arguments to /mode, /umode, etc. Thanks to Max
|
2010-06-20 |
Peter Hjalmarsson |
Updated swedish translation
|
2010-06-19 |
John Bailey |
So it turns out the name vs oname thing wasn't a typo on Mark's part. I just
|
2010-06-18 |
Paul Aurich |
merge of '0627a49f54e3d5317e6a8dd97956ee2abfa32f9d'
|
2010-06-18 |
Paul Aurich |
Only call failure_cb if it exists for the [gs]et_public_alias functions.
|
2010-06-18 |
Paul Aurich |
merge of '7fe056535dca3e50f6489654f491a2f9e487b4d4'
|
2010-06-17 |
John Bailey |
merge of '17361f09097a5f1f0b18ee376798623ad992ef35'
|
2010-06-17 |
Sadrul Habib Chowdhury |
Initialize pointer, fix a typo to fix a crash.
|
2010-06-17 |
John Bailey |
Fix a typo and solve a crash. g_free() is not safe on uninitialized pointers.
|
2010-06-18 |
Mark Doliner |
Formatting changes. Hopefully I didn't break anything this time
|
2010-06-17 |
Paul Aurich |
merge of '18ddd668ba1cc77ed0a0595a053f8a2879dddfd0'
|
2010-06-17 |
Paul Aurich |
jabber: Exclude ASCII 127 (Delete) from allowed SASLprep characters
|
2010-06-17 |
Mark Doliner |
Minor cleanup
|
2010-06-17 |
Mark Doliner |
We've already checked for the existance of the starttls node, so we know
|
2010-06-17 |
Mark Doliner |
Remove some stray spaces
|
2010-06-17 |
Paul Aurich |
jabber: Fix a crash when sending typing notifications to a malformed buddy
|
2010-06-17 |
Paul Aurich |
jabber: Fix a crash in the BoB code when receiving from Jabbim.
|
2010-06-17 |
Paul Aurich |
jabber: Don't use a static array when it might not be sufficient.
|