summaryrefslogtreecommitdiff
path: root/src/caps-hash.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Use GLib's base64 implementation rather than Gabble's ownHeiher1-1/+0
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-2/+1
2011-12-16Compute the caps verification string correctly with dataforms in pluginsAlban Crequy1-3/+16
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-09-01presence: start holding a list of data formsJonny Lamb1-1/+4
2011-02-04caps-hash: misc fixes to cleanup codeJonny Lamb1-14/+8
2011-02-04caps-hash: use wocky_caps_hash_compute_from_listsJonny Lamb1-83/+13
2011-02-03caps-hash: remove anything to do with dataformsJonny Lamb1-105/+6
2011-01-24caps-hash: remove _from_lm_nodeJonny Lamb1-160/+0
2011-01-24use WockyDiscoIdentity instead of the gabble versionJonny Lamb1-9/+10
2010-06-09Fix disco identity comparison functionWill Thompson1-2/+2
2010-06-08plugin API: gabble_connection_sidecar_add_own_caps now adds a default identit...Andre Moreira Magalhaes (andrunko)1-7/+1
2010-06-04caps-hash: Improved algorithm to order identities.Andre Moreira Magalhaes (andrunko)1-14/+7
2010-06-04plugin API: Improved API for array of GabbleDiscoIdentity.Andre Moreira Magalhaes (andrunko)1-3/+4
2010-06-03caps-hash: Proper copy array of GabbleDiscoIdentity objects.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-06-03plugin API: Added method to compute caps hash.Andre Moreira Magalhaes (andrunko)1-0/+30
2010-06-03caps-hash: Use GabbleDiscoIdentity to represent identities.Andre Moreira Magalhaes (andrunko)1-8/+39
2010-02-18Use correct client type when calculating hash.Will Thompson1-1/+2
2009-10-07Add gabble_presence_peek_caps() to avoid copyingWill Thompson1-4/+3
2009-08-24gabble_presence_get_caps: rename to gabble_presence_dup_capsSimon McVittie1-1/+1
2009-08-24Make GabbleCapabilitySet opaqueSimon McVittie1-1/+13
2009-08-24Calculate caps hashes from gabble_presence_get_caps()Simon McVittie1-12/+1
2009-07-23caps-hash.c: don't leak the fields and values arraysGuillaume Desmottes1-0/+2
2009-06-29caps-hash.c: use node iteration wrappersDafydd Harries1-13/+14
2008-10-17Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-1/+0
2008-10-13Remove unnecessary inclusions of sha1/sha1.hSimon McVittie1-1/+0
2008-09-30Use the "channel manager" terminology everywhere instead of "channel factory"Alban Crequy1-1/+1
2008-09-11Update the ContactCapabilities spec in extensions/, finish the implementation...Alban Crequy1-1/+2
2008-07-21tidy up libc/glib includesDafydd Harries1-3/+0
2008-07-21tidy up include styleDafydd Harries1-7/+7
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-21tidy up libc/glib includesDafydd Harries1-3/+0
2008-07-21tidy up include styleDafydd Harries1-7/+7
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-05-28Remove some debugs that were added in the xep0115 branchAlban Crequy1-4/+0
2008-05-28Remove some debugs that were added in the xep0115 branchAlban Crequy1-4/+0
2008-05-28src/caps-hash.c: split the too long caps_hash_compute_from_lm_node function: ...Alban Crequy1-72/+84
2008-05-28Use tp_strdiff instead of g_str_equalAlban Crequy1-4/+4
2008-05-28src/caps-hash.c: do not leak str when computing the hash of the verification ...Alban Crequy1-5/+7
2008-05-28src/caps-hash.c: split the too long caps_hash_compute_from_lm_node function: ...Alban Crequy1-72/+84
2008-05-28Use tp_strdiff instead of g_str_equalAlban Crequy1-4/+4
2008-05-28src/caps-hash.c: do not leak str when computing the hash of the verification ...Alban Crequy1-5/+7
2008-05-13Use g_slice_free instead of g_slice_free1Alban Crequy1-2/+2
2008-05-13comment on GPtrArray. Case field_nameAlban Crequy1-5/+7
2008-05-13Use typedef and CamelCase for all typesAlban Crequy1-16/+20
2008-05-13Remove unneeded castsAlban Crequy1-2/+2
2008-05-13Coding style and simplification (review from smcv)Alban Crequy1-21/+20
2008-05-13Use g_slice_free instead of g_slice_free1Alban Crequy1-2/+2
2008-05-13comment on GPtrArray. Case field_nameAlban Crequy1-5/+7