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