Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add quote autocompletion for previous messages | MarcoPolo-PasTonMolo | 2022-03-21 | 1 | -0/+7 |
| | | | | | | | | | | Fixes https://github.com/profanity-im/profanity/issues/1649 Type `>` then press tab or shift tab to autocomplete previous messages, then type your reply and send message. Newlines are replaced with newline followed by `> `. A newline is added at the end so that the user can immediately type a message without manually adding a new line. | ||||
* | Fix old chlog reference in help | Michael Vetter | 2021-01-17 | 1 | -2/+2 |
| | | | | Fixes https://github.com/profanity-im/profanity/issues/1470 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -70/+100 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -105/+75 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -75/+105 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -3/+3 |
| | | | | | It just does a free. Related to b580b9ef119045f142fa4baa9689a1c5ce8864ef | ||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -1/+1 |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | ||||
* | Initialize ProfWin.urls_ac to NULL to fix OpenBSD build | William Wennerström | 2020-06-03 | 1 | -0/+6 |
| | |||||
* | Fix build on sr.ht | Michael Vetter | 2020-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Hopefully fixing: ``` cc1: warnings being treated as errors tests/unittests/test_cmd_otr.c: In function 'cmd_otr_start_sends_otr_query_message_to_current_recipeint': tests/unittests/test_cmd_otr.c:422: warning: 'window.urls_ac' is used uninitialized in this function gmake[2]: *** [Makefile:1913: tests/unittests/test_cmd_otr.o] Error 1 gmake[2]: Leaving directory '/home/build/profanity' gmake[1]: *** [Makefile:2442: check-am] Error 2 gmake[1]: Leaving directory '/home/build/profanity' gmake: *** [Makefile:2445: check] Error 2 ``` | ||||
* | Add builds.sr.ht CI for OpenBSD | William Wennerström | 2020-02-17 | 1 | -0/+6 |
| | | | | | | | | * Add .builds/openbsd.yml for builds.sr.ht * Update travis-build.sh -> ci-build.sh with OpenBSD case * Fix libdl check in configure.ac (OpenBSD has libdl built-in) * Fix some minor issues found when compiling on OpenBSD with GCC (e.g. uninitialized variables) | ||||
* | test: Init window.layout to make compiler happy | Michael Vetter | 2020-02-14 | 1 | -0/+1 |
| | | | | | Fix tests/unittests/test_cmd_otr.c:415: warning: 'window.layout' is used uninitialized in this function on openbsd (thanks optmzr) | ||||
* | Fix prefs_get_str related leaks in unit tests | Michael Vetter | 2019-06-19 | 1 | -0/+3 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1019 | ||||
* | Fix OTR unit test after account_new API change | Paul Fariello | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | Remove ui_current_print_formatted_line | James Booth | 2016-10-16 | 1 | -6/+6 |
| | |||||
* | Remove ui_current_print_line | James Booth | 2016-10-16 | 1 | -2/+2 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -2/+2 |
| | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -20/+0 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -12/+12 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | Fixed tests | James Booth | 2016-04-27 | 1 | -54/+33 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -3/+3 |
| | |||||
* | Added account theme property | James Booth | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -4/+10 |
| | |||||
* | Fixed tests for new command format | James Booth | 2015-07-27 | 1 | -97/+31 |
| | |||||
* | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 1 | -62/+0 |
| | |||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -63/+37 |
|\ | |||||
| * | Removed wins_get_current_* functions | James Booth | 2015-06-17 | 1 | -63/+37 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -34/+41 |
|\| | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h | ||||
| * | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -34/+41 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 1 | -5/+36 |
|\| | |||||
| * | Tidied cmd_otr, added check-unit target to Makefile | James Booth | 2015-06-15 | 1 | -5/+36 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 1 | -11/+22 |
|\| | |||||
| * | Removed ui_get_current_chat() | James Booth | 2015-06-15 | 1 | -11/+22 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-12 | 1 | -1/+1 |
|/ | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+578 |