about summary refs log tree commit diff stats
path: root/src/xmpp/form.c
Commit message (Expand)AuthorAgeFilesLines
* 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