about summary refs log tree commit diff stats
path: root/src/xmpp/form.c
Commit message (Collapse)AuthorAgeFilesLines
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
| | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* 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
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-153/+150
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Reduce codelines in form.cMichael Vetter2019-07-101-16/+2
| | | | | Let's use calloc instead of malloc and then setting almost all fields to NULL.
* 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
| | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types.
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * 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
|