2009-02-21 |
Mike Ruprecht |
Handle the session tee in the session rather than the src bin.
|
2009-02-20 |
Mike Ruprecht |
Move pipeline creation into the media manager.
|
2009-02-19 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head e39dfbe6c3a61b035fc764dfaad7b49c84666d14)
|
2009-02-19 |
Mike Ruprecht |
merge of 'd47b8ff41e04be89d7152ac8f587e633fff7c1cb'
|
2009-02-11 |
Marcus Lundblad |
Update namespace for jingle file-transfers application
|
2009-02-11 |
Marcus Lundblad |
merge of '12e8711526f49bf6cecd4f430dec8f661857221f'
|
2009-02-19 |
Mike Ruprecht |
Have all src_pads for a stream be funneled into the same stream.
|
2009-02-11 |
Mike Ruprecht |
Change purple_prpl_can_do_media to purple_prpl_get_media_caps.
|
2009-02-08 |
Mike Ruprecht |
Use the media manager that created the media session in media.c.
|
2009-02-05 |
Mike Ruprecht |
Free the session as well on error.
|
2009-02-05 |
Mike Ruprecht |
Wait to send transport-info until the session-initiate ack is received.
|
2009-02-05 |
Mike Ruprecht |
Make there be no default action for the media request.
|
2009-02-05 |
Mike Ruprecht |
Don't crash if media can't be found.
|
2009-02-11 |
Marcus Lundblad |
Update namespace for socks5 jingle transport to reflect new proto-XEP
|
2009-02-05 |
Mike Ruprecht |
merge of '1cd039d2f04c877820b4097e462f26831c2d828e'
|
2009-02-05 |
Mike Ruprecht |
Fix intermittent crash upon hangup when removing output windows.
|
2009-02-05 |
Mike Ruprecht |
Handle having multiple active candidates.
|
2009-02-05 |
Mike Ruprecht |
Plug memory leak.
|
2009-02-05 |
Mike Ruprecht |
Add the id attribute to ice-udp according to the XEP.
|
2009-02-05 |
Mike Ruprecht |
Have the audio levels' default width match that of the video widgets.
|
2009-02-05 |
Mike Ruprecht |
Close the request dialog if the remote user hung up.
|
2009-02-05 |
Mike Ruprecht |
Remove unnecessary buttons and change statusbar to say "Calling..."
|
2009-02-21 |
Mike Ruprecht |
Properly free item factory. Should fix a crash on close.
|
2009-02-05 |
Mike Ruprecht |
Add a basic menu to the media window.
|
2009-02-05 |
Mike Ruprecht |
Add some debug messages for the remaining Farsight signals.
|
2009-02-05 |
Mike Ruprecht |
Don't output an error if fs-codec.conf doesn't exist.
|
2009-02-05 |
Mike Ruprecht |
Update Jingle's raw-udp version numbers to bring them in line with the XEP.
|
2009-02-05 |
Mike Ruprecht |
Update Jingle RTP's version numbers to be in line with the XEP.
|
2009-02-05 |
Mike Ruprecht |
Update to newest XEP-0166 Jingle spec.
|
2009-02-05 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
|
2009-02-05 |
Mike Ruprecht |
merge of '8abcc61528a93f4c18a6e1f200a7ba69f1694c28'
|
2009-02-05 |
Mike Ruprecht |
Fix removing output windows when the session is rejected.
|
2009-02-04 |
Mike Ruprecht |
Add active elements to PurpleMediaManager. These are the elements that
|
2009-02-03 |
Mike Ruprecht |
Added PurpleMediaElementType enum and added type to PurpleMediaElementInfo.
|
2009-02-03 |
Mike Ruprecht |
Implement functions to register and unregister media elements for use in
|
2009-02-03 |
Marcus Lundblad |
Add automatic discovery of GTalk STUN servers when using a Gtalk account
|
2009-02-02 |
Mike Ruprecht |
Add statusbar to eventually replace the label.
|
2009-02-02 |
Mike Ruprecht |
Make the sinks better default sizes and display them immediately.
|
2009-02-02 |
Mike Ruprecht |
Implement an X error handler to prevent Pidgin from crashing on
|
2009-02-02 |
Mike Ruprecht |
Make the backgrounds of the drawing areas black so it doesn't look as
|
2009-02-02 |
Mike Ruprecht |
Implement *_remove_output_window and *_remove_output_windows.
|
2009-02-02 |
Mike Ruprecht |
Set the purple_media_connected_cb timeout to a high priority and remove
|
2009-02-02 |
Mike Ruprecht |
Simplify handling prepare-xwindow-id signal. Reduce thread unsafety.
|
2009-02-02 |
Mike Ruprecht |
Added a lot of assertions and error handling.
|
2009-01-31 |
Mike Ruprecht |
Make sure marshallers.h is created before compiling marshallers.c.
|
2009-01-31 |
Mike Ruprecht |
Have all media sessions use a single pipeline.
|
2009-01-30 |
Mike Ruprecht |
Use aliases for the media window title and the request window.
|
2009-01-30 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 96db74f0ccbe2a283893e33f0f7bff5a827f48d9)
|
2009-01-30 |
Mike Ruprecht |
Use request API for a media invitation.
|
2009-01-30 |
Mike Ruprecht |
Set media window title to screenname.
|
2009-01-30 |
Mike Ruprecht |
Change the media window items' orientations to look better.
|
2009-01-30 |
Mike Ruprecht |
Create the media srcs inside PurpleMedia.
|
2009-01-30 |
Mike Ruprecht |
Separate PidginMedia from PidginConversation.
|
2009-01-30 |
Mike Ruprecht |
Simplify the media menu callbacks.
|
2009-01-27 |
Mike Ruprecht |
Add the accepted signal and make the accept button go away immediately.
|
2009-01-27 |
Mike Ruprecht |
Added the accepted signal.
|
2009-01-27 |
Mike Ruprecht |
Added codecs-changed signal.
|
2009-01-27 |
Mike Ruprecht |
Added purple_media_end and removed the purple_media_got_hangup.
|
2009-01-24 |
Marcus Lundblad |
Removed a couple of warnings
|
2009-01-23 |
Marcus Lundblad |
Removed some extra tabs on blank lines
|
2009-01-22 |
Marcus Lundblad |
Added support to generate relayed candidates (TURN).
|
2009-01-19 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 27a5e4c3bf4db89f9d87c37d7043c1f4dc68ed1f)
|
2009-01-19 |
Mike Ruprecht |
Wait to create the sinks until the frames are ready.
|
2009-01-17 |
Mike Ruprecht |
Set remote candidates as soon as they are received.
|
2009-01-17 |
Mike Ruprecht |
Use the stream's direction to wait to send media.
|
2009-01-17 |
Marcus Lundblad |
Run an asynchronous DNS lookup for the STUN server IP (to set as a property
|
2009-01-14 |
Mike Ruprecht |
Remove unneeded pidgin_media_get_display_widget function.
|
2009-01-14 |
Mike Ruprecht |
Rearrange the Pidgin media GUI.
|
2009-01-13 |
Marcus Lundblad |
merge of '1c8357244603e0d86b5df08b5df711f916c01347'
|
2009-01-13 |
Marcus Lundblad |
merge of 'a38c44e88ee54fa639c5d924a5100699df189a26'
|
2009-01-13 |
Marcus Lundblad |
merge of '36ce4dcc4d637d6227ef52b2e9e72f957f0435ff'
|
2009-01-12 |
Marcus Lundblad |
merge of 'd43b253ca7568a3f07aa77bf397fe4351db73a90'
|
2009-01-10 |
Marcus Lundblad |
merge of '6f874569bd42744b784b694f8a44c06ec7d7f468'
|
2009-01-10 |
Marcus Lundblad |
merge of 'a43fe39095ee00967fa35f7fc14ecd698c4b3241'
|
2009-01-10 |
Marcus Lundblad |
merge of '403c70a10f0947c6a968f38acae33715ffad2fce'
|
2009-01-13 |
Mike Ruprecht |
Remove some of the deprecated API.
|
2009-01-13 |
Mike Ruprecht |
Remove deprecated signals.
|
2009-01-13 |
Mike Ruprecht |
The sink is being held elsewhere.
|
2009-01-13 |
Mike Ruprecht |
Remove levels since they aren't used.
|
2009-01-13 |
Mike Ruprecht |
Update Finch to new media API.
|
2009-01-13 |
Mike Ruprecht |
Replace the got-request signal in PidginMedia.
|
2009-01-13 |
Mike Ruprecht |
Replace the ready signal in PidginMedia.
|
2009-01-13 |
Mike Ruprecht |
Convert more PidginMedia signals to the newer API.
|
2009-01-13 |
Mike Ruprecht |
Convert PidginMedia to use the state-changed signal.
|
2009-01-13 |
Mike Ruprecht |
Convert the GTalk code to completely use the new ready signal.
|
2009-01-13 |
Mike Ruprecht |
Use the state-changed signal in GTalk code.
|
2009-01-13 |
Mike Ruprecht |
Added reject and hangup states to the state-changed signal.
|
2009-01-13 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
|
2009-01-12 |
Mike Ruprecht |
Manipulate optional parameters properly.
|
2009-01-12 |
Mike Ruprecht |
Fix some crashes from printing debug messages on a separate thread.
|
2009-01-12 |
Mike Ruprecht |
Hopefully stop the last of the BadWindow errors.
|
2009-01-12 |
Mike Ruprecht |
Wrap FsCodec and remove the Farsight2 include from media.h.
|
2009-01-11 |
Mike Ruprecht |
Convert rather than copy.
|
2009-01-10 |
Mike Ruprecht |
Use the correct enumeration name.
|
2009-01-10 |
Mike Ruprecht |
Duplicate FsCandidate to remove it from the public interface.
|
2009-01-10 |
Mike Ruprecht |
merge of '403c70a10f0947c6a968f38acae33715ffad2fce'
|
2009-01-10 |
Mike Ruprecht |
merge of 'a617f86bc9f9f151daef5b0980c124f94f277f9a'
|
2009-01-10 |
Marcus Lundblad |
disapproval of revision '1fa05b8b4d069723f0cba486203a2a00c3baf096'
|
2009-01-10 |
Mike Ruprecht |
Make FsStreamDirection and FsMediaType conversion functions static.
|
2009-01-10 |
Mike Ruprecht |
merge of '1fa05b8b4d069723f0cba486203a2a00c3baf096'
|
2009-01-10 |
Marcus Lundblad |
Setup all prefs for TURN
|
2009-01-10 |
Mike Ruprecht |
merge of '106c6ba87b3a431f8ec3adad7e4e569f3d008f83'
|
2009-01-10 |
Marcus Lundblad |
disapproval of revision '106c6ba87b3a431f8ec3adad7e4e569f3d008f83'
|
2009-01-10 |
Marcus Lundblad |
Added some preliminary prefs settings for configuring a TURN relay server
|
2009-01-10 |
Mike Ruprecht |
Remove some unnecessary GStreamer code.
|
2009-01-09 |
Mike Ruprecht |
Make it compile in Windows with the equivalent of --disable-vv.
|
2009-01-08 |
Mike Ruprecht |
Fix compiling with --disable-vv.
|
2009-01-08 |
Mike Ruprecht |
merge of '856023a0b4273c54f6041597332bd5a0fb63ea0e'
|
2009-01-08 |
Mike Ruprecht |
Fix crash when moving a tab with video.
|
2009-01-07 |
Mike Ruprecht |
Fix a GLib warning when add_stream fails in google.c.
|
2009-01-07 |
Mike Ruprecht |
Use the dispose method too.
|
2009-01-07 |
Mike Ruprecht |
Wait to send media until both sides have accepted.
|
2009-01-08 |
Mike Ruprecht |
Use the right pointer.
|
2009-01-07 |
Mike Ruprecht |
Fix crash on exit during media session.
|
2009-01-07 |
Mike Ruprecht |
Remove unused variable.
|
2009-03-04 |
Peter Hjalmarsson |
merge of 'b7c7f0f5daca252711952e60e283dd18a1983d33'
|
2009-03-04 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 972457aa8f4a246318025cf2c479a57e1bb70848)
|
2009-03-22 |
Paul Aurich |
BOSH: Support HTTPS connections to the connection manager
|
2009-03-21 |
Paul Aurich |
Use a PurpleCircBuffer for the queued stanzas
|
2009-03-16 |
Paul Aurich |
Rearrange the structs and fix the indentation. No functional changes.
|
2009-03-16 |
Paul Aurich |
Obey the 'inactivity' attribute and send blank updates often enough. Also,
|
2009-03-16 |
Paul Aurich |
Clean up BOSH reading and disconnection handling.
|
2009-03-16 |
Paul Aurich |
Jabber: Default protocol version to 1.0.
|
2009-03-15 |
Paul Aurich |
Close a small race with disconnecting while establishing a connection and
|
2009-03-15 |
Paul Aurich |
Rename a few functions and drop some data members.
|
2009-03-15 |
Paul Aurich |
merge of 'e50b65be3a30b5e9c665a8ee87d28f19e225f459'
|
2009-03-08 |
Paul Aurich |
Remove more #if 0'd code referencing exts
|
2009-03-15 |
Paul Aurich |
Restore BOSH to a more-or-less working state.
|
2009-03-07 |
Paul Aurich |
IBB is now in im.pidgin.pidgin
|
2009-03-07 |
Paul Aurich |
Fix up merge (why can't it simply make the changes to my WD first?)
|
2009-03-07 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
2009-03-07 |
Paul Aurich |
Fixing busted merge
|
2009-03-07 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
2009-03-07 |
John Bailey |
I have no idea how we've gone nearly 16 months with no one noticing that the
|
2009-03-07 |
Mark Doliner |
Use "does" here sounds more natural to me
|
2009-03-07 |
Paul Aurich |
Fix merge (i.e. reapply my changes here).
|
2009-03-07 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
2009-03-07 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
2009-03-05 |
Mark Doliner |
Woo boy this function is a little crazy. I shuffled some things around:
|
2009-03-05 |
Mark Doliner |
Rename "availmsg" to "statusmsg" here. I think recent official AIM
|
2009-03-05 |
Mark Doliner |
Create two helper functions for setting the available message and iTunes
|
2009-03-05 |
Josep Puigdemont |
Updated Catalan translation.
|
2009-03-15 |
Marcus Lundblad |
Unleak
|
2009-03-04 |
Johannes Buchner |
Make a hack in purple-url-handler cleaner.
|
2009-03-04 |
Mark Doliner |
Change the way oscar deals with account->perm_deny a little bit.
|
2009-03-04 |
John Bailey |
merge of '4f7ebd10f9b2db16fa68b60e528f766e6c9dd450'
|
2009-03-04 |
John Bailey |
disapproval of revision '90bcee91e80ba055eb211168b099418753e096e9'
|
2009-03-04 |
John Bailey |
merge of '48260c71a42cee1dd4e220b7c672187cfe99cc2f'
|
2009-03-03 |
Daniel Atallah |
Implementation of a plugin to facilitate use of One Time Passwords by
|
2009-03-03 |
Marcus Lundblad |
Use text colours from the GTK+ theme instead of black when no buddy list theme
|
2009-03-03 |
Ethan Blanton |
You don't say
|
2009-03-03 |
Mark Doliner |
When setting an AIM or ICQ away message, linkify the message.
|
2009-03-03 |
Mark Doliner |
The status_text variable is only used inside this block, so move
|
2009-03-03 |
Mark Doliner |
Remove a wee bit of trailing whitespace
|
2009-03-03 |
John Bailey |
Fix a minor whitespace inconsistency.
|
2009-03-03 |
John Bailey |
Clear the saved password on an authentication failure. The result of this is
|
2009-03-03 |
Elliott Sales de Andrade |
merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'
|
2009-03-02 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
|
2009-03-02 |
Etan Reisner |
merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'
|
2009-03-02 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
|
2009-03-02 |
Daniel Atallah |
The 2.5.5 win32 builds shipped with GTK+ 2.14.7
|
2009-03-03 |
Elliott Sales de Andrade |
Ignore the Forward List status bit when checking if user is on the Allow
|
2009-03-02 |
Elliott Sales de Andrade |
ChangeLog the XMPP updates.
|
2009-03-02 |
Elliott Sales de Andrade |
Remove some extra trailing whitespace I noticed after merging mlundblad's
|
2009-03-02 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.cpw.malu.xmpp.attention' (head cbf0c3bd9fb3c235c896517b27d6ea14b2993e19)
|
2009-03-02 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.cpw.malu.xmpp.ibb_ft' (head cb0383f5b2aa47ed5b3bc5beb121c391d70b776a)
|
2009-03-02 |
Elliott Sales de Andrade |
Fix compile errors from the merge. Untested protocols: msnp9, sametime,
|
2009-03-02 |
Elliott Sales de Andrade |
Update versions since we're updating minor.
|
2009-03-02 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
|
2009-02-25 |
Casey Ho |
Changing debug levels. These messages fire every single time a window changes focus, making debugging anything else impossible
|
2009-02-25 |
Casey Ho |
Buddy pounce options are now in four columns instead of two. Fixes issues with height of dialog on small resolutions.
|
2009-02-04 |
Sadrul Habib Chowdhury |
Do not linkify unless <proto> is followed by some non-whitespace string.
|
2009-02-03 |
Sadrul Habib Chowdhury |
Fix building with python < 2.5
|
2009-01-28 |
Mark Doliner |
Add a comment just noting that I think it's kind of annoying that we
|
2009-01-28 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
|
2009-01-28 |
Mark Doliner |
I don't know if these are worth changelogging, but I'll put them here
|
2009-01-28 |
Mark Doliner |
Increment display_lines here so that, for fonts where pixels_inside_wrap()
|
2009-01-28 |
Mark Doliner |
Change the logic for breaking out of the while look to match the if
|
2009-01-28 |
Mark Doliner |
Fix a bug that's bothered me for a while. When pressing shift+enter in
|
2009-01-28 |
Mark Doliner |
Add a GtkIMHtml function that causes the widget to actually insert a
|
2009-01-28 |
Mark Doliner |
The first thing gtk_text_buffer_delete_selection does is call
|
2009-01-28 |
Mark Doliner |
Fix a crash in this branch that I introduced a few days ago. bname
|
2009-01-27 |
Mark Doliner |
Use getters and settings for a bunch of libpurple structs
|
2009-01-27 |
Sadrul Habib Chowdhury |
merge of '89cb8a5cf5210205e245047e7200484202e370a0'
|
2009-01-26 |
Richard Laager |
Drop the effectively empty .todo file.
|
2009-01-26 |
Richard Laager |
Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just
|
2009-01-26 |
Mark Doliner |
Add a newline to this log message
|
2009-01-26 |
Mark Doliner |
Simplify, hoo-boy. Also don't unregister the schemes in
|
2009-01-26 |
Mark Doliner |
Uninitialize the certificate API before unloading the SSL plugin. This
|
2009-01-26 |
Mark Doliner |
Deprecate some functions that aren't really needed
|
2009-01-26 |
Mark Doliner |
Change "screen name" to "username" or "buddy name" in a whole bunch of
|
2009-01-26 |
Mark Doliner |
Remove trailing whitespace
|
2009-01-26 |
Mark Doliner |
s/sucess/success/ in a few places
|
2009-01-26 |
Mark Doliner |
Add two changes to the change log
|
2009-01-26 |
Mark Doliner |
Add @since 2.6.0 doxygen comments to some of our new functions, and
|
2009-01-26 |
Mark Doliner |
* Alphabetize files in a few Makefile.am files
|
2009-01-26 |
Richard Laager |
A patch from Chris Connett to change the log size sorting method to weight
|
2009-01-26 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 566d2e86bfd45c806aba1b32d6f85a9a409ff9ea)
|
2009-01-26 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head da4fface7b23fb7415d6ce2a72770ce5fbe006a0)
|
2009-01-26 |
Mark Doliner |
Fix the indentation in this function
|
2009-01-25 |
Mark Doliner |
Add a comment
|
2009-01-25 |
Mark Doliner |
Use the shortcut in the error message to give people more context
|
2009-01-25 |
Mark Doliner |
Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
|
2009-01-25 |
Mark Doliner |
Try to improve the wording in our custom smiley manager
|
2009-01-25 |
Mark Doliner |
Lots of minor whitespace and comment changes:
|
2009-01-24 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)
|
2009-01-24 |
Richard Laager |
merge of '55fb011e6060667ce31490ccd4621350fb8e90c6'
|
2009-01-21 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head f49b0bab604f956eb4f9fce3a103320497cd40e5)
|
2009-01-22 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
2009-01-15 |
Gary Kramlich |
a few struct hiding clean ups
|
2009-01-15 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
|
2009-01-08 |
Etan Reisner |
Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog
|
2009-01-06 |
Etan Reisner |
Made the Purple::Request::Field(s) functions act more perl-like.
|
2009-01-06 |
Kevin Stange |
merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'
|
2009-01-06 |
Daniel Atallah |
Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.
|
2009-01-06 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
|
2009-01-06 |
Gary Kramlich |
ChangeLog the addition of themes from Justin Rodriguez's summer of code project, as well as the cleanups and additions from Paul Aurich.
|
2009-01-06 |
Paul Aurich |
Adding the patch to extend the blist theme to allow coloring of chat nodes with unread messages mentioning your nick.
|
2009-01-06 |
Paul Aurich |
Fix the issue with the themes not showing up in the list.
|
2009-01-06 |
Paul Aurich |
This patch fixes a few string leaks (don't g_strdup the FontColorPair? values) and also fixes the bug where, with no theme, everyone on the buddy list is colored "dim grey" (chunks 2, 3, and 4 in the patch)
|
2009-01-06 |
Gary Kramlich |
Document the addition of purple_strequal in ChangeLog.API
|
2009-01-06 |
Paul Aurich |
Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
|
2009-01-02 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
|
2009-01-02 |
Richard Laager |
Compile!
|
2009-01-02 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
|
2009-01-02 |
Richard Laager |
explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
|
2009-01-02 |
Richard Laager |
explicit merge of '814d53152c168c9c4732b3d084260711d536fba6'
|
2009-01-02 |
Richard Laager |
explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'
|
2009-01-02 |
Richard Laager |
explicit merge of '82e4edbe06cb0ef0fa59f70db44a289bb91e1343'
|
2009-01-02 |
Richard Laager |
explicit merge of 'f7807039eeef499a403d638cbcb94060a1d33eea'
|
2009-01-02 |
Richard Laager |
explicit merge of 'c2a520001286f0c95c761be82c041c4379ddf407'
|
2009-01-02 |
Richard Laager |
explicit merge of 'ba66150a2a1efc5a5cee7204adab69208825630e'
|
2009-01-02 |
Richard Laager |
explicit merge of '9a5e549612efd8ca6f60fc57b51a4eee7e32c861'
|
2009-01-02 |
Richard Laager |
explicit merge of '448583a763dcf343f1a4392bdcdcc4c4f01f3aed'
|
2009-01-02 |
Richard Laager |
explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'
|
2008-12-13 |
Sadrul Habib Chowdhury |
merge of '0bf6462dd433df38943094bbed0393698d91a037'
|
2008-12-12 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)
|
2008-12-12 |
Richard Laager |
Fix up the propagate from im.pidgin.pidgin
|
2008-12-12 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)
|
2008-12-12 |
Richard Laager |
Remove a hardcoded file path in some debugging code.
|
2008-12-12 |
Richard Laager |
Remove some #if 0'ed debugging code.
|
2008-12-08 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
|
2008-12-04 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
|
2008-12-13 |
Gary Kramlich |
Fix a botched line in the merge...
|
2008-12-13 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
|
2008-12-03 |
Sadrul Habib Chowdhury |
Fix the linkification error where bad things happened if you copy/pasted
|
2008-12-02 |
Sadrul Habib Chowdhury |
merge of 'abbc5b388482e59667d5f7950b41fc554d9332c5'
|
2008-12-02 |
Richard Laager |
Remove all the special-casing in the GNOME URL handler registration.
|
2008-12-02 |
Richard Laager |
Replace the URL registration assertions with regular checks.
|
2008-12-02 |
Sadrul Habib Chowdhury |
Detect duplication registrations by substring.
|
2008-12-02 |
Sadrul Habib Chowdhury |
Cleanup the GNOME URL registration code
|
2008-12-02 |
Sadrul Habib Chowdhury |
Only find URLs on word boundaries to fix a bug rlaager noticed.
|
2008-12-02 |
Daniel Atallah |
Fix win32 build. I haven't actually tested any of the functionality, but it
|
2008-12-01 |
Richard Laager |
In the GNOME URL registration, ftp, gopher, http, and https are now
|
2008-12-01 |
Richard Laager |
Revert the URL scheme passing changes, keeping the miscellaneous other stuff
|
2008-12-01 |
Richard Laager |
Pass only the URL scheme to gtkimhtml and let it add the colon automatically.
|
2008-12-01 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 1cad4b015e35541ea834da220d2b814b5d5739fb)
|
2008-12-01 |
Richard Laager |
Fix some theme manager assertion failures.
|
2008-11-30 |
Richard Laager |
More icon fixes.
|
2008-11-30 |
Richard Laager |
The DYNAMIC_protocol defines aren't used anywhere.
|
2008-11-30 |
Richard Laager |
Various nullprpl fixes.
|
2008-11-30 |
Richard Laager |
Add a newline to the end of the file.
|
2008-11-30 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head c3f6487e649e7fe5c5f960b9c86a256e09b3976e)
|
2008-11-28 |
Richard Laager |
Add a -f/--force-online option to Pidgin which tells libpurple to claim the
|
2008-11-28 |
Richard Laager |
Finish up the GNOME URL handler code:
|
2008-11-28 |
Richard Laager |
First round of GNOME URL handler support.
|
2008-11-28 |
Richard Laager |
merge of '2dd22d23da4543b04174ef30edee6b709b5ae552'
|
2008-11-28 |
Richard Laager |
disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'
|
2008-11-28 |
Richard Laager |
Re-line wrap the latest entry.
|
2008-11-28 |
Richard Laager |
When we call g_spawn_command_line_sync(), we don't care about stderr, so
|
2008-11-28 |
Richard Laager |
Fix a comment
|
2008-11-27 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.imhtml.customlinks' (head 5b6fe9ec607dbcafe1e078d3b80e2bbe8ebc4778)
|
2008-11-27 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)
|
2008-11-27 |
Richard Laager |
Clean up the merge I just did.
|
2008-11-27 |
Richard Laager |
explicit merge of 'a9579fef71ff6820f390a986132d30b079f590a0'
|
2008-11-27 |
Richard Laager |
explicit merge of '8c6ea3b255d94e0f2867fea830b1380415e6d47a'
|
2008-11-26 |
Sadrul Habib Chowdhury |
Do the struct hiding differently.
|
2008-11-26 |
Sadrul Habib Chowdhury |
Revert the last 'struct-hiding' change.
|
2008-11-18 |
Richard Laager |
Hide the PurpleRequestField struct. I figured this one would be easy and
|
2008-11-16 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
|
2008-11-14 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 42f888b4f8e15a19002abe6f40a5d89117ee59a7)
|
2008-11-14 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
|
2008-11-14 |
Richard Laager |
More purple_debug printf(msg) fixes. I must have a newer GCC or something...
|
2008-11-14 |
Richard Laager |
Fix two more purple_debug variations on printf(msg).
|
2008-11-14 |
Richard Laager |
Fix a variation on printf(msg);
|
2008-11-14 |
Richard Laager |
Make my last commit compile.
|
2008-11-14 |
Richard Laager |
Another one the cast fixer breaks.
|
2008-11-14 |
Richard Laager |
Minor fixes to the cast changing script.
|
2008-11-14 |
Richard Laager |
Update some casts (that the script didn't fix correctly) to GObject macros.
|
2008-11-14 |
Richard Laager |
Add a script to change casts to GObject macros. We'll run this later.
|
2008-11-11 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 41aaf584a583a4438033063545b99ca0691a803d)
|
2008-11-09 |
Richard Laager |
Enable logging of IMs and chats by default, using the HTML log format.
|
2008-11-08 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head a2d611d8fe1aec7a7cc8d1837f1a4dceeadcb6eb)
|
2008-11-03 |
Gary Kramlich |
Got about a third of the gtkblist.c direct struct usage, much more to go obviously, but i must sleep...
|
2008-11-03 |
Gary Kramlich |
Added purple_blist_get_ui_data, purple_blist_set_ui_data, purple_blist_node_get_ui_data, and purple_blist_node_set_ui_data functions.
|
2008-11-03 |
Richard Laager |
A totally untested struct hiding fix.
|
2008-11-02 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 6c480ed0bfda22bc5131c6a0465140f17e3bf40c)
|
2008-11-02 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 3fa3a746613f1d6095334bfc54443d61166dd9fa)
|
2008-11-02 |
Richard Laager |
Another small struct hiding change.
|
2008-11-02 |
Richard Laager |
Add a commit-check target. The idea is you could use this in a pre-commit
|
2008-11-02 |
Richard Laager |
Add some missing files to POTFILES.in.
|
2008-11-02 |
Richard Laager |
Ignore .loT files. This is helpful to me because I have a wrapper script
|
2008-11-02 |
Richard Laager |
Perl seems to love creating Makefile.old files. Let's ignore them.
|
2008-11-02 |
Richard Laager |
Fix one struct hiding issue.
|
2008-11-02 |
Richard Laager |
merge of '32cd8507d8b94418ca8f083d8555916341b47b94'
|
2008-11-02 |
Sadrul Habib Chowdhury |
A couple of minor fixes.
|
2008-11-02 |
Gary Kramlich |
updated the pidgin plugins for the blist struct hiding
|
2008-11-02 |
Gary Kramlich |
Finish off the libpurple updates for the hidden blist structs
|
2008-11-02 |
Gary Kramlich |
Finished struct hiding in bonjour and qq
|
2008-11-02 |
Gary Kramlich |
Hide PurpleBlist
|
2008-11-02 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)
|
2008-11-01 |
Sadrul Habib Chowdhury |
Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.
|
2008-10-31 |
Sadrul Habib Chowdhury |
Alias foo. I think blist.h structs are now completely hidden.
|
2008-10-31 |
Sadrul Habib Chowdhury |
merge of 'af834be8e1d99f849b1cade9138e197d7ddf362a'
|
2008-10-31 |
Richard Laager |
Deprecate the unused purple_buddy_get_local_alias() function.
|
2008-10-31 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
|
2008-10-31 |
Sadrul Habib Chowdhury |
Some more PurpleBuddy::proto_data related changes.
|
2008-10-31 |
Sadrul Habib Chowdhury |
Some more struct hiding.
|
2008-10-31 |
Sadrul Habib Chowdhury |
propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
|
2008-10-31 |
Sadrul Habib Chowdhury |
Typo caught by compile warning.
|
2008-10-31 |
Richard Laager |
More struct hiding work
|
2008-10-31 |
Richard Laager |
Add @since 2.6.0 tags for purple_connection_set_protocol_data() and
|
2008-10-31 |
Gary Kramlich |
updated irc to use the api rather than structs directly
|
2008-10-31 |
Gary Kramlich |
moved gg to use the api rather than structs directly
|
2008-10-31 |
Gary Kramlich |
Finished moving to api for bonjour
|
2008-10-31 |
Gary Kramlich |
Added purple_connection_set_protocol_data and purple_connection_get_protocol_data
|
2008-10-30 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 9ef0eaddbc0c1196f6ceefc842c249f918d2e131)
|
2008-10-30 |
Richard Laager |
Use purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
|
2008-10-30 |
Richard Laager |
Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
|
2008-10-30 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head d09a92cd7ce9896f92599d245e9964da4ac5b2e1)
|
2008-10-30 |
Richard Laager |
Remove the dim_grey function, which is no longer used.
|
2008-10-30 |
Richard Laager |
Fix a compiler warning.
|
2008-10-30 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)
|
2008-10-30 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 24a56806ef9dfa8ea67d214a92a19c9011bc8a27)
|
2008-10-30 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head b630f3305c53ab0eb32b948911940959cc873699)
|
2008-10-30 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head 06e4830f3567955e026f3d594afcc65a07d57b26)
|
2008-08-30 |
Justin Rodriguez |
Fixes a bug in the blist theme where a line appears only under the expander
|
2008-08-28 |
Gary Kramlich |
renamed sound-loader.[ch] to sound-theme-loader.[ch]
|
2008-08-28 |
Gary Kramlich |
renamed gtkblist-loader.[ch] to gtblist-theme-loader.[ch]
|
2008-08-28 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head 69cdb2b9e20a69a98389b47c672718d5be222338)
|
2009-02-24 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
|
2009-02-16 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)
|
2009-02-12 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
|
2009-02-06 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
|
2009-01-29 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)
|
2009-01-22 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
2009-01-14 |
Marcus Lundblad |
disapproval of revision '3de5eea959151773885ba601f681aec2431dd47d'
|
2009-01-14 |
Marcus Lundblad |
Make the IBB-handling code in si.c "steal" the dest_fp from PurpleXfer in the
|
2009-01-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
|
2009-01-07 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
|
2009-01-04 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
|
2009-01-01 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)
|
2008-12-28 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)
|
2008-12-23 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)
|
2008-12-22 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)
|
2008-12-17 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)
|
2008-12-16 |
Marcus Lundblad |
Fix error handling on missing "seq" attribute
|
2008-12-16 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)
|
2008-12-16 |
Paul Aurich |
Standardize all the IBB stream cleanup
|
2008-12-16 |
Paul Aurich |
Trigger error callbacks when receiving a malformed-ish packet.
|
2008-12-15 |
Marcus Lundblad |
Removed debug output referencing a char * that can be NULL, causing crashes
|
2008-12-15 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 932c83e821824239896f933e32349175efb85741)
|
2008-12-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3dd9c7e41e98570d3626051c1fa70d698554a58a)
|
2008-12-13 |
Marcus Lundblad |
Remove timeout for IBB when receiving an IBB session open from the initiator
|
2008-12-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)
|
2008-12-13 |
Marcus Lundblad |
Add timeout when receiver waits for initiator to open an IBB session
|
2008-12-09 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 6a13176e096cf5e7cefc5716496a0a7afd2e2621)
|
2008-12-07 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)
|
2008-12-07 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)
|
2008-12-02 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)
|
2008-11-30 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)
|
2008-11-24 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)
|
2008-11-18 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)
|
2008-11-16 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head f3891f3348abfe90fbe60a054833c12075aa8df4)
|
2008-11-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)
|
2008-10-29 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 37145f1b4ec49b432ea571f96562d44f4c5a908e)
|
2008-10-27 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)
|
2008-10-22 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 60eb3945122f9f81bed98851da3567b10baf9450)
|
2008-10-20 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3712dc87ef9c46da0dc5283a8d5a571d9a90d340)
|
2008-10-19 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head aad9cd2bd4296ab92672559fbee882d7ef2a2406)
|
2008-10-16 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 50ca054a04cd66fc08b411e7237a486ebb13fe4d)
|
2008-10-12 |
Marcus Lundblad |
merge of '1cff30b7f6954a59c5a89c859c10fa1c51feab8c'
|
2008-10-12 |
Marcus Lundblad |
Set state error on IBBSession if the receiver gives an error.
|
2008-10-01 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3e5468581850f86ee2b706cd57dfe1096ddcc0ac)
|
2008-10-01 |
Marcus Lundblad |
Call purple_xfer_end when ending an IBB session.
|
2008-09-30 |
Marcus Lundblad |
Check don't try to free the JabberSIXfer if it's already been freed.
|
2008-09-29 |
Marcus Lundblad |
Changed a debug message to refer to the correct function...
|
2008-09-29 |
Marcus Lundblad |
merge of '1f1c4d53b190a6818acec7b4a5469c4a4db37759'
|
2008-09-28 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 7561443e7b6e50cd96cac03b88cbb8fab1f45d84)
|
2008-09-29 |
Marcus Lundblad |
Set binary mode when opening files for IBB transfers.
|
2008-09-28 |
Marcus Lundblad |
Revert to using g_fopen (since we have a compatability define for old glibs)
|
2008-09-27 |
Marcus Lundblad |
merge of '421269ebbe32a67020772ec7ba39a1e5f8b14b4c'
|
2008-09-25 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head bf07db8e6300ffa5dc4613996800db83ad350afb)
|
2008-09-27 |
Marcus Lundblad |
Actually close the assoiciated jsx when closing an IBB session.
|
2008-09-23 |
Marcus Lundblad |
Some changes got lost when I merged...
|
2008-09-23 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head d7476bfe7f9003553f7b3ea48491f4cebd192098)
|
2008-09-22 |
Marcus Lundblad |
Patch from Phil Hannent to fix build on win32,
|
2008-09-16 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)
|
2008-09-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)
|
2009-02-24 |
Marcus Lundblad |
Removed a few unnessesary lines of code.
|
2009-02-24 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
|
2009-02-16 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)
|
2009-02-12 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
|
2009-02-06 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
|
2009-01-29 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)
|
2009-01-22 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
2009-01-19 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 27a5e4c3bf4db89f9d87c37d7043c1f4dc68ed1f)
|
2009-01-19 |
Marcus Lundblad |
Print alias (if known) in some error/info messages when failing to buzz
|
2009-01-16 |
Marcus Lundblad |
Give username (JID) to purple_prpl_got_attention, not alias
|
2009-01-16 |
Marcus Lundblad |
Print to conversation from jabber_cmd_buzz, this prevents printing two info
|
2009-01-13 |
Marcus Lundblad |
Add a missing space, thanks Paul!
|
2009-01-13 |
Marcus Lundblad |
Change error message shown when trying to buzz a buddy who doesn't announce
|
2009-01-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
|
2009-01-07 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
|
2009-01-04 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
|
2009-02-24 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
|
2009-02-12 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
|
2009-02-07 |
Marcus Lundblad |
Avoid crashing when showing the tooltip of an offline buddy, oops :)
|
2009-02-07 |
Marcus Lundblad |
Remove some unused variables
|
2009-02-06 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
|
2009-02-06 |
Marcus Lundblad |
Always show the top resource first in the tooltip
|
2009-02-06 |
Marcus Lundblad |
merge of '971ab963635fdaf00d7a3a11affd22666eef29fa'
|
2009-02-04 |
Marcus Lundblad |
merge of 'be2cd9a5fc757e3ed024c6c2df60547fc162587e'
|
2009-02-06 |
Marcus Lundblad |
Show statuses per resource before other info the jabber prpl adds to the tooltip
|
2009-02-03 |
Marcus Lundblad |
Only show idle time for idle resources in tooltip text when there is more than
|
2009-02-02 |
Paul Aurich |
Drop the "got %d seconds idle from presence\n" debug line now that this is
|
2009-02-02 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 3224dd8677b28d02b866cce510941fbf67e0fcb7)
|
2009-02-01 |
Marcus Lundblad |
In the state notify plugin, don't print out a status change if we get an update
|
2009-02-01 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head f3cf3ba10ebc911a27833496dcc4d4dca3de66c5)
|
2009-02-01 |
Marcus Lundblad |
Patch from Paul Aurich to fix reporting idle when reconnecting only when we're
|
2009-01-29 |
Marcus Lundblad |
Set idle time on JabberStream when logging in
|
2009-01-29 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)
|
2009-01-22 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
2009-01-13 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
|
2009-01-07 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
|
2009-01-04 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
|
2009-03-07 |
Paul Aurich |
explicit merge of 'f29c90f0da72e27c601fd8c4e1aff2a250a52473'
|
2009-02-17 |
Paul Aurich |
Don't fallback (under any conditions) from old-style SSL to other connections
|
2009-02-17 |
Paul Aurich |
Allow the user to specify their own BOSH url in the Connect Server option
|
2009-02-17 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head be64dc9cd9d255a5a6a0f790f5fc505091313e6d)
|
2009-02-10 |
Paul Aurich |
Initial presence is sent once the roster is retrieved (in the iq cb).
|
2009-02-10 |
Paul Aurich |
Send initial presence before declaring us connected (I like this a little better)
|
2009-02-10 |
Paul Aurich |
Wait until receiving the roster to tell the core we're logged in
|
2009-02-10 |
Paul Aurich |
Fix advertised capabilities (caps, chatstates, entity time)
|
2009-02-05 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
2009-01-22 |
Paul Aurich |
Store PurpleBOSHConnection* instead of void* userdata
|
2009-01-21 |
Paul Aurich |
Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.
|
2009-01-20 |
Paul Aurich |
The BOSH User Agent should include the client name (and optionally version),
|
2009-01-19 |
Paul Aurich |
BOSH: Fix an off-by-one g_memdup that was missing the null terminator.
|
2009-01-19 |
Paul Aurich |
BOSH: Another g_return_if_fail that is backward
|
2009-01-19 |
Paul Aurich |
BOSH: Reset the HTTP parsing vars when we've handled a response
|
2009-01-19 |
Paul Aurich |
BOSH: Fix the HTTP Post to include the actual payload.
|
2009-01-18 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
|
2009-02-10 |
Paul Aurich |
Remove a "suggested parenthes around assignment" warning
|
2009-02-10 |
Paul Aurich |
These checks are redundant; id is guaranteed to be something above
|
2009-02-10 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 23720684a7671144bc56d1b20b6a1a0a22862d73)
|
2009-02-09 |
Paul Aurich |
Format the time as "localtimeformat [+-]HHMM". Iterative development is fun.
|
2009-02-09 |
Paul Aurich |
Fix the timezone parsing (again) and display the timezone in the info dialog
|
2009-02-08 |
Paul Aurich |
Report the correct UTC time (thanks for noticing this, Marcus).
|
2009-02-08 |
Paul Aurich |
Request time information from a resource if we don't have caps for it
|
2009-02-08 |
Paul Aurich |
Reduce the debug log spam from the ping code and fix a logic error.
|
2009-02-08 |
Paul Aurich |
Actually display the buddy's local time.
|
2009-02-08 |
Paul Aurich |
Retrieve and display buddy's local time in Get Info dialog
|
2009-02-08 |
Paul Aurich |
merge of '1f6758f8bdba42d2eeca66535d11e7de12d9e715'
|
2009-02-08 |
Paul Aurich |
merge of '528b6f92c03b496c915051174c5b85fc46260287'
|
2009-02-08 |
Paul Aurich |
disapproval of revision '5224382f81d105bd5d72ac3e55cc95b894bb824e'
|
2009-02-08 |
Paul Aurich |
Avoid assertion failures on NULL 'from' attributes
|
2009-02-08 |
Paul Aurich |
Pass IQ handlers type, from, id, and the child node
|
2009-02-08 |
Paul Aurich |
Track the sub-node name in addition to the namespace for handlers.
|
2009-02-08 |
Paul Aurich |
Track the node name in addition to the namespace for handlers (try #2)
|
2009-02-08 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 8d4081da0c186c04dc75d736d688bf4f20e52676)
|
2009-02-05 |
Paul Aurich |
This is shorter and easier to read.
|
2009-02-05 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
2009-02-03 |
Paul Aurich |
Alphabetize the XMPP IQ handlers (yes, I'm that anal-retentive)
|
2009-02-03 |
Paul Aurich |
Fix the implementation of XEP-0202 (Entity Time) (thanks again to Marcus)
|
2009-02-03 |
Paul Aurich |
Make the XMPP keepalive use jabber_ping_jid instead of building it itself.
|
2009-02-03 |
Paul Aurich |
Jabber IQ handlers should handle non-query child nodes
|
2009-02-03 |
Paul Aurich |
Marcus' eagle eyes noticed 'xmpp:urn:time', which is bogus.
|
2009-02-25 |
Peter Hjalmarsson |
merge of '7dc734d96688ae822246be79196106858b5e6670'
|
2009-03-01 |
Etan Reisner |
Clarify that the displaying-email-notification signal only fires for
|
2009-03-02 |
Ethan Blanton |
prep versions for additional development
|
2009-06-20 |
John Bailey |
ChangeLog += 2;
|
2009-06-20 |
Ka-Hing Cheung |
*** Plucked rev b932d4f94f9c771877b6a8a6a1d7dd3ea9c08005 (qulogic@pidgin.im):
|
2009-06-20 |
Paul Aurich |
ChangeLog++
|
2009-06-20 |
Paul Aurich |
Backport the buddy list error for ICQ/AIM, since the servers seem to be having
|
2009-06-19 |
John Bailey |
NEWSing and fixing the dates in the relevant files I could remember.
|
2009-06-19 |
John Bailey |
Backport and apply Mark's changes in c586c7c63e038d187f56cc31c55b1e09dec584d2.
|
2009-06-19 |
John Bailey |
*** Plucked rev cdbf018a5ef98397e81d541269550d9c6fded457 (sulabh@soc.pidgin.im):
|
2009-06-19 |
John Bailey |
*** Plucked rev 3f699c081b38f9d19632fcee1c23cbc96fce3092 (sulabh@soc.pidgin.im):
|
2009-06-19 |
John Bailey |
Manually apply revision 5c5977a6ed3591121ef82ff587586850b9dcd176 here. This
|
2009-06-19 |
John Bailey |
Ugly hack to get around needing a minor bump to make this authentication code
|
2009-06-19 |
John Bailey |
*** Plucked rev 074c5aedf9bbc512331f0d3130f076190b290676 (rekkanoryo@pidgin.im):
|
2009-06-19 |
John Bailey |
*** Plucked rev c1ede5faf776dc1cc966dabb42c1ef0dbaea31db (rekkanoryo@pidgin.im):
|
2009-06-19 |
John Bailey |
Backport the parts of b859960a4a19f57f20db0536c1815a6d79e08e36 that apply to
|
2009-06-19 |
John Bailey |
Backport a conjunction of the portions of revisions
|
2009-06-19 |
John Bailey |
*** Plucked rev d0e53002eb30c6dbf9735ca50784d42141dfc96a (sulabh@soc.pidgin.im):
|
2009-06-19 |
John Bailey |
Prepping for a possible 2.5.7 release.
|
2009-05-19 |
Ethan Blanton |
po/ChangeLog update
|
2009-05-19 |
Ethan Blanton |
We're a bit slow, bump release dates
|
2009-05-19 |
Elliott Sales de Andrade |
NEWS! Maybe it'll push someone to get this release out...
|
2009-05-18 |
Daniel Atallah |
Fix changelog dates for the release today.
|
2009-05-18 |
Daniel Atallah |
NEWS for 2.5.6 - lets actually get it out the door today.
|
2009-05-16 |
Ka-Hing Cheung |
Hello! I am still trapped here!
|
2009-05-15 |
Ka-Hing Cheung |
Let's get this out today
|
2009-05-14 |
Paul Aurich |
merge of '65a7d608054498ee4f5752fe003c5e19dd47758d'
|
2009-05-14 |
Daniel Atallah |
propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)
|
2009-05-14 |
Paul Aurich |
Fix compilation from 49f94bb
|
2009-05-13 |
Sadrul Habib Chowdhury |
*** Plucked rev ecd9624a (sadrul@pidgin.im):
|
2009-05-11 |
Paul Aurich |
*** Plucked rev 2c9a1153 (khc@pidgin.im):
|
2009-05-10 |
Paul Aurich |
*** Plucked rev f9080d0b (khc@pidgin.im):
|
2009-05-06 |
Paul Aurich |
Fix the crash/leaks in statusbox
|
2009-05-04 |
Paul Aurich |
*** Plucked rev ad057b75 (khc@pidgin.im):
|
2009-05-04 |
Elliott Sales de Andrade |
Darnit, one more MSN fix:
|
2009-05-04 |
Elliott Sales de Andrade |
merge of 'c2b098e0aaf7e6fffec72b3130cb4c851c7a64c1'
|
2009-05-02 |
Elliott Sales de Andrade |
More MSN fixes to go along with f0df27a299120baecf9ea88a9fb24ffe1dbe72fd:
|
2009-05-02 |
Paul Aurich |
*** Plucked rev fade006b (malu@pidgin.im):
|
2009-05-02 |
Paul Aurich |
*** Plucked rev b786784e (datallah@pidgin.im):
|
2009-05-02 |
Paul Aurich |
*** Plucked rev 9dd1c4c3 (khc@pidgin.im):
|
2009-05-02 |
Paul Aurich |
*** Plucked rev 3993504a (darkrain42@pidgin.im):
|
2009-05-01 |
Stu Tomlinson |
applied changes from 8567515a55af9b920b1ff380fe95c5f9c138f4ec
|
2009-04-30 |
Björn Voigt |
German update for 2.5.6:
|
2009-04-30 |
Sadrul Habib Chowdhury |
Obligatory 'whoops' commit for 2.5.6
|
2009-04-30 |
Sadrul Habib Chowdhury |
Unmark for translation.
|
2009-04-30 |
Sadrul Habib Chowdhury |
*** Plucked rev 143e16e9 (sadrul@pidgin.im):
|
2009-04-30 |
Daniel Atallah |
Backport 7829ec76bdb008583f8da54e238c2265a1140db2 (#8706 - Corruption in PurpleCircBuffer)
|
2009-04-30 |
Daniel Atallah |
Backport 96cf043274a971d5a2b9e01ef85fb60ca2a4bcd1 (#8747 - Crash when a prpl has no protocol options.)
|
2009-04-30 |
Daniel Atallah |
Backport ab47b66449b213d6fbfc728cc1e8c161bed87755 (#8782 - Fix persistent Bonjour buddies.)
|
2009-04-30 |
Daniel Atallah |
Backport 1ae2b55502a0afd8f28918fc4726683c52e998e9 (#8985 - Remove Start Menu shortcut when unistalling)
|
2009-04-29 |
Paul Aurich |
*** Plucked rev 4831edb9 (darkrain42@pidgin.im):
|
2009-04-29 |
Paul Aurich |
*** Plucked rev d34a1589 (darkrain42@pidgin.im):
|
2009-04-29 |
Sadrul Habib Chowdhury |
*** Plucked rev 079a5ca1 (paul@darkrain42.org):
|
2009-04-29 |
Sadrul Habib Chowdhury |
Update the version in configure.
|
2009-04-29 |
Sadrul Habib Chowdhury |
We don't have purple_strequal yet in the past.
|
2009-04-29 |
Sadrul Habib Chowdhury |
Pluck the MSN bug fixes.
|
2009-04-29 |
Sadrul Habib Chowdhury |
*** Plucked rev 0257ab6e (wabz@pidgin.im):
|
2009-04-29 |
Ethan Blanton |
ChangeLog typo
|
2009-04-29 |
Ethan Blanton |
merge of '0d0a22730c3a0782d275ea2ad549bf3d93c70700'
|
2009-04-28 |
Ethan Blanton |
merge of '175f0b579cc408c333dd4a10fa92ff9b56108ed9'
|
2009-04-28 |
Ethan Blanton |
purple_core_get_version requires core.h
|
2009-04-28 |
Ethan Blanton |
applied changes from a336cc1fd3a1ce815f97303b8d5ae8988f8cbd5b
|
2009-04-28 |
Ethan Blanton |
applied changes from 70fa4cc384b7643ab1f296bdc2399bc208542a20
|
2009-04-29 |
Ethan Blanton |
ChangeLog for 434568710239bbdbddea66060d293a3d124825b2
|
2009-04-29 |
Ethan Blanton |
Alternate, API-safe fix for #8774 (crash on exit)
|
2009-04-29 |
Ethan Blanton |
disapproval of revision '2f2d084c77a5b905a47b7b28508172451a2bb82f'
|
2009-04-28 |
Ethan Blanton |
applied changes from 8c5b1d77b08657a2e236e8efe9bc2920f763911e
|
2009-04-28 |
Ethan Blanton |
applied changes from 6572a403c4d945662240548bd49dd8b8a47f6fc8
|
2009-04-28 |
Ethan Blanton |
applied changes from 6b5084da4501a491dab88006847c4e99fd4ce044
|
2009-04-28 |
Ethan Blanton |
applied changes from aa7ce93329f5ccbe74640a92b6656ae402d8eea8
|
2009-04-28 |
Ethan Blanton |
Hand-pluck of 68cb5581c551eabb57bcdf437642ee9e6786bc64
|
2009-04-28 |
Ethan Blanton |
applied changes from 68cb5581c551eabb57bcdf437642ee9e6786bc64
|
2009-04-28 |
Ethan Blanton |
applied changes from 4b0e16d96a9ee2554770c4400445bee7ceb49d9a
|
2009-04-28 |
Ethan Blanton |
applied changes from 0d220fdade88a561785e674e66d01a2a34bd4b1c
|
2009-04-28 |
Ethan Blanton |
applied changes from 0064869870b3507952491598f4d4b8d4a99fbc6b
|
2009-04-28 |
Ethan Blanton |
applied changes from 20269e8849976ad6a0996f79ccbc0a12a311484f
|
2009-05-03 |
Daniel Atallah |
I forgot about g_strlcpy in b14728379c16e92457492a7a4fc9a6b616e3fbe4.
|
2009-05-02 |
Daniel Atallah |
Make sure we call atoi on a NUL-terminated string. It isn't safe to call on
|
2009-05-02 |
Daniel Atallah |
Prevent a NUL ptr deref caused by a malformed session_id.
|
2009-05-02 |
Daniel Atallah |
Prevent a NUL ptr deref when the passport is malformed.
|
2009-05-02 |
Daniel Atallah |
Make sure that the chat room name is NUL-terminated when it is truncated or
|
2009-05-02 |
Daniel Atallah |
Make sure that the buffer is large enough to fit DST.ADDR + DST.PORT. This was found in the analysis that Veracode performed on the pidgin codebase.
|
2009-04-30 |
Daniel Atallah |
Use sscanf to parse to parse the Content-Length to ensure consistent parsing for the target variable type. This comes out of the Veracode analysis.
|
2009-03-02 |
Ethan Blanton |
Update versions for 2.5.5.
|
2009-03-02 |
Elliott Sales de Andrade |
NEWS and all that sort of thing...
|
2009-03-02 |
John Bailey |
Another updated Russian translation (it's already in po/ChangeLog). Fixes #8495
|
2009-03-01 |
John Bailey |
NEWS'ing!
|
2009-03-01 |
Ethan Blanton |
merge of '73c00fbbe95951b367f8bf73b5154cd5a158529b'
|
2009-03-01 |
Ka-Hing Cheung |
adding a missing file
|
2009-02-28 |
Elliott Sales de Andrade |
These debug messages need newlines.
|
2009-02-28 |
Paul Aurich |
Some day, I will learn to alphabetize.
|
2009-02-28 |
Paul Aurich |
Add Khmer translation from Khoem Sokhem.
|
2009-02-27 |
Paul Aurich |
Add other languages committed by translators to the ChangeLog and run
|
2009-02-27 |
Paul Aurich |
I want to have a nickname, too!
|
2009-02-27 |
Paul Aurich |
merge of '25555f057b156444048f1b2fafeeaf056ac0be9c'
|
2009-02-27 |
Elliott Sales de Andrade |
Generalize the FQY command so it can be used by different callbacks based
|
2009-02-27 |
Paul Aurich |
Chinese (Hong Kong) and Chinese (Traditional) translation updates.
|
2009-02-27 |
Paul Aurich |
Afrikaans, Danish, Norwegian Bokmål, Punjabi, and Portuguese (Brazilian)
|
2009-02-26 |
Mark Doliner |
We just freed slpcall, so don't set slpcall->timer to 0. And return
|
2009-02-26 |
Mark Doliner |
This should fix a sporadic crash? The behavior before was clearly wrong--
|
2009-02-26 |
Richard Laager |
Credit Math2Gold for revision 0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8.
|
2009-02-26 |
Mark Doliner |
Shaun Lindsay at Meebo tracked down a bug where this function reads
|
2009-02-25 |
Paul Aurich |
merge of '7dc734d96688ae822246be79196106858b5e6670'
|
2009-02-25 |
Paul Aurich |
Add a second chain of SSL certificates now necessary for OSCAR SSL
|
2009-02-25 |
Evan Schoenberg |
merge of '21e96c2781026be159ef9d16095e34151c421fbc'
|
2009-02-25 |
Peter Hjalmarsson |
Updated swedish translation
|
2009-02-25 |
Paul Aurich |
merge of '834ff898e490cfa48f763bee4c57477814139384'
|
2009-02-25 |
Paul Aurich |
List getstatus and getstatusmessage in the purple-remote help output.
|
2009-02-25 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 2c4a5ddc5d50dcd6e82192d1f90614217624a126)
|
2009-02-25 |
Jochen Kemnade |
another update for 2.5.5
|
2009-02-25 |
Josep Puigdemont |
Updated Catalan translation.
|
2009-02-25 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head f840352699c2a48d528c12e447b52af0a4137355)
|
2009-02-25 |
SHiNE CsyFeK |
merge of '0255e37442effe291a919a71184e1266f5e9480f'
|
2009-02-25 |
SHiNE CsyFeK |
2009.02.25 - flos <lonicerae(at)gmail.com>
|
2009-02-24 |
SHiNE CsyFeK |
2009.02.24 - flos <lonicerae(at)gmail.com>
|
2009-02-25 |
Kelemen Gábor |
hu.po: Hungarian translation updated for 2.5.5
|
2009-02-24 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
|
2009-02-24 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 5aca19ea8964e864e3374ac4fd3c1c81cd23a426)
|
2009-02-24 |
SHiNE CsyFeK |
2009.02.24 - flos <lonicerae(at)gmail.com>
|
2009-02-24 |
SHiNE CsyFeK |
2009.02.21 - flos <lonicerae(at)gmail.com>
|
2009-02-20 |
SHiNE CsyFeK |
2009.02.21 - flos <lonicerae(at)gmail.com>
|
2009-02-09 |
SHiNE CsyFeK |
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>
|
2009-02-09 |
SHiNE CsyFeK |
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>
|
2009-02-10 |
Marcus Lundblad |
Sätt client type on MSN.
|
2009-02-10 |
Marcus Lundblad |
Changed "type" to "client_type" for the hash value specifying client type
|
2009-02-09 |
Marcus Lundblad |
Set a value "type" in the ui_info hash table
|
2009-02-25 |
Evan Schoenberg |
applied changes from 30c025a5facc491ee082435ffe5d2ccfec619678
|
2009-02-24 |
Laurynas Biveinis |
Update Lithuanian translation
|
2009-02-23 |
Paul Aurich |
Evan's original change to the Direct IM autoreplies is on im.pidgin.pidgin,
|
2009-02-23 |
Paul Aurich |
Two of the 2.5.5 translations introduced the old name in comments and a
|
2009-02-23 |
Björn Voigt |
German update for 2.5.5
|
2009-02-23 |
Éric Boumaour |
Update french translation.
|
2009-02-22 |
John Bailey |
Bengali and Norwegian Bokmål translations updated. Fixes #8118, #8172. These
|
2009-02-22 |
John Bailey |
I forgot how to alphabetize.
|
2009-02-22 |
John Bailey |
Russian, Slovak, and Serbian translations updated. Fixes #8486, #8488, #8489.
|
2009-02-22 |
John Bailey |
kugel in #pidgin noticed that glib-object.h is included twice here.
|
2009-02-22 |
John Bailey |
Danish translation updated. Fixes #8485.
|
2009-02-22 |
John Bailey |
Czech, Norwegian Nynorsk, and Slovenian translations updated.
|
2009-03-01 |
Ethan Blanton |
Use _set_default_priority on gnutls versions lacking _priority_set_direct.
|
2009-02-21 |
Ka-Hing Cheung |
patch from Martin von Gagern that uses a new gnutls option to enable better
|
2009-02-21 |
Daniel Atallah |
Better support running many Bonjour clients on the same machine by allowing a
|
2009-02-19 |
Paul Aurich |
Fix typo (s/recipt/receipt/) that rob-to86 noticed in the ChangeLog
|
2009-02-19 |
Etan Reisner |
merge of '3cf23371e3e019d9e8de26e38bab170c5ed4aca1'
|
2009-02-19 |
Daniel Lj |
I thought I did this already, but anyway, a patch from Dimmuxx to stop the
|
2009-02-19 |
Elliott Sales de Andrade |
merge of '4c705f4c1149e001f86ed88ffc64ccb5acbc8261'
|
2009-02-18 |
Jochen Kemnade |
updated German translation
|
2009-02-19 |
Elliott Sales de Andrade |
Set an error if you're unable to connect to the contact server, or are not
|
2009-02-18 |
Elliott Sales de Andrade |
Fix some more mis-identified plugins, like 3b3526a0...
|
2009-02-18 |
Paul Aurich |
merge of '2f4f593dae7afcbb03bfccfe5db4d44697ec87ef'
|
2009-02-18 |
Etan Reisner |
Document the PURPLE_MAJOR_VERSION, PURPLE_MINOR_VERSION, and
|
2009-02-18 |
Etan Reisner |
Sprinkle some @copydoc directives around to shut up some doxygen whining.
|
2009-02-18 |
Etan Reisner |
s/pidgindialogs_about/pidgin_dialogs_about/ to fix compiling also add some
|
2009-02-18 |
Etan Reisner |
merge of '3b3526a039e213263905cee2579a5c7e8a99e4a7'
|
2009-02-18 |
Etan Reisner |
merge of '021b2e6a0a1a494338bfc1491b59acee849ec048'
|
2009-02-12 |
Etan Reisner |
merge of 'afc2bc7354c9b7ddb6cb80de073d5ae620fe94a5'
|
2009-02-18 |
Paul Aurich |
Fix compilation errors and warnings for pidgininc (as noticed by albertz in #pidgin).
|
2009-02-18 |
Paul Aurich |
albertz noticed the XMPP Console was identifying itself as interval. Hooray
|
2009-02-17 |
Daniel Atallah |
Implement support for resolving DNS via the SOCKS4 proxy in use.
|
2009-02-17 |
Daniel Atallah |
A few type fixes.
|
2009-02-17 |
Daniel Atallah |
Use asynchronous DNS lookups for SOCKS4.
|
2009-02-17 |
Elliott Sales de Andrade |
Buddies on both the Allow and Block list are now automatically removed from
|
2009-02-17 |
Elliott Sales de Andrade |
Don't set an attribute prefix on the node, and remove an unnecessary call
|
2009-02-16 |
John Bailey |
Add some MSN items to the changelog.
|
2009-02-15 |
Elliott Sales de Andrade |
merge of '4021ee6bbfa81bd2fda8e2760cb4ae05d5c30083'
|
2009-02-15 |
John Bailey |
merge of '2c17cc8e7650eb9c9637576a402e905e45eb4f81'
|
2009-02-15 |
John Bailey |
Reorganize the ChangeLog a bit.
|
2009-02-15 |
John Bailey |
Credit Kosta Arvanitis for his patches. Refs #8148, #8150, #8233.
|
2009-02-15 |
Kosta Arvanitis |
Prevent tooltips from lingering while scrolling in the buddy list window.
|
2009-02-15 |
Kosta Arvanitis |
Close the tooltip window on a keypress event. Fixes #8150.
|
2009-02-15 |
Kosta Arvanitis |
Adjust tooltips to offset their position by half the cursor size. This will
|
2009-02-15 |
Paul Aurich |
Don't send a 'to' attribute on an outgoing stanza if we didn't receive one.
|
2009-02-15 |
John Bailey |
This is a combination of patches from darkrain42 and Marcus Sundberg to fix
|
2009-02-15 |
John Bailey |
Add mcepl and djedelsky to COPYRIGHT for their patches. Refs #8419, #7084, #7595.
|
2009-02-15 |
John Bailey |
Fix a warning I caught about using %d for a gsize.
|
2009-02-15 |
mcepl |
Grab only the "short" hostname on systems (like Fedora/RedHat, but others too)
|
2009-02-15 |
david jedelsky |
Fix recipt of ICQ messages from the mobile client "Slick." Fixes #7084, #7595.
|
2009-02-15 |
Elliott Sales de Andrade |
Convert from ISO-8859-1 to UTF-8 if no charset is supplied. This should fix
|
2009-02-15 |
Elliott Sales de Andrade |
Set a NULL statusline and CurrentMedia if the UBX returns an empty payload,
|
2009-02-15 |
Elliott Sales de Andrade |
Send "Segoe UI" if no font is determined from the UI's HTML.
|
2009-02-15 |
Elliott Sales de Andrade |
Save and use the CacheKey for ABCH SOAP requests.
|
2009-02-15 |
Elliott Sales de Andrade |
Add a missed g_slist_free.
|
2009-02-15 |
Elliott Sales de Andrade |
Comment out this extra string until we need it (if ever).
|
2009-02-15 |
Elliott Sales de Andrade |
This casting is no longer necessary.
|
2009-02-15 |
Daniel Atallah |
Use a stock size that we are sure exists (which ends up making the icon a pixel
|
2009-02-15 |
Elliott Sales de Andrade |
Use g_direct_hash/equal instead of g_int_hash/equal for the hash table that
|
2009-02-15 |
Elliott Sales de Andrade |
I was hoping this wouldn't be necessary, but it seems that the possibility
|
2009-02-15 |
Elliott Sales de Andrade |
Jason's been a big help here, and I think this is fixed now.
|
2009-02-14 |
John Bailey |
Some tweaks to the About dialog:
|
2009-02-12 |
Mark Doliner |
Add a note that we should use hash tables for the permit and deny lists.
|
2009-02-12 |
Etan Reisner |
I'm pretty sure this is what we meant here.
|
2009-02-12 |
Etan Reisner |
Let XS do the argument checking/erroring for us for the components argument to
|
2009-02-11 |
Etan Reisner |
I like this message better.
|
2009-02-10 |
Daniel Atallah |
Credit the author of the menu responsivness patch. References #8352
|
2009-02-10 |
Paul Aurich |
merge of '2026210de0785811e4681fcc9e988fb8d00601ef'
|
2009-02-10 |
Daniel Atallah |
This small optimization has been sitting in my tree for a long time.
|
2009-02-10 |
Daniel Atallah |
Fix from "oopepe" to make menus more reliably responsive.
|
2009-02-10 |
Mark Doliner |
Set this timer to 0 when we return FALSE
|
2009-02-10 |
Mark Doliner |
Change two more uses of purple_utf8_strcasecmp to g_str_equal
|
2009-02-10 |
Mark Doliner |
It's wrong, unnecessary, and expensive to use purple_utf8_strcasecmp() here.
|
2009-02-09 |
Mark Doliner |
Avoid canceling this timer twice
|
2009-02-10 |
Paul Aurich |
Fix a double-free segfault in the adhoc commands
|
2009-02-08 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 32e078dbbf6d15a1c0a2916f1d590ea45f3c364d)
|
2009-02-08 |
Elliott Sales de Andrade |
A JID can have no node (the part before the @), but a chat must have one,
|
2009-02-08 |
Elliott Sales de Andrade |
merge of '1256de56bf55d28698fb946db0dc7fc965f4713b'
|
2009-02-08 |
Elliott Sales de Andrade |
disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
|
2009-02-07 |
Elliott Sales de Andrade |
The jabber_register_parse function was looking for the <x> node as a
|
2009-02-06 |
Björn Voigt |
resolved shortcut conflict in German (fixes http://developer.pidgin.im/ticket/8354)
|
2009-02-06 |
Daniel Atallah |
Fix a null ptr deref/double free. Fixes #8336.
|
2009-02-05 |
Elliott Sales de Andrade |
merge of '0bfcaf78ec07efb71812fff2c8b738b4532aac7f'
|
2009-02-05 |
Elliott Sales de Andrade |
In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
|
2009-02-05 |
Elliott Sales de Andrade |
Fix some warnings in some sometimes-commented-out debug messages.
|
2009-02-14 |
Paul Aurich |
Use a JabberStream variable instead of a setting for the initial hash
|
2009-02-14 |
Paul Aurich |
Always publish a <photo/> element, even if we have an empty buddy icon.
|
2009-02-14 |
Paul Aurich |
I had the distinct pleasure of throwing invalid garbage at this code; it
|
2009-02-05 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
2009-02-05 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
2009-02-04 |
Sadrul Habib Chowdhury |
Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.
|
2009-02-04 |
Sadrul Habib Chowdhury |
Need some refining for vt100 too, apparently. Fixes #8335.
|
2009-02-04 |
Mark Doliner |
Wait to set the account online until after we've fetched our buddy list.
|
2009-02-04 |
Elliott Sales de Andrade |
After parsing the message text for HTML formatting, don't try to send it if
|
2009-02-04 |
John Bailey |
Break the ICQ changes into their own section. Make an existing ICQ entry more
|
2009-02-04 |
Daniel Lj |
Patch to properly publish status messages for statuses other than Available.
|
2009-02-03 |
Mark Doliner |
Mark the string "Mongolian" as translatable
|
2009-02-03 |
Mark Doliner |
There's no reason for these to not be const is there? This doesn't
|
2009-02-03 |
Mark Doliner |
Fix this compile warning:
|
2009-02-03 |
Elliott Sales de Andrade |
For some reason, all these statuses were set to saveable=FALSE. With the
|
2009-02-03 |
Daniel Atallah |
merge of '373dcef37042813bc15485de75725e625a149bf6'
|
2009-02-03 |
Sadrul Habib Chowdhury |
*** Plucked rev 8e8959be (sadrul@pidgin.im):
|
2009-02-02 |
John Bailey |
Change our ICQ client ID such that we identify ourselves to the ICQ servers as
|
2009-02-03 |
Daniel Atallah |
Work around the buggy Aspell dictionary installers by cleaning up after them.
|
2009-02-02 |
Daniel Atallah |
conn->current_request can be NULL here.
|
2009-02-01 |
Elliott Sales de Andrade |
merge of 'a9849c98b16073a1bf0fbb87a998f0970e0dc810'
|
2009-02-01 |
luke |
Plug a memory leak in SILC, thanks to Luke Petre.
|
2009-01-30 |
Daniel Atallah |
Remove the "Flash window when chat messages are received" pref from the winprefs
|
2009-01-30 |
Paul Aurich |
My lousy typo just consumed 20 minutes of my life. 'metadata', not 'metdata'.
|
2009-01-30 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head dbdaecf659b7d74cd50fad7c3d9bb621d9e8220e)
|
2009-01-30 |
Daniel Atallah |
Fix 3 different race conditions in the win32 network management functionality.
|
2009-02-01 |
Elliott Sales de Andrade |
Setup message handlers on the MSN Notification server so that messages from
|
2009-02-01 |
Elliott Sales de Andrade |
Make message handlers more generic and able to work when used by the
|
2009-02-01 |
Elliott Sales de Andrade |
Move some MSN message handlers from switchboard to general msg.c.
|
2009-02-01 |
Elliott Sales de Andrade |
Remove warning in contact.c.
|
2009-02-01 |
Elliott Sales de Andrade |
I incorrectly assumed that the FindMembership and ABFindAll SOAP requests
|
2009-01-31 |
Elliott Sales de Andrade |
The MSN AddressBook can contain contacts with global isMessengerUser=false,
|
2009-01-30 |
Elliott Sales de Andrade |
Update the Address Book when we recieve a new friendly name for a buddy.
|
2009-01-30 |
Elliott Sales de Andrade |
Move the check for whether to update the server alias out of nln_cmd and
|
2009-01-29 |
Mark Doliner |
Fix a bug where the thumbnail buddy icon in the Accounts dialog would
|
2009-01-29 |
Mark Doliner |
Minor formatting and comments
|
2009-01-29 |
Mark Doliner |
Remove the rest of the status node code
|
2009-01-29 |
Elliott Sales de Andrade |
merge of '679b95c6b80b4045e5c2ded165e64f4fca5f1ed8'
|
2009-01-29 |
Elliott Sales de Andrade |
merge of '2ba63306963eb1bfddbb853da79bd2d2e829af2d'
|
2009-01-29 |
Elliott Sales de Andrade |
Don't crash on Windows when removing an alias for an MSN buddy.
|
2009-01-29 |
Daniel Lj |
Patch to fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda,
|
2009-01-29 |
Sadrul Habib Chowdhury |
Fix setting custom colorpairs containing 'default', thanks to jieryn on
|
2009-01-28 |
Mark Doliner |
I merged Paul Aurich (darkrain42)'s branch cpw.darkrain42.oscar.ssl branch
|
2009-01-28 |
Paul Aurich |
This connection is always using purple_proxy_connect now, so checking for newconn->gsc being non-NULL makes no sense.
|
2009-01-28 |
Paul Aurich |
Use 'bos.oscar.aol.com' as the common name for the initial BOS connection.
|
2009-01-27 |
Mark Doliner |
Shuffle a few comments around to make it look like I did something
|
2009-01-27 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 586bc4a7e754d6b26a95c0d69dd5f2967c7a98a1)
|
2009-01-27 |
Elliott Sales de Andrade |
Missed a file in previous commit. Avoids a double-free.
|
2009-01-27 |
Elliott Sales de Andrade |
merge of '6922052516b4de648838827a2c1806840619d49a'
|
2009-01-27 |
Elliott Sales de Andrade |
Re-combine large (multi-part) messages on MSN since we seem to say that we
|
2009-01-27 |
Elliott Sales de Andrade |
Add special handling to the Python D-Bus parsing code for the *_get_data
|
2009-01-27 |
Elliott Sales de Andrade |
Fix a crash on exit with a patch from im.pidgin.next.minor.
|
2009-01-27 |
Daniel Atallah |
A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessary
|
2009-01-27 |
Daniel Atallah |
Prevent a crash that can occur while copying the contents of the Debug Window. This ends up masking mismatched tags in the imhtml output, but that is
|
2009-01-26 |
Richard Laager |
merge of '65e9577af05ac04edbde89c6216d06a7b828029a'
|
2009-01-26 |
Richard Laager |
In the course of looking at purple-url-handler to compose a response to a
|
2009-01-25 |
Elliott Sales de Andrade |
merge of 'a2f94e06ea53c95077731e0833699222e6050fd0'
|
2009-01-25 |
Richard Laager |
Fix a discrepancy between the About box and the other authors lists.
|
2009-01-25 |
Richard Laager |
Add SEE ALSO references between pidgin(1) and finch(1) and make a few other
|
2009-01-25 |
Richard Laager |
Mention purple-remote in the pidgin man page, as suggested by Rogier Wolff.
|
2009-01-24 |
Richard Laager |
Display rather than log the error when another instance is running.
|
2009-01-24 |
Richard Laager |
pidgin.h is a public header file. Therefore, we should continue to provide
|
2009-01-24 |
Richard Laager |
Two minor cleanups to the message about the invisible character in pidgin.h.
|
2009-01-24 |
Mark Doliner |
GTK+ 2.16.0 will set the invisible character to a nice bullet instead of
|
2009-01-24 |
Mark Doliner |
Slightly improve this debug error message
|
2009-01-23 |
Timo Jyrinki |
minimal one line patch
|
2009-01-22 |
Mark Doliner |
This happens anytime you IM an offline user, and is totally not an error
|
2009-01-21 |
Daniel Atallah |
Attribute Yann Kerherve for the XMPP SASL parser changes. Refs #8206, #8207.
|
2009-01-21 |
Evan Schoenberg |
Two patches from Yann Kerherve submitted to pidgin-devl. This fixes XMPP
|
2009-01-26 |
Paul Aurich |
Whitespace changes
|
2009-01-26 |
Paul Aurich |
Support both XEP-0084 namespaces for fetching our own avatars at login
|
2009-01-26 |
Paul Aurich |
Support XEP-0084 (User Avatar) v1.1 alongside v0.12
|
2009-01-21 |
Paul Aurich |
Send presence updates from jabber_set_info, not jabber_set_buddy_icon.
|
2009-01-21 |
Paul Aurich |
Only (re)publish XMPP avatars at login if the server's avatar differs
|
2009-01-21 |
Paul Aurich |
Don't leak a JabberBuddyAvatarUpdateURLInfo struct in the error case
|
2009-01-21 |
Paul Aurich |
Migrate the XMPP User Avatar (XEP-0084) code to its own file
|
2009-01-20 |
Paul Aurich |
merge of '874dbd4635319a67ac152802b9c985b0d261f3eb'
|
2009-01-20 |
Paul Aurich |
pidgin_quit() shouldn't try to save the list of loaded plugins, as they've all been unloaded by the time it is called.
|
2009-01-20 |
Daniel Atallah |
When saving the account settings, use the protocol options that were present at
|