summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement Channel DBus properties on IMChannel0.2.xWill Thompson2008-08-181-1/+16
* Add a HazeIMChannel::interfaces propertyWill Thompson2008-08-181-7/+28
* Add DBusPropertiesMixin to IM channelsWill Thompson2008-08-182-0/+15
* Move mixin_class_init below property definitionsWill Thompson2008-08-181-3/+4
* Implement DBus properties for Channel interface.Will Thompson2008-08-181-1/+17
* Implement "interfaces" GObj property on contact lists.Will Thompson2008-08-181-3/+20
* Reorder haze_contact_list_channel_class_init()Will Thompson2008-08-181-16/+18
* Implement DBus properties for C.T.Group on contact lists.Will Thompson2008-08-181-0/+4
* Add DBusPropertiesMixin to contact list channels.Will Thompson2008-08-182-1/+15
* Bump nano version to 0.2.1.1Will Thompson2008-08-181-1/+1
* Bump version to 0.2.1Will Thompson2008-08-181-2/+2
* News for 0.2.1Will Thompson2008-08-181-0/+17
* Coding style: (s != NULL && *s != '\0') is preferred to (s && *s)Will Thompson2008-08-181-2/+2
* Merge branch 'string-list-pref'Will Thompson2008-08-183-1/+81
|\
| * Use tp_strdiff rather than strcmp for NULL-safetyWill Thompson2008-08-181-1/+1
| * Add silc to haze.manager (it uses stringlist options)Will Thompson2008-08-171-0/+26
| * Add support for string_list account options.Will Thompson2008-08-172-0/+54
| * No need to g_strdup default string parameters.Will Thompson2008-08-171-1/+1
* | Merge branch 'avatars'Will Thompson2008-08-181-43/+144
|\ \ | |/ |/|
| * Check that avatars respect the protocol's file size limit.Will Thompson2008-08-151-1/+18
| * Coding style: space before ( in function callsWill Thompson2008-08-151-4/+4
| * We can assume that tp-glib won't pass NULL for a GArray representing an "ay"Will Thompson2008-08-151-1/+0
| * Don't leak a GHashTable in GetKnownAvatarTokens if not all tokens are valid.Will Thompson2008-08-151-1/+3
| * Don't include self_handle in the map returned by GetKnownAvatarTokens if the ...Will Thompson2008-08-111-2/+28
| * Make get_token require a non-NULL avatar, and fix things so it's only used in...Will Thompson2008-08-111-30/+28
| * Implement SetAvatar and ClearAvatarWill Thompson2008-06-291-12/+34
| * Implement GetKnownAvatarTokensWill Thompson2008-06-291-0/+36
| * Coding style: add a line break to an argument listWill Thompson2008-06-291-1/+2
* | Merge branch 'debug'Will Thompson2008-08-143-13/+55
|\ \
| * | Add "haze" and "purple" debug flags to enable debug output from each.Will Thompson2008-08-131-17/+49
| * | Move tp-glib debug initialization to debug.cWill Thompson2008-08-133-9/+19
* | | Turn HazeConnectionPrivate.disconnecting and dispose_has_run into bitfields.Will Thompson2008-08-141-2/+2
* | | Keep track of whether purple_account_disconnect needs to be called.Will Thompson2008-08-141-1/+23
* | | Merge branch 'sanitize-preferences'Will Thompson2008-08-131-1/+17
|\ \ \ | |/ / |/| |
| * | Define two no-arg functions' parameters as (void) not ().Will Thompson2008-08-131-2/+2
| * | Disable libpurple's built-in idle reporting, auto-awaying, and auto-replying.Will Thompson2008-08-131-0/+16
| |/
* | chmod +x autogen.shWill Thompson2008-08-131-0/+0
* | Turn _boring into .gitignore.Will Thompson2008-08-132-58/+27
* | Don't list snpp in haze.manager.Will Thompson2008-08-131-8/+0
|/
* Set up tp-glib debug before initializing libpurple.Will Thompson2008-06-291-3/+3
* Support HAZE_LOGFILE for diverting stdout and stderrWill Thompson2008-06-293-0/+13
* Drop #ifdefs for telepathy-glib <0.7 given that it's a dependencyWill Thompson2008-06-292-18/+1
* Change warning on non-empty pending_publish_requests during dispose to assert.Will Thompson2008-05-251-4/+1
* Use remove_pending_publish_request() everywhere the request-removing code was...Will Thompson2008-05-241-23/+8
* Create remove_pending_publish_request().Will Thompson2008-05-241-0/+25
* Fix stack corruption when a pending publish request is closed after disconnec...Will Thompson2008-05-241-1/+10
* Use publish_request_data_free () as pending_publish_requests' value_destroy_f...Will Thompson2008-03-111-4/+2
* Warn if the 'publish' channel is destroyed when it thinks it has pending requ...Will Thompson2008-03-111-0/+7
* Implement AccountUiOps::close_account_request.Will Thompson2008-03-103-1/+36
* Ref the publish channel when storing it in a PublishRequestData; unref it whe...Will Thompson2008-03-101-1/+2