log libpurple/connection.c @ 26448:d4af753e0e33

age author description
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-24 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)
2008-10-31 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
2008-10-31 Gary Kramlich Added purple_connection_set_protocol_data and purple_connection_get_protocol_data
2009-01-24 Mark Doliner Slightly improve this debug error message
2008-10-30 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
2008-07-17 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
2008-07-17 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
2008-01-26 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
2008-01-25 Stu Tomlinson send_keepalive needs to return TRUE to ensure it'll get called again, and
2008-01-23 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
2008-01-08 Stu Tomlinson Huh, you want to be able to compile? I clearly (or not so clearly) need new
2008-01-08 Stu Tomlinson Adjust some network error fatalities and things
2007-12-03 Will Thompson De-magic number the prpl_info->keepalive interval, and document it.
2007-12-01 Will Thompson Remove dead code.
2007-11-14 Daniel Atallah Register the correct number of values for the "connection-error" signal.
2007-11-11 Will Thompson I don't think that incorrect passwords can be helpfully distinguished from
2007-11-11 Will Thompson Consensus on #pidgin is that certificate errors and AUTHENTICATION_IMPOSSIBLE
2007-11-11 Will Thompson Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used
2007-11-10 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
2007-10-24 Will Thompson I figured a signal firing on a connection error would be useful.
2007-10-14 Will Thompson Rename:
2007-10-14 Will Thompson rlaager suggested using the last element of the PurpleDisconnectReason enum
2007-11-03 Nathan Walp Since the XMPP PurpleConnection is created before we know we need a password,
2007-10-10 Will Thompson Clarify the documentation of the return value of
2007-10-09 Will Thompson datallah pointed out that using g_return_if_fail() is preferable to
2007-10-09 Will Thompson rlaager pointed out that purple_connection_error_reason should be setting
2007-10-06 Will Thompson Split the "you don't have SSL support" meaning of
2007-10-02 Will Thompson I missed a PURPLE_REASON_INVALID_USERNAME.
2007-09-21 Will Thompson Currently, SSL errors (other than SSL not being available) do not set
2007-09-19 Will Thompson Check in purple_connection_error_reason that purple_connection_reason_is_fatal
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 INVALID_USERNAME is a fatal reason.
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 It's even better when code compiles. Remove references to disconnection
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-10 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
2007-09-06 Sean Egan propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-05 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
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-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 merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
2007-06-10 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18)
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-19 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
2007-06-09 Stu Tomlinson Don't use g_critical to report that purple_connection_error was called
2007-05-03 Mark Doliner Change a few functions to free a linked list while iterating through
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-03-20 Evan Schoenberg merge of '31ed92ba1b530f050510b4958686e3013ba4176c'
2007-03-20 Evan Schoenberg Fixed connection errors; this logical check on 'text' was reversed.
2007-03-19 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
2007-03-18 Daniel Atallah merge of '5d82380976ddbe6635550905c1fac7198a445809'
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-03-17 Stu Tomlinson This is tidier
2007-03-17 Daniel Atallah Fix reversed NULL check.