summaryrefslogtreecommitdiff
path: root/libpurple/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Added PurpleConnection flags to determine support for moods and mood messages.Marcus Lundblad2010-03-041-2/+3
* propagate from branch 'im.pidgin.pidgin' (head 6f8830d730926b39532bbf6ee2267d...Marcus Lundblad2009-06-221-0/+3
|\
| * Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn'tMark Doliner2009-06-191-0/+3
* | propagate from branch 'im.pidgin.pidgin' (head ca1524dbcbf0e673a466e97572ed76...Marcus Lundblad2009-03-161-1/+1
|\ \ | |/ |/|
| * propagate from branch 'im.pidgin.pidgin' (head 133e5eca834c5d4adad0937da2cb93...Marcus Lundblad2009-03-021-34/+74
| |\
| * \ propagate from branch 'im.pidgin.pidgin' (head 35870d6d8caeefa3bc9d39f03fed34...Marcus Lundblad2009-01-011-1/+1
| |\ \
| * \ \ propagate from branch 'im.pidgin.pidgin' (head 21f65a6c30b67dd34167f59b104c39...Marcus Lundblad2008-11-131-3/+3
| |\ \ \
| * | | | Removed _ALLOW_ATTENTION from connection flagsMarcus Lundblad2008-10-291-1/+0
| * | | | Added connection flag ALLOW_ATTENTIONMarcus Lundblad2008-10-281-1/+2
* | | | | Fix a minor whitespace inconsistency.John Bailey2009-03-031-1/+1
| |_|_|/ |/| | |
* | | | Change "screen name" to "username" or "buddy name" in a whole bunch ofMark Doliner2009-01-261-1/+1
* | | | Add @since 2.6.0 doxygen comments to some of our new functions, andMark Doliner2009-01-261-33/+54
* | | | propagate from branch 'im.pidgin.pidgin' (head 8c8bd0d2036f11aaac367b727148b2...Gary Kramlich2008-12-131-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | propagate from branch 'im.pidgin.pidgin' (head 328a7b5211ba8112c8978d5b81f5e3...Richard Laager2008-10-311-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | Add @since 2.6.0 tags for purple_connection_set_protocol_data() andRichard Laager2008-10-311-0/+2
| * | | Added purple_connection_set_protocol_data and purple_connection_get_protocol_...Gary Kramlich2008-10-311-0/+17
| | |/ | |/|
* | | Remove the commas at the end of enumerator lists. This resolves warningsFlorian Qu?ze2008-12-111-1/+1
| |/ |/|
* | Build everything with the *_DISABLE_DEPRECATED flags set. This allows usRichard Laager2008-10-301-3/+3
|/
* Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #...Daniel Atallah2008-06-161-1/+1
* Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,Will Thompson2008-06-151-0/+3
* Show the custom smileys only on accounts that support it. ReferencesSadrul Habib Chowdhury2008-05-071-0/+1
* Forgot the since tag here.Sadrul Habib Chowdhury2008-01-271-0/+1
* Add accessor and update finch to not touch the internals of PurpleConnection.Sadrul Habib Chowdhury2008-01-261-1/+10
* Don't send keep-alives if we've received data since in the last KEEPALIVE_INT...Sean Egan2008-01-231-0/+2
* Felipe Contreras, one of our older Crazy Pacth Writers, noticed that theseJohn Bailey2007-12-311-2/+2
* Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.Will Thompson2007-11-111-1/+2
* I don't think that incorrect passwords can be helpfully distinguished fromWill Thompson2007-11-111-19/+16
* Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be usedWill Thompson2007-11-111-16/+22
* PurpleConnectionErrorInfo.description should not be const.Will Thompson2007-11-031-1/+1
* Mark pointed out that PurpleConnectionErrorPair is not a very good name for theWill Thompson2007-10-281-1/+1
* Document the gc parameter of purple_connection_error_reason to shut doxygen up.Will Thompson2007-10-281-1/+3
* PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;Will Thompson2007-10-281-0/+9
* propagate from branch 'im.pidgin.pidgin.next.minor' (head cd326828c870917dc1b...Will Thompson2007-10-151-10/+162
|\
| * Document that the char * parameter of purple_connection_error{,_reason} mayWill Thompson2007-10-141-9/+9
| * Rename:Will Thompson2007-10-141-35/+36
| * rlaager suggested using the last element of the PurpleDisconnectReason enumWill Thompson2007-10-141-3/+4
| * Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.Will Thompson2007-10-121-1/+7
| * PURPLE_NUM_REASONS should not be a member of the enum.Will Thompson2007-10-111-19/+18
| * Update report_disconnect_reason documentation to match reality. Also includeWill Thompson2007-10-111-3/+5
| * Clarify the documentation of the return value ofWill Thompson2007-10-101-1/+2
| * rlaager pointed out that purple_connection_error_reason should be settingWill Thompson2007-10-091-14/+22
| * propagate from branch 'im.pidgin.pidgin' (head f2fc9ce2f7aa5b9efbdc33ba9289d9...Will Thompson2007-10-071-1/+135
| |\
| | * Split the "you don't have SSL support" meaning ofWill Thompson2007-10-061-2/+7
| | * Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so itWill Thompson2007-10-021-2/+6
| | * Create purple_connection_ssl_error(), which converts a PurpleSslErrorTypeWill Thompson2007-09-191-0/+10
| | * Clarified the meaning of PURPLE_REASON_NETWORK_ERROR andWill Thompson2007-09-191-2/+10
| | * Add PURPLE_REASON_INVALID_USERNAME, which should go away as soon as there'sWill Thompson2007-09-181-0/+7
| | * propagate from branch 'im.pidgin.pidgin' (head 1ccc3fc7f39ec71e356e5fb2b3794e...Will Thompson2007-09-171-2/+3
| | |\
| | | * remove gpl boilerplate from doxygen docsSean Egan2007-09-161-2/+3
| | * | Create purple_connection_reason_is_fatal, which is basically a replacement forWill Thompson2007-09-171-0/+20