about summary refs log tree commit diff stats
path: root/src/xmpp/form.c
Commit message (Expand)AuthorAgeFilesLines
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
* form.c: fix memleak in form_tag_existsMichael Vetter2021-03-171-0/+1
* Apply coding styleMichael Vetter2020-07-071-150/+147
* Revert "Apply coding style"Michael Vetter2020-07-071-150/+153
* Apply coding styleMichael Vetter2020-07-071-153/+150
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Reduce codelines in form.cMichael Vetter2019-07-101-16/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-1/+1
* Tidy headersJames Booth2016-07-241-0/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-5/+5
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* 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