Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -16/+16 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -16/+16 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -16/+16 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | urlopen: get last URL first | Michael Vetter | 2020-05-29 | 1 | -1/+2 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1348 | ||||
* | Only save max 20 urls | Michael Vetter | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -3/+3 |
| | | | | Fix #1068 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Always check for directory changes with sendfile auto completion | William Wennerström | 2019-07-20 | 1 | -0/+1 |
| | | | | | | | | | | Instead of only checking for files when 'last_directory' has changed, do it every time. Add autocomplete_update function that updates the items while retaining last_found and search_str. Fixes #1099 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -6/+6 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Store plugin completers by plugin name | James Booth | 2016-07-05 | 1 | -0/+2 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/tools/ | James Booth | 2015-10-25 | 1 | -7/+7 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -5/+5 |
| | |||||
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Added quote param to autocomplete_param_with_ac | James Booth | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Don't allow /alias to overwrite standard command | James Booth | 2014-01-25 | 1 | -0/+2 |
| | |||||
* | Added comments to autocomplete.h | James Booth | 2013-12-10 | 1 | -1/+7 |
| | |||||
* | Tidy autocomplete.h | James Booth | 2013-12-09 | 1 | -1/+7 |
| | |||||
* | Removed unused boolean result from autocomplete add and remove | James Booth | 2013-12-09 | 1 | -2/+2 |
| | |||||
* | Removed unused prototypes from autocomplete.h | James Booth | 2013-12-09 | 1 | -6/+0 |
| | |||||
* | refactored autocomplete_add | Dmitry Podgorny | 2013-08-26 | 1 | -1/+1 |
| | | | | Now this function responsible for memory allocation | ||||
* | Autocomplete /group add and /group remove contact paramater | James Booth | 2013-06-23 | 1 | -0/+2 |
| | | | | closes #193 | ||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 1 | -0/+5 |
| | |||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 1 | -0/+1 |
| | | | | Commands /invite, /invites, /decline and /join | ||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 1 | -0/+45 |