summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-13Merge remote branch 'wjt/fd.o-30117'Simon McVittie1-14/+14
2010-09-13Re-indent a GError to fix check-coding-styleSimon McVittie1-5/+2
2010-09-13Import Conference.DRAFT2 from spec git masterSimon McVittie1-10/+13
2010-09-13Split ignore-ssl-errors into interactive-sslCosimo Cecchi2-7/+24
2010-09-13Assert that we have a rejection list with at least one element.Cosimo Cecchi1-0/+5
2010-09-13Use right wording in DEBUG messagesCosimo Cecchi2-2/+2
2010-09-13Return 'Invalid_Argument' if Reject() is called with zero reasonsCosimo Cecchi1-0/+12
2010-09-13Use tp_clear_boxed to free the Rejection structsCosimo Cecchi2-3/+6
2010-09-13Update Gabble to the new draft APICosimo Cecchi2-61/+37
2010-09-13Privacy lists: Don't a GSimpleAsyncResult.Will Thompson1-0/+1
2010-09-13Always emit PresencesChanged when we change our own presenceWill Thompson1-0/+1
2010-09-10Simplify emitting PresencesChanged for SelfHandleWill Thompson1-14/+12
2010-09-09Don't start interactive verification if ignore-ssl-errors is setCosimo Cecchi1-0/+19
2010-09-09Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi1-17/+1
2010-09-08Implemnent fallback-servers supportNicolas Dufresne2-3/+99
2010-09-07Move to undrafted ContactSearch interfaceWill Thompson2-78/+53
2010-08-29Dramatically reduce debug spam from capabilitiesWill Thompson2-59/+46
2010-08-29Add a function to dump a diff of two cap setsWill Thompson1-15/+68
2010-08-26Make CA certificates path configurableNicolas Dufresne1-2/+1
2010-08-26conn-presence.c: consistently cast into GSimpleAsyncResult*Senko Rasic1-5/+5
2010-08-26activate_current_privacy_list: don't leak GErrorSenko Rasic1-1/+3
2010-08-26get_existing_privacy_lists_cb: use wocky node iterators instead of old macrosSenko Rasic1-4/+4
2010-08-26conn-presence.c: documented privacy_presences lifetime a bit betterSenko Rasic1-5/+13
2010-08-26activate_current_privacy_list(): simplified list activation xml generationSenko Rasic1-17/+14
2010-08-26removed _ prefix from conn_presence_get_type()Senko Rasic3-3/+4
2010-08-26style fixesSenko Rasic3-12/+12
2010-08-26gabble_plugin_get_custom_presence_statuses: pass arrays directly instead of u...Senko Rasic2-31/+16
2010-08-26conn-presence.c: refactor the invisible privacy list code to support generic ...Senko Rasic1-91/+299
2010-08-26add _conn_presence_get_type() to gracefully handle custom statusesSenko Rasic3-2/+40
2010-08-26conn-presence.c: pass plugin-supplied statuses to the PresenceMixin class initSenko Rasic1-2/+18
2010-08-26plugin(-loader).[ch]: support for adding custom statuses and linking them wit...Senko Rasic3-0/+143
2010-08-25Merge branch 'port-to-tp-base-channel'Will Thompson16-1207/+401
2010-08-25Don't leak a hash table in Stream.SetSendingWill Thompson1-0/+1
2010-08-25Use tp_base_channel_close() for search and tls channelsWill Thompson6-39/+14
2010-08-24MediaFactory: Clarify references to GabbleCallChannelWill Thompson1-2/+5
2010-08-24Don't leak Call channels when waiting for caps.Will Thompson1-2/+4
2010-08-24Remove GabbleBaseChannel.Will Thompson3-560/+0
2010-08-24Port ServerTLSChannel to TpBaseChannel.Will Thompson3-90/+46
2010-08-24Port GabbleSearchChannel to TpBaseChannelWill Thompson3-105/+70
2010-08-24RoomlistChannel: Remove incorrect, content-free docstringsWill Thompson1-33/+0
2010-08-24Port RoomlistChannel to TpBaseChannelWill Thompson2-78/+52
2010-08-24Port GabbleMucChannel to TpBaseChannel.Will Thompson2-201/+163
2010-08-24Port GabbleIMChannel to TpBaseChannel.Will Thompson3-119/+74
2010-08-23Merge branch 'fix-presence-unsure-period'Will Thompson1-35/+35
2010-08-23Merge branch 'tls-connection2'Cosimo Cecchi10-11/+1382
2010-08-21Start the presence unsure timeout once we connect.Will Thompson1-9/+11
2010-08-21Bin GABBLE_PRESENCE_CACHE_PRIV() silliness.Will Thompson1-26/+24
2010-08-19Fix coding styleCosimo Cecchi1-3/+4
2010-08-19Remove useless castCosimo Cecchi1-1/+1
2010-08-19Use TP_HASH_TYPE_STRING_VARIANT_MAP as boxed typeCosimo Cecchi1-1/+2