Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Reduce codelines in form.c | Michael Vetter | 2019-07-10 | 1 | -16/+2 |
| | | | | | Let's use calloc instead of malloc and then setting almost all fields to NULL. | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Use libstrophe convenience functions for stanza attributes | James Booth | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -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_H | James Booth | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -3/+3 |
|/ | |||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -26/+26 |
| | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -1/+9 |
| | |||||
* | Use null check convention in form.c | James Booth | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -54/+33 |
| | |||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -0/+2 |
| | |||||
* | Dont check for var attribute on form fields of type fixed | James Booth | 2014-09-30 | 1 | -52/+54 |
| | |||||
* | Sort form fields for sha-1 caps hash | James Booth | 2014-09-21 | 1 | -41/+81 |
| | |||||
* | Added autocompletion for jid-multi form fields | James Booth | 2014-09-17 | 1 | -1/+11 |
| | |||||
* | Added autocompletion for form text-multi values | James Booth | 2014-09-17 | 1 | -0/+19 |
| | |||||
* | Added autocompletion for form list-multi values | James Booth | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Added autocompletion for form list-single values | James Booth | 2014-09-17 | 1 | -0/+37 |
| | |||||
* | Show form fields after updating | James Booth | 2014-09-15 | 1 | -0/+18 |
| | |||||
* | Dont allow unsaved form windows to be closed | James Booth | 2014-09-15 | 1 | -0/+7 |
| | |||||
* | Allow removing data from text-multi form fields | James Booth | 2014-09-14 | 1 | -2/+73 |
| | |||||
* | Added setting of unique form list values | James Booth | 2014-09-14 | 1 | -7/+24 |
| | |||||
* | Added /room remove command, reformetted form output | James Booth | 2014-09-14 | 1 | -0/+7 |
| | |||||
* | Added /room add for *-multi | James Booth | 2014-09-14 | 1 | -8/+38 |
| | |||||
* | Added form validation for list-single type | James Booth | 2014-09-13 | 1 | -0/+26 |
| | |||||
* | Added form type check on set | James Booth | 2014-09-13 | 1 | -2/+20 |
| | |||||
* | form_get_field_by_var->form_get_form_type_field | James Booth | 2014-09-13 | 1 | -3/+3 |
| | |||||
* | Do not tag hidden form fields | James Booth | 2014-09-13 | 1 | -6/+9 |
| | |||||
* | Do not set hidden for fixed form fields | James Booth | 2014-09-13 | 1 | -3/+2 |
| | |||||
* | Initialise form field tag autocomplete | James Booth | 2014-09-13 | 1 | -0/+1 |
| | |||||
* | Added autocomplete for setting room config form tags | James Booth | 2014-09-12 | 1 | -0/+3 |
| | |||||
* | Check room config tag exists before setting | James Booth | 2014-09-12 | 1 | -0/+15 |
| | |||||
* | Added setting of *-single room config values | James Booth | 2014-09-12 | 1 | -0/+23 |
| | |||||
* | Added tags to form fields | James Booth | 2014-09-11 | 1 | -0/+15 |
| | |||||
* | Implemented /room config submit for saving room configuration | James Booth | 2014-09-10 | 1 | -0/+80 |
| | |||||
* | Added form field type enum | James Booth | 2014-09-10 | 1 | -0/+37 |
| | |||||
* | Removed unnecessary NULL checks when freeing form | James Booth | 2014-09-07 | 1 | -40/+12 |
| | |||||
* | Fix option handling for room config form parsing | James Booth | 2014-09-06 | 1 | -1/+2 |
| | |||||
* | Reassign stanza name when looking for field values | James Booth | 2014-09-06 | 1 | -1/+2 |
| | |||||
* | Rewrite form parser | James Booth | 2014-09-06 | 1 | -64/+204 |
| | |||||
* | Created form module | James Booth | 2014-09-05 | 1 | -0/+144 |