Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have separate settings for intype | Michael Vetter | 2021-05-08 | 1 | -1/+28 |
| | | | | | | | | | | Old: `/intype on|of` Typing information is printed in console and titlebar. New: `/intype titlebar|console on|off` Typing information can be configured in more detail. Regards https://github.com/profanity-im/profanity/issues/1516 | ||||
* | Reduce scope of dir variable | Michael Vetter | 2021-05-06 | 1 | -1/+2 |
| | |||||
* | command: Simplify return in autocompletion | Michael Vetter | 2021-05-06 | 1 | -65/+12 |
| | |||||
* | OMEMO - trust mode (#1506) | Stefan | 2021-04-17 | 1 | -0/+15 |
| | | | | | | | Add OMEMO trust mode capabilities. * ToFu / first usage * blind trust * manual | ||||
* | editor: make editor configurable via /executable | Michael Vetter | 2021-04-16 | 1 | -0/+1 |
| | | | | | | `/executable set editor /full/path/to/edit`. Regards https://github.com/profanity-im/profanity/issues/1521 | ||||
* | Get rid of asprintf and _GNU_SOURCE define | Michael Vetter | 2021-03-30 | 1 | -8/+12 |
| | | | | | | | _GNU_SOURCE was even in some files where it was not needed at all (http*). Let's replace asprintf() with g_strdup_printf(). | ||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Add support to register with a room | Michael Vetter | 2021-03-25 | 1 | -0/+1 |
| | | | | | | | | | | `/affiliation register` can now be used to register a nickname with a MUC. Tested with a server without forms. Couldn't find a server which supports forms yet. Implements https://github.com/profanity-im/profanity/issues/1210 | ||||
* | MUC: Add voice request | Thorben Günther | 2021-03-12 | 1 | -0/+1 |
| | | | | closes https://github.com/profanity-im/profanity/issues/1211 | ||||
* | Completion: Split up role and affiliation completion | Thorben Günther | 2021-03-12 | 1 | -8/+15 |
| | | | | Needed for affiliation request | ||||
* | MUC: Show offline members in sidebar | Thorben Günther | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | Add /mam command | Michael Vetter | 2021-01-28 | 1 | -3/+3 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/660 | ||||
* | Remove /omemo sendfile | William Wennerström | 2020-11-16 | 1 | -13/+0 |
| | |||||
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -15/+11 |
| | | | | We require c99/gnu99 anyways. | ||||
* | Simplify _correction_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -4/+1 |
| | |||||
* | Simplify _executable_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -4/+1 |
| | |||||
* | Simplify _lastactivity_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -9/+4 |
| | |||||
* | Simplify _who_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -3/+0 |
| | |||||
* | Simplify _tray_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -5/+1 |
| | |||||
* | Simplify _sub_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -5/+1 |
| | |||||
* | Simplify cmd_ac_complete_filepath() | Michael Vetter | 2020-11-05 | 1 | -8/+1 |
| | |||||
* | Simplify cmd_ac_complete() | Michael Vetter | 2020-11-05 | 1 | -9/+3 |
| | |||||
* | Get rid of str_contains() | Michael Vetter | 2020-11-02 | 1 | -2/+2 |
| | | | | We can use strchr() here. | ||||
* | Fix /correct quotation marks usage | Michael Vetter | 2020-07-23 | 1 | -1/+0 |
| | | | | | | | Add new `parse_args_as_one()` function to just use everything after the command as the argument. Fix https://github.com/profanity-im/profanity/issues/1404 | ||||
* | Fix lastactivity behaviour | Michael Vetter | 2020-07-22 | 1 | -1/+32 |
| | | | | | | | | | | | | | Autocomplete only completed on|off. Now: `/lastactivity get` -> get server uptime `/lastactivity get <jid>` -> get user lastactivity `/lastactivity set on` -> enable for self `/lastactivity set off` -> disable for self Fix https://github.com/profanity-im/profanity/issues/1411 | ||||
* | Setting: only write in console upon muc mention | Michael Vetter | 2020-07-10 | 1 | -0/+1 |
| | | | | | | `/console muc mention` additionally to `first|none|all`. Fix https://github.com/profanity-im/profanity/issues/1371 | ||||
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -10/+0 |
| | | | | | | | | | | | Discovering Public Keys via PEP * 4.3 Discovering Public Keys of a User * 4.4 Requesting Public Keys * Import Public Keys into GnuPG's local keyring. Issue: #1331 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -467/+463 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -471/+475 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -475/+471 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Merge pull request #1374 from profanity-im/revampUrlopen | Michael Vetter | 2020-07-02 | 1 | -4/+22 |
|\ | | | | | Rework /url and /executable for filetypes | ||||
| * | Add /url autocompletion | Pierre Mazière | 2020-06-25 | 1 | -4/+22 |
| | | | | | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | ||||
* | | Feature request - XEP-0373: OpenPGP for XMPP (OX) | DebXWoody | 2020-06-29 | 1 | -0/+97 |
|/ | | | | | | | | | Basic implementation of XEP-0373: OpenPGP for XMPP. https://xmpp.org/extensions/xep-0373.html Command /ox Issue: #1331 | ||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -1/+89 |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | ||||
* | Add `/bookmark ignore` autocompletion | Michael Vetter | 2020-05-24 | 1 | -0/+21 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1115 | ||||
* | Add option to add bookmark name | Michael Vetter | 2020-05-22 | 1 | -0/+1 |
| | | | | | | | | `/bookmark add|update` got `name` field. By default localpart of JID is used (like before) but now we can set the name ourselves. Regards https://github.com/profanity-im/profanity/issues/697 | ||||
* | Make option to allow hiding windows with no messages in statusbar | Michael Vetter | 2020-05-21 | 1 | -0/+1 |
| | | | | | | | `statusbar.show.read` can be set to false in the config. `/statusbar show|hide read`. Implement https://github.com/profanity-im/profanity/issues/1285 | ||||
* | Add /executable command | Michael Vetter | 2020-05-20 | 1 | -1/+21 |
| | | | | | This is used to set the openers for various commands. So far for /avatar and /urlopen. | ||||
* | Build URL ac upon printing of message in window | Michael Vetter | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | Look for URLs via regex | Michael Vetter | 2020-05-20 | 1 | -10/+5 |
| | |||||
* | Start urlopen feature | Michael Vetter | 2020-05-20 | 1 | -0/+23 |
| | | | | Start https://github.com/profanity-im/profanity/issues/1340 | ||||
* | Remove autocompletion for unanimous/regular color | Michael Vetter | 2020-05-16 | 1 | -12/+0 |
| | | | | See 85520ecdc5d2e6ac6654817572b8fd99e43e25d9 | ||||
* | Have proper autocompletion for /software in chat window | Michael Vetter | 2020-05-14 | 1 | -2/+39 |
| | | | | | | | | | | | In console autocomplete from roster. In muc autocomplete from occupants lits. In 1:1 regular chat autocomplete from active resources of currently selected user (new). Also give a hint (/help resource) how to set the resource should a user choose that way. Fix https://github.com/profanity-im/profanity/issues/1337 | ||||
* | Dont have account otr setting if built without otr | Michael Vetter | 2020-04-03 | 1 | -0/+2 |
| | |||||
* | Dont have otr autocompletion if build without otr support | Michael Vetter | 2020-04-03 | 1 | -0/+16 |
| | |||||
* | Dont have pgp autocompletion if build without pgp support | Michael Vetter | 2020-04-03 | 1 | -2/+16 |
| | |||||
* | Dont even create OMEMO ac vars if we build without support | Michael Vetter | 2020-04-03 | 1 | -0/+10 |
| | |||||
* | Only have OMEMO autocompletion if we build with OEMO support | Michael Vetter | 2020-04-02 | 1 | -2/+6 |
| | |||||
* | Fix omemo autocompletion mitake | Michael Vetter | 2020-04-02 | 1 | -2/+0 |
| | | | | | Don't return too early. We still need to check for regular omemo autocompletion (omemo_ac). | ||||
* | Remove 'use' from titlebar autocompletion | Michael Vetter | 2020-03-29 | 1 | -1/+0 |
| | | | | This was forgotten in f13168005512fe4219741d9daf83681dd9ed3d63. |