Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed usages of strcpy | James Booth | 2014-10-02 | 2 | -18/+8 |
| | |||||
* | Fixed help for jid-multi form fields | James Booth | 2014-09-30 | 1 | -2/+2 |
| | |||||
* | travis: added m4 dir for libstrophe | James Booth | 2014-09-30 | 1 | -0/+1 |
| | |||||
* | Revert "Fix travis build by adding m4 dir" | James Booth | 2014-09-30 | 1 | -1/+0 |
| | | | | This reverts commit 5d9a7ec36c7dded1ca21a1ff7472c299ceaf0d7e. | ||||
* | Fix travis build by adding m4 dir | James Booth | 2014-09-30 | 1 | -0/+1 |
| | |||||
* | Dont check for var attribute on form fields of type fixed | James Booth | 2014-09-30 | 3 | -53/+60 |
| | |||||
* | Merge pull request #430 from acoffman/master | James Booth | 2014-09-30 | 1 | -1/+1 |
|\ | | | | | free latest_release regardless of its validity | ||||
| * | free latest_release regardless of its validity | Adam Coffman | 2014-09-29 | 1 | -1/+1 |
|/ | |||||
* | Use log_warning for room config form errors | James Booth | 2014-09-25 | 1 | -5/+5 |
| | |||||
* | Fixed spelling mistake in form.h | James Booth | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Free caps, remove strdup | James Booth | 2014-09-24 | 2 | -1/+4 |
| | |||||
* | Unreference date time | James Booth | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Free unique id | James Booth | 2014-09-24 | 1 | -0/+2 |
| | |||||
* | Handle errors for /disco info requests | James Booth | 2014-09-24 | 5 | -3/+24 |
| | |||||
* | Removed TODO | James Booth | 2014-09-23 | 1 | -2/+0 |
| | |||||
* | Updated TODO | James Booth | 2014-09-23 | 1 | -1/+0 |
| | |||||
* | Capabilities: check for identity locale | James Booth | 2014-09-23 | 1 | -7/+55 |
| | |||||
* | Updated TODO | James Booth | 2014-09-23 | 1 | -0/+1 |
| | |||||
* | Reordered identity attributes in caps cache for readability | James Booth | 2014-09-23 | 1 | -3/+3 |
| | |||||
* | Updated caps TODO | James Booth | 2014-09-23 | 1 | -2/+0 |
| | |||||
* | Create sha-1 of own capabilities once | James Booth | 2014-09-23 | 3 | -2/+18 |
| | |||||
* | Updated todo | James Booth | 2014-09-22 | 1 | -1/+0 |
| | |||||
* | Cache capabilities to file | James Booth | 2014-09-22 | 4 | -26/+165 |
| | |||||
* | Show message when no capabilities available | James Booth | 2014-09-21 | 2 | -8/+9 |
| | |||||
* | Fixed /caps command for chat room participants | James Booth | 2014-09-21 | 2 | -6/+7 |
| | |||||
* | Sort form fields for sha-1 caps hash | James Booth | 2014-09-21 | 4 | -54/+111 |
| | |||||
* | Merge branch 'master' into caps | James Booth | 2014-09-21 | 1 | -2/+0 |
|\ | |||||
| * | Removed TODO | James Booth | 2014-09-21 | 1 | -2/+0 |
| | | |||||
* | | Log errors on caps responses | James Booth | 2014-09-21 | 2 | -6/+20 |
| | | |||||
* | | Destroy Jid after use | James Booth | 2014-09-21 | 1 | -0/+1 |
| | | |||||
* | | Handle capabilities for room participants | James Booth | 2014-09-21 | 1 | -31/+46 |
| | | |||||
* | | Fixed muc presence check, remove logging from presence handler | James Booth | 2014-09-21 | 2 | -22/+11 |
| | | |||||
* | | Removed _get_caps_key function | James Booth | 2014-09-21 | 4 | -71/+12 |
| | | |||||
* | | Fixed tests | James Booth | 2014-09-21 | 2 | -51/+51 |
| | | |||||
* | | Added jid->hash lookup for capabilities | James Booth | 2014-09-20 | 11 | -150/+169 |
| | | |||||
* | | Do not send caps request on self presence | James Booth | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | wip - refactoring capabilities | James Booth | 2014-09-19 | 7 | -219/+309 |
| | | |||||
* | | Tidied available presence handler | James Booth | 2014-09-18 | 1 | -34/+55 |
|/ | |||||
* | Fixed messages for new rooms | James Booth | 2014-09-18 | 1 | -1/+9 |
| | |||||
* | Added autocompletion for jid-multi form fields | James Booth | 2014-09-17 | 3 | -9/+29 |
| | |||||
* | Added autocompletion for form text-multi values | James Booth | 2014-09-17 | 3 | -10/+39 |
| | |||||
* | Added autocompletion for form list-multi values | James Booth | 2014-09-17 | 3 | -3/+13 |
| | |||||
* | Added autocompletion for form list-single values | James Booth | 2014-09-17 | 3 | -0/+56 |
| | |||||
* | Added autocompletion for form boolean values | James Booth | 2014-09-17 | 1 | -16/+51 |
| | |||||
* | Handle result of room configuration submit | James Booth | 2014-09-17 | 5 | -11/+96 |
| | |||||
* | Show errors in room when can't retrieve room config | James Booth | 2014-09-17 | 3 | -13/+27 |
| | |||||
* | Added prefix to travis libstrophe configure | James Booth | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Revert "Added -lstrophe to test dependencies" | James Booth | 2014-09-17 | 1 | -1/+1 |
| | | | | This reverts commit 4002790ed0226b0cf9556be1ba8e83dc523ebf73. | ||||
* | Added -lstrophe to test dependencies | James Booth | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Added field updated message, show form mofified indicator for /wins | James Booth | 2014-09-17 | 2 | -0/+13 |
| |