summaryrefslogtreecommitdiff
path: root/wocky/wocky-caps-hash.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-27caps_hash: don't crash if FORM_TYPE has no <value>Will Thompson1-7/+22
2013-02-25caps_hash_compute_from_lists: skip anonymous fieldsWill Thompson1-0/+8
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-6/+6
2011-10-13caps-hash: ignore data forms with non-hidden FORM_TYPE fieldsJonny Lamb1-0/+8
2011-10-13caps-hash: don't bail on hashing if there's no FORM_TYPEJonny Lamb1-2/+3
2011-04-19data-form: rename default_value_str to raw_value_contentsJonny Lamb1-3/+3
2011-04-11data-form: change the default_value_str field struct member to hold a strvJonny Lamb1-74/+22
2011-04-11caps-hash: use the actual string value when hashing boolean default valuesJonny Lamb1-8/+3
2011-04-11caps-hash: check whether there are multiple forms with the same name during, ...Jonny Lamb1-23/+18
2011-03-11caps-hash: fix up some code after running it through the style checkerJonny Lamb1-2/+2
2011-03-11caps-hash: test having bad <field/> nodes in data form fieldsJonny Lamb1-5/+36
2011-03-11caps-hash: fail if there are multiple data forms with the same typeJonny Lamb1-0/+24
2011-03-11caps-hash: add more debugging for a missing FORM_TYPE fieldJonny Lamb1-1/+4
2011-03-11caps-hash: bail if there is no FORM_TYPE field in the data formJonny Lamb1-2/+3
2011-03-11caps-hash: free sha1'd stringJonny Lamb1-0/+1
2011-03-11caps-hash: also handle booleansJonny Lamb1-1/+5
2011-03-11caps-hash: ensure multi-text values are sortedJonny Lamb1-1/+19
2011-03-11caps-hash: use a switch and deal with all dataform field typesJonny Lamb1-15/+36
2011-03-03caps-hash: bail on making the caps hash if parsing a dataform failsJonny Lamb1-2/+3
2011-03-03caps-hash: display a warning when hitting an unknown data field typeJonny Lamb1-0/+4
2011-03-03caps-hash: remove assertion that we have a FORM_TYPE fieldJonny Lamb1-1/+3
2011-02-04caps-hash: allow @dataforms be NULLJonny Lamb1-3/+6
2011-02-04caps-hash: fix creating hash from node with multiple data formsJonny Lamb1-1/+1
2011-02-04caps-hash: remove silly free functionJonny Lamb1-17/+7
2011-02-04caps-hash: clarify dataforms_cmpJonny Lamb1-14/+6
2011-02-04caps-hash: also sort dataform fieldsJonny Lamb1-2/+8
2011-02-04caps-hash: fix typo in dataform sorting codeJonny Lamb1-1/+1
2011-02-03caps-hash: ensure the features, identities and dataforms are sortedJonny Lamb1-10/+37
2011-01-26caps-hash: turn caps_hash_compute into wocky_caps_hash_compute_from_listsJonny Lamb1-3/+15
2011-01-26caps-hash: support multiple data formsJonny Lamb1-17/+60
2011-01-26caps-hash: removed "wocky does not do..." commentJonny Lamb1-4/+0
2011-01-26caps-hash: fixed typoJonny Lamb1-1/+1
2011-01-26disco-identity: add cmp functionJonny Lamb1-11/+6
2011-01-25caps-hash: fix yearJonny Lamb1-1/+1
2011-01-25caps-cache: use WockyDataForm to parse the data formsJonny Lamb1-174/+41
2011-01-24caps-hash: add documentationJonny Lamb1-12/+16
2011-01-21caps-hash: use wocky_node convenience functionsJonny Lamb1-2/+2
2011-01-21caps-hash: fix typoJonny Lamb1-1/+1
2011-01-20caps-hash: make build in Wocky and rename s/gabble/wocky/gJonny Lamb1-140/+78
2011-01-20caps-hash: add caps-hash.[ch] from gabbleJonny Lamb1-0/+439