summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable warnings about deprecated functions for stable branchtelepathy-haze-0.6Xavier Claessens2013-05-271-1/+2
* Revert "Stop using deprecated tp-glib symbols"Xavier Claessens2013-05-2713-40/+108
* Stop using deprecated tp-glib symbolsXavier Claessens2013-05-2713-108/+40
* Work around GValueArray deprecationXavier Claessens2013-05-273-0/+7
* start on version 0.6.1Jonny Lamb2012-04-042-1/+6
* version 0.6.0telepathy-haze-0.6.0Jonny Lamb2012-04-042-3/+3
* update NEWS for 0.6.0Jonny Lamb2012-04-041-1/+17
* configure.ac: trivial cleanupsFelipe Contreras2011-11-211-1/+1
* connect/fail.py: try an even more ludicrous portWill Thompson2011-11-211-1/+1
* Mangle test name into connection parameters.Will Thompson2011-11-211-1/+2
* Connection: implement ContactBlockingWill Thompson2011-08-092-1/+3
* Bump nano version to 0.5.0.1Will Thompson2011-07-092-1/+6
* Add make-release-mail.pytelepathy-haze-0.5.0Will Thompson2011-07-092-0/+80
* Version 0.5.0Will Thompson2011-07-092-5/+6
* Tests: Don't assert that 'password' is required.Will Thompson2011-07-081-1/+1
* Update NEWSWill Thompson2011-07-081-1/+20
* Merge branch 'blocking'Will Thompson2011-06-144-2/+147
|\
| * Emit change notifications for blocked contactsWill Thompson2011-06-093-0/+44
| * Blocking: implement can_block and add to Conn.InterfacesWill Thompson2011-06-092-1/+21
| * Initial work on supporting contact blocking.Jasper St. Pierre2011-06-091-1/+82
|/
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-04-081-20/+0
* Make ignorance of m4/ more specificWill Thompson2011-04-081-1/+5
* im-channel: add Messages properties to immutable propertiesGuillaume Desmottes2011-03-021-0/+7
* Merge branch 'master' of ssh://git.freedesktop.org/git/telepathy/telepathy-hazeGuillaume Desmottes2011-03-0225-2055/+2011
|\
| * message-sent and message-received are int64 not uint64Danielle Madeley2011-03-021-2/+2
| * configure: bump versioned-dep on tp-glibJonny Lamb2010-12-131-1/+1
| * protocol: implement TpBaseProtocol->dup_authentication_typesJonny Lamb2010-12-131-0/+13
| * Update telepathy.am from telepathy-glibSimon McVittie2010-12-101-6/+36
| * connection: be sure to call finish_shutdown if we never connectedJonny Lamb2010-12-031-2/+10
| * Merge branch 'simple-sasl'Jonny Lamb2010-12-023-9/+74
| |\
| | * connection: only disconnect if we're not already disconnectedJonny Lamb2010-12-021-3/+6
| | * configure: depend on the actual tp-glib version when TpSimplePasswordManager ...Jonny Lamb2010-12-021-1/+1
| | * connection: use disconnect_with_dbus_errorJonny Lamb2010-11-251-2/+2
| | * connection: free the error after being usedJonny Lamb2010-11-251-0/+1
| | * connection: use TpSimplePasswordManager to get a password if not givenJonny Lamb2010-11-253-4/+69
| | * protocol: make password no longer requiredJonny Lamb2010-11-251-6/+2
| * | NEWSSimon McVittie2010-12-021-1/+15
| * | Merge branch 'base-contact-list'Simon McVittie2010-12-0214-1508/+927
| |\ \
| | * | Depend on telepathy-glib 0.13.8 for a version of TpBaseContactList where our ...Simon McVittie2010-12-021-1/+1
| | * | Use the right (ignored) source tag for haze_contact_list_remove_contacts_asyncSimon McVittie2010-12-011-1/+1
| | * | Use the TpBaseContactListSimon McVittie2010-12-0111-1450/+133
| | * | Add close_all_groups() and use it to get rid of any stray groupsSimon McVittie2010-12-014-3/+25
| | * | Implement TpBaseContactList's methodsSimon McVittie2010-12-013-1/+570
| | * | Split removal from group into preparing and committing, and make it pluralSimon McVittie2010-12-011-63/+141
| | * | haze_contact_list_remove_from_group: don't error if already absentSimon McVittie2010-12-011-6/+12
| | * | haze_contact_list_add_to_group: don't error if already in the groupSimon McVittie2010-12-011-5/+3
| | * | keep track of who we are (and aren't) publishing toSimon McVittie2010-12-011-0/+24
| | * | Decline publish requests when we remove a contactSimon McVittie2010-12-011-0/+3
| | * | Don't consider it to be an error to try to remove an absent contactSimon McVittie2010-12-011-10/+1
| | * | Don't consider it to be an error if we accept/reject a nonexistent requestSimon McVittie2010-12-011-2/+4