Tue, 03 Jan 2012 23:32:59 +0000 |
Elliott Sales de Andrade |
Use G_BEGIN/END_DECLS in public libpurple files. This was
|
Tue, 18 Oct 2011 21:44:25 +0000 |
andrew victor |
The PurpleConnection->inpa handle is now stored (if needed) within each
|
Tue, 18 Oct 2011 21:17:08 +0000 |
andrew victor |
Samtime: Move the "inpa" input watcher into protocol_data.
|
Tue, 18 Oct 2011 20:25:41 +0000 |
andrew victor |
Add a purple_connection_update_last_received() function to update the
|
Tue, 18 Oct 2011 18:47:48 +0000 |
andrew victor |
On the way to hiding the PurpleConnection struct.
|
Sun, 25 Sep 2011 18:56:58 +0000 |
andrew victor |
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
|
Sat, 24 Sep 2011 17:04:09 +0000 |
andrew victor |
The following were deprecated since they were moved to the internal API:
|
Sun, 21 Aug 2011 08:00:53 +0000 |
Mark Doliner |
Rename purple_connection_error_reason to purple_connection_error
|
Sun, 21 Aug 2011 07:57:28 +0000 |
Mark Doliner |
Remove purple_connection_error
|
Sun, 21 Aug 2011 07:37:07 +0000 |
Mark Doliner |
Rename the report_disconnect_reason cb function to report_disconnect
|
Sun, 21 Aug 2011 07:34:02 +0000 |
Mark Doliner |
Remove PurpleConnectionUiOps.report_disconnect
|
Thu, 04 Mar 2010 22:14:03 +0000 |
Marcus Lundblad |
Added PurpleConnection flags to determine support for moods and mood messages.
|
Mon, 22 Jun 2009 21:53:53 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 74c00c33cab0e208691543b25eeae7906f6e4181)
|
Mon, 16 Mar 2009 21:45:24 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 73e463add9a124c86554c2958526e1a6ee5fc22f)
|
Mon, 02 Mar 2009 22:07:59 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
|
Thu, 01 Jan 2009 21:19:11 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)
|
Thu, 13 Nov 2008 19:49:58 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)
|
Wed, 29 Oct 2008 20:17:21 +0000 |
Marcus Lundblad |
Removed _ALLOW_ATTENTION from connection flags
|
Tue, 28 Oct 2008 23:08:13 +0000 |
Marcus Lundblad |
Added connection flag ALLOW_ATTENTION
|
Fri, 19 Jun 2009 01:52:03 +0000 |
Mark Doliner |
Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't
|
Tue, 03 Mar 2009 05:56:31 +0000 |
John Bailey |
Fix a minor whitespace inconsistency.
|
Mon, 26 Jan 2009 09:12:04 +0000 |
Mark Doliner |
Change "screen name" to "username" or "buddy name" in a whole bunch of
|
Mon, 26 Jan 2009 06:18:18 +0000 |
Mark Doliner |
Add @since 2.6.0 doxygen comments to some of our new functions, and
|
Sat, 13 Dec 2008 05:45:27 +0000 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
|
Fri, 31 Oct 2008 08:21:45 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
|
Fri, 31 Oct 2008 03:54:44 +0000 |
Richard Laager |
Add @since 2.6.0 tags for purple_connection_set_protocol_data() and
|
Fri, 31 Oct 2008 01:05:33 +0000 |
Gary Kramlich |
Added purple_connection_set_protocol_data and purple_connection_get_protocol_data
|
Thu, 11 Dec 2008 06:32:05 +0000 |
Florian Qu«²ze |
Remove the commas at the end of enumerator lists. This resolves warnings
|
Thu, 30 Oct 2008 22:40:49 +0000 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
Mon, 16 Jun 2008 15:19:11 +0000 |
Daniel Atallah |
Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.
|
Sun, 15 Jun 2008 12:56:30 +0000 |
Will Thompson |
Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
|
Wed, 07 May 2008 18:13:14 +0000 |
Sadrul Habib Chowdhury |
Show the custom smileys only on accounts that support it. References
|
Sun, 27 Jan 2008 04:33:24 +0000 |
Sadrul Habib Chowdhury |
Forgot the since tag here.
|
Sat, 26 Jan 2008 21:13:46 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleConnection.
|
Wed, 23 Jan 2008 23:28:38 +0000 |
Sean Egan |
Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
|
Mon, 31 Dec 2007 03:06:42 +0000 |
John Bailey |
Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
|
Sun, 11 Nov 2007 21:56:58 +0000 |
Will Thompson |
Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.
|
Sun, 11 Nov 2007 21:37:39 +0000 |
Will Thompson |
I don't think that incorrect passwords can be helpfully distinguished from
|
Sun, 11 Nov 2007 19:09:49 +0000 |
Will Thompson |
Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used
|
Sat, 03 Nov 2007 00:20:55 +0000 |
Will Thompson |
PurpleConnectionErrorInfo.description should not be const.
|
Sun, 28 Oct 2007 23:10:08 +0000 |
Will Thompson |
Mark pointed out that PurpleConnectionErrorPair is not a very good name for the
|
Sun, 28 Oct 2007 18:03:14 +0000 |
Will Thompson |
Document the gc parameter of purple_connection_error_reason to shut doxygen up.
|
Sun, 28 Oct 2007 16:32:37 +0000 |
Will Thompson |
PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;
|
Mon, 15 Oct 2007 10:45:46 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
|
Sun, 14 Oct 2007 21:20:50 +0000 |
Will Thompson |
Document that the char * parameter of purple_connection_error{,_reason} may
|
Sun, 14 Oct 2007 21:08:42 +0000 |
Will Thompson |
Rename:
|
Sun, 14 Oct 2007 12:19:20 +0000 |
Will Thompson |
rlaager suggested using the last element of the PurpleDisconnectReason enum
|
Sun, 14 Oct 2007 19:46:19 +0000 |
Richard Laager |
Mark some libpurple-internal functions as deprecated to further help keep
|
Fri, 12 Oct 2007 23:22:46 +0000 |
Will Thompson |
Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.
|
Thu, 11 Oct 2007 13:23:18 +0000 |
Will Thompson |
PURPLE_NUM_REASONS should not be a member of the enum.
|
Thu, 11 Oct 2007 12:26:06 +0000 |
Will Thompson |
Update report_disconnect_reason documentation to match reality. Also include
|
Wed, 10 Oct 2007 15:16:20 +0000 |
Will Thompson |
Clarify the documentation of the return value of
|
Tue, 09 Oct 2007 13:25:47 +0000 |
Will Thompson |
rlaager pointed out that purple_connection_error_reason should be setting
|
Sun, 07 Oct 2007 10:28:32 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)
|
Sat, 06 Oct 2007 18:08:21 +0000 |
Will Thompson |
All the links to libpurple signal pages were in the comment containing the
|
Sat, 06 Oct 2007 12:05:22 +0000 |
Will Thompson |
Split the "you don't have SSL support" meaning of
|
Tue, 02 Oct 2007 17:16:16 +0000 |
Will Thompson |
Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it
|
Wed, 19 Sep 2007 15:00:48 +0000 |
Will Thompson |
Create purple_connection_ssl_error(), which converts a PurpleSslErrorType
|
Wed, 19 Sep 2007 11:39:42 +0000 |
Will Thompson |
Clarified the meaning of PURPLE_REASON_NETWORK_ERROR and
|
Tue, 18 Sep 2007 21:12:28 +0000 |
Will Thompson |
Add PURPLE_REASON_INVALID_USERNAME, which should go away as soon as there's
|