log libpurple/connection.h @ 29587:ff8e865bf524

age author description
2010-03-04 Marcus Lundblad Added PurpleConnection flags to determine support for moods and mood messages.
2009-06-22 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 74c00c33cab0e208691543b25eeae7906f6e4181)
2009-03-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 73e463add9a124c86554c2958526e1a6ee5fc22f)
2009-03-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
2009-01-01 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)
2008-11-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)
2008-10-29 Marcus Lundblad Removed _ALLOW_ATTENTION from connection flags
2008-10-28 Marcus Lundblad Added connection flag ALLOW_ATTENTION
2009-06-19 Mark Doliner Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't
2009-03-03 John Bailey Fix a minor whitespace inconsistency.
2009-01-26 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
2009-01-26 Mark Doliner Add @since 2.6.0 doxygen comments to some of our new functions, and
2008-12-13 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
2008-10-31 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
2008-10-31 Richard Laager Add @since 2.6.0 tags for purple_connection_set_protocol_data() and
2008-10-31 Gary Kramlich Added purple_connection_set_protocol_data and purple_connection_get_protocol_data
2008-12-11 Florian Quèze Remove the commas at the end of enumerator lists. This resolves warnings
2008-10-30 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
2008-06-16 Daniel Atallah Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.
2008-06-15 Will Thompson Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
2008-05-07 Sadrul Habib Chowdhury Show the custom smileys only on accounts that support it. References
2008-01-27 Sadrul Habib Chowdhury Forgot the since tag here.
2008-01-26 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
2008-01-23 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
2007-12-31 John Bailey Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
2007-11-11 Will Thompson Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.
2007-11-11 Will Thompson I don't think that incorrect passwords can be helpfully distinguished from
2007-11-11 Will Thompson Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used
2007-11-03 Will Thompson PurpleConnectionErrorInfo.description should not be const.
2007-10-28 Will Thompson Mark pointed out that PurpleConnectionErrorPair is not a very good name for the
2007-10-28 Will Thompson Document the gc parameter of purple_connection_error_reason to shut doxygen up.
2007-10-28 Will Thompson PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;
2007-10-15 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
2007-10-14 Will Thompson Document that the char * parameter of purple_connection_error{,_reason} may
2007-10-14 Will Thompson Rename:
2007-10-14 Will Thompson rlaager suggested using the last element of the PurpleDisconnectReason enum
2007-10-14 Richard Laager Mark some libpurple-internal functions as deprecated to further help keep
2007-10-12 Will Thompson Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.
2007-10-11 Will Thompson PURPLE_NUM_REASONS should not be a member of the enum.
2007-10-11 Will Thompson Update report_disconnect_reason documentation to match reality. Also include
2007-10-10 Will Thompson Clarify the documentation of the return value of
2007-10-09 Will Thompson rlaager pointed out that purple_connection_error_reason should be setting
2007-10-07 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)
2007-10-06 Will Thompson All the links to libpurple signal pages were in the comment containing the
2007-10-06 Will Thompson Split the "you don't have SSL support" meaning of
2007-10-02 Will Thompson Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it
2007-09-19 Will Thompson Create purple_connection_ssl_error(), which converts a PurpleSslErrorType
2007-09-19 Will Thompson Clarified the meaning of PURPLE_REASON_NETWORK_ERROR and
2007-09-18 Will Thompson Add PURPLE_REASON_INVALID_USERNAME, which should go away as soon as there's
2007-09-17 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 41389df89a4a6a007d41cec33e33043cd41ea159)
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-17 Will Thompson Create purple_connection_reason_is_fatal, which is basically a replacement for
2007-09-17 Will Thompson Create PurpleConnectionUiOps.report_disconnect_reason and
2007-09-17 Will Thompson Remove non-error PurpleDisconnectReasons, and add PURPLE_REASON_OTHER_ERROR
2007-09-15 Will Thompson Create a PurpleDisconnectReason enum (which happens to be identical to
2007-09-10 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-08-08 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
2007-07-31 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
2007-08-07 Will Thompson Document PurpleConnectionUiOps. (Does purple_connection_notice predate the
2007-07-30 Andreas Monitzer Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
2007-06-16 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
2007-06-16 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
2007-06-07 Richard Laager Mark the return type const for the following functions. I noticed this
2007-05-30 Richard Laager Another change from o_sukhodolsky.
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/