Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | xep-0308: Make /correct work without quotation marks | Michael Vetter | 2020-02-14 | 1 | -2/+2 | |
| | | | | | | Now we can specify an unlimited amount of arguments for commands. Maybe this is also helpful for other commands that use quotation marks so far. | |||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 2 | -7/+7 | |
| | | | | Fix #1068 | |||||
* | Update my Copyright to 2020 | Michael Vetter | 2020-01-03 | 2 | -2/+2 | |
| | ||||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 10 | -0/+10 | |
| | ||||||
* | Dont use clipboard_init yet | Michael Vetter | 2019-10-29 | 2 | -1/+4 | |
| | | | | | | For now we initialize gtk in tray_init(). Should maybe use a general function and check in tray_init and clipboard_init whether gtk was already initialized. | |||||
* | Add clipboard feature | Michael Vetter | 2019-10-29 | 2 | -0/+108 | |
| | | | | | Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window. | |||||
* | Free strings in autocomplete_param_no_with_func | Michael Vetter | 2019-10-06 | 1 | -0/+7 | |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1019 | |||||
* | Free list in error case in parse_options | Michael Vetter | 2019-10-06 | 1 | -0/+3 | |
| | | | | | | Fix memleaks. Regards https://github.com/profanity-im/profanity/issues/1019 | |||||
* | Fix memleak in get_start() | Michael Vetter | 2019-10-06 | 1 | -0/+1 | |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1019 | |||||
* | Always check for directory changes with sendfile auto completion | William Wennerström | 2019-07-20 | 2 | -2/+34 | |
| | | | | | | | | | | 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 | 8 | -8/+8 | |
| | ||||||
* | Remove p_sha1 source files | Michael Vetter | 2018-09-05 | 2 | -434/+0 | |
| | | | | And delete from Makefile.am | |||||
* | Update copyright | James Booth | 2018-01-21 | 8 | -8/+8 | |
| | ||||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 2 | -40/+105 | |
| | ||||||
* | Add missing header | James Booth | 2017-03-25 | 1 | -0/+1 | |
| | ||||||
* | Autocomplete accent and case insensitive | James Booth | 2017-03-25 | 1 | -1/+14 | |
| | ||||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 2 | -8/+1 | |
| | ||||||
* | Update Copyright | James Booth | 2017-01-28 | 8 | -8/+8 | |
| | ||||||
* | Remove unused function | James Booth | 2016-11-24 | 1 | -1/+0 | |
| | ||||||
* | Add win_print_http_upload | James Booth | 2016-10-11 | 1 | -1/+1 | |
| | ||||||
* | Add config.h to http_upload.c | James Booth | 2016-10-02 | 1 | -0/+2 | |
| | ||||||
* | Fix indentation in http_upload.c | Dominik Heidler | 2016-07-25 | 1 | -1/+1 | |
| | ||||||
* | Tidy headers | James Booth | 2016-07-24 | 2 | -3/+4 | |
| | ||||||
* | Make header defines consistent | James Booth | 2016-07-24 | 3 | -6/+6 | |
| | ||||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 8 | -8/+8 | |
| | ||||||
* | Store plugin completers by plugin name | James Booth | 2016-07-05 | 2 | -0/+20 | |
| | ||||||
* | Allow autocomplete for basic compelters when no input | James Booth | 2016-05-24 | 1 | -3/+3 | |
| | ||||||
* | Merge remote-tracking branch 'asdil12/xep_0363_http_file_upload' | James Booth | 2016-04-26 | 2 | -0/+404 | |
|\ | ||||||
| * | Fix OSX compile | James Booth | 2016-04-26 | 1 | -3/+1 | |
| | | ||||||
| * | Fixed cygwin compile (again) | James Booth | 2016-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed cygwin compile | James Booth | 2016-04-26 | 1 | -0/+5 | |
| | | ||||||
| * | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 2 | -0/+400 | |
|/ | ||||||
* | Updated copyright | James Booth | 2016-02-14 | 6 | -6/+6 | |
| | ||||||
* | Added sys/select.h header includes | James Booth | 2016-01-19 | 1 | -0/+1 | |
| | ||||||
* | Applied coding style to src/tools/ | James Booth | 2015-10-25 | 6 | -33/+33 | |
| | ||||||
* | Use null check convention in tinyurl.c | James Booth | 2015-05-04 | 1 | -1/+1 | |
| | ||||||
* | Use null check convention in parser.c | James Booth | 2015-05-04 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -5/+5 | |
|\ | ||||||
| * | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -5/+5 | |
| | | ||||||
* | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 6 | -6/+6 | |
|\| | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | |||||
| * | Updated copyright | James Booth | 2015-02-10 | 8 | -8/+8 | |
| | | ||||||
* | | Removed history and various key handlers | James Booth | 2015-01-30 | 2 | -328/+0 | |
|/ | ||||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 4 | -41/+31 | |
| | ||||||
* | Added compile time checks for big endian from @pasis | James Booth | 2014-10-26 | 1 | -2/+14 | |
| | ||||||
* | Added patch from @pasis for big endian architectures | James Booth | 2014-10-21 | 1 | -7/+11 | |
| | ||||||
* | Check for NULL inside autocomplete_free | James Booth | 2014-09-26 | 1 | -2/+4 | |
| | ||||||
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 2 | -18/+26 | |
| | ||||||
* | Added autocompletion for jid-multi form fields | James Booth | 2014-09-17 | 1 | -8/+10 | |
| | ||||||
* | Added autocompletion for form text-multi values | James Booth | 2014-09-17 | 1 | -10/+12 | |
| | ||||||
* | Added form tests | James Booth | 2014-09-14 | 1 | -4/+6 | |
| |