about summary refs log tree commit diff stats
path: root/src/xmpp/form.c
Commit message (Expand)AuthorAgeFilesLines
* Applied coding style to src/xmpp/James Booth2015-10-261-26/+26
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-1/+9
* Use null check convention in form.cJames Booth2015-05-041-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Removed function pointersJames Booth2014-12-221-54/+33
* Fixed various memory leaksJames Booth2014-11-011-0/+2
* Dont check for var attribute on form fields of type fixedJames Booth2014-09-301-52/+54
* Sort form fields for sha-1 caps hashJames Booth2014-09-211-41/+81
* Added autocompletion for jid-multi form fieldsJames Booth2014-09-171-1/+11
* Added autocompletion for form text-multi valuesJames Booth2014-09-171-0/+19
* Added autocompletion for form list-multi valuesJames Booth2014-09-171-1/+1
* Added autocompletion for form list-single valuesJames Booth2014-09-171-0/+37
* Show form fields after updatingJames Booth2014-09-151-0/+18
* Dont allow unsaved form windows to be closedJames Booth2014-09-151-0/+7
* Allow removing data from text-multi form fieldsJames Booth2014-09-141-2/+73
* Added setting of unique form list valuesJames Booth2014-09-141-7/+24
* Added /room remove command, reformetted form outputJames Booth2014-09-141-0/+7
* Added /room add for *-multiJames Booth2014-09-141-8/+38
* Added form validation for list-single typeJames Booth2014-09-131-0/+26
* Added form type check on setJames Booth2014-09-131-2/+20
* form_get_field_by_var->form_get_form_type_fieldJames Booth2014-09-131-3/+3
* Do not tag hidden form fieldsJames Booth2014-09-131-6/+9
* Do not set hidden for fixed form fieldsJames Booth2014-09-131-3/+2
* Initialise form field tag autocompleteJames Booth2014-09-131-0/+1
* Added autocomplete for setting room config form tagsJames Booth2014-09-121-0/+3
* Check room config tag exists before settingJames Booth2014-09-121-0/+15
* Added setting of *-single room config valuesJames Booth2014-09-121-0/+23
* Added tags to form fieldsJames Booth2014-09-111-0/+15
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+80
* Added form field type enumJames Booth2014-09-101-0/+37
* Removed unnecessary NULL checks when freeing formJames Booth2014-09-071-40/+12
* Fix option handling for room config form parsingJames Booth2014-09-061-1/+2
* Reassign stanza name when looking for field valuesJames Booth2014-09-061-1/+2
* Rewrite form parserJames Booth2014-09-061-64/+204
* Created form moduleJames Booth2014-09-051-0/+144