Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing -o flag for omut example | William Wennerström | 2020-07-02 | 1 | -1/+1 | |
| | ||||||
* | cmd_funcs.c: Remove not needed variable | Michael Vetter | 2020-07-02 | 1 | -2/+1 | |
| | ||||||
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -16/+16 | |
| | | | | | It just does a free. Related to b580b9ef119045f142fa4baa9689a1c5ce8864ef | |||||
* | Merge pull request #1374 from profanity-im/revampUrlopen | Michael Vetter | 2020-07-02 | 4 | -40/+270 | |
|\ | | | | | Rework /url and /executable for filetypes | |||||
| * | executable: Use DEF instead of * as default | Michael Vetter | 2020-07-02 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | So far: ``` /executable urlsave html "test %u" results in url.save.cmd[html]=test %u /executable urlsave * "test %u" results in nothing. ``` Probably due to limitation in .ini file format. | |||||
| * | cmd_url_*(): use gchar instead of char | Michael Vetter | 2020-07-02 | 1 | -3/+3 | |
| | | ||||||
| * | cmd_url_open(): fix memleak | Michael Vetter | 2020-07-02 | 1 | -0/+1 | |
| | | ||||||
| * | use '*' to set a default executable | Pierre Mazière | 2020-07-02 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
| * | fix examples for /executable | Pierre Mazière | 2020-07-02 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
| * | cmd_url_*(): remove NULLing when not needed | Michael Vetter | 2020-07-01 | 1 | -8/+4 | |
| | | ||||||
| * | cmd_executable(): Check arg lengths | Michael Vetter | 2020-07-01 | 1 | -0/+10 | |
| | | ||||||
| * | Display a message acknowledging file saving success | Pierre Mazière | 2020-06-25 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
| * | Add /url autocompletion | Pierre Mazière | 2020-06-25 | 1 | -4/+22 | |
| | | | | | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
| * | Replace /urlopen with /url and adapt /executable | Pierre Mazière | 2020-06-25 | 3 | -30/+232 | |
| | | | | | | | | | | | | | | | | /urlopen is replaced by /url with the following sub commands: /url open <url> /url save <url> [<path>] Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
| * | Refactor cmd_urlopen | Pierre Mazière | 2020-06-25 | 1 | -16/+16 | |
| | | | | | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
* | | Fix omemo otr case | Michael Vetter | 2020-06-29 | 1 | -1/+2 | |
| | | | | | | | | Fix 3afd854dc862696c4842b2ed93efcad44d617910 | |||||
* | | Feature request - XEP-0373: OpenPGP for XMPP (OX) | DebXWoody | 2020-06-29 | 4 | -0/+305 | |
| | | | | | | | | | | | | | | | | | | Basic implementation of XEP-0373: OpenPGP for XMPP. https://xmpp.org/extensions/xep-0373.html Command /ox Issue: #1331 | |||||
* | | cmd_funcs: fix omemo case | Michael Vetter | 2020-06-29 | 1 | -1/+2 | |
| | | | | | | | | Small mistake introduced in b7f959bab4e8ed13e8b5d638180420e497844a26. | |||||
* | | Dont allow starting a PGP session while in an OMEMO session | Michael Vetter | 2020-06-29 | 1 | -0/+5 | |
| | | ||||||
* | | Clean-up: defines cmd_funcs.c | DebXWoody | 2020-06-20 | 1 | -42/+6 | |
|/ | ||||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 3 | -6/+126 | |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | |||||
* | Fix memleak again | Michael Vetter | 2020-06-03 | 1 | -1/+5 | |
| | | | | | | | | | | Memleak was reinroduced in d92c576aa53505d712715b1acc6344af3262c84f It was already fixed in ac5ce105ac08f022d88d7e73dc38f2706d4c44cf But the rebase peetahs rebase ontop of master took the wrong changes. I decided to pull anyways and fix since reviewing/giving feedback without GH probably takes longer. | |||||
* | Get output and error streams from the command spawned by external_call() | Pierre Mazière | 2020-06-03 | 1 | -4/+5 | |
| | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | |||||
* | Fix memleak in cmd_urlopen() | Michael Vetter | 2020-05-29 | 1 | -1/+3 | |
| | ||||||
* | Save bookmark ignore list | Michael Vetter | 2020-05-25 | 1 | -1/+1 | |
| | ||||||
* | Add and use connection_get_barejid() | Michael Vetter | 2020-05-25 | 1 | -3/+3 | |
| | | | | Instead of connection_get_fulljid() and then creating a Jid from it. | |||||
* | Add `/bookmark ignore` autocompletion | Michael Vetter | 2020-05-24 | 1 | -0/+21 | |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1115 | |||||
* | Add bookmark ignore add|remove | Michael Vetter | 2020-05-24 | 2 | -3/+20 | |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1115 | |||||
* | List ignored bookmarks | Michael Vetter | 2020-05-24 | 3 | -2/+31 | |
| | | | | | | `/bookmarl ignore` lists the ignored bookmarks. Regards https://github.com/profanity-im/profanity/issues/1115 | |||||
* | Add option to add bookmark name | Michael Vetter | 2020-05-22 | 3 | -6/+9 | |
| | | | | | | | | `/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 | 3 | -2/+17 | |
| | | | | | | | `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 the word 'hilight' to trigger doc | Michael Vetter | 2020-05-20 | 1 | -1/+1 | |
| | | | | So users are able to search the reference website easier. | |||||
* | Add /executable command | Michael Vetter | 2020-05-20 | 4 | -6/+60 | |
| | | | | | This is used to set the openers for various commands. So far for /avatar and /urlopen. | |||||
* | Make urlopen command configurable | Michael Vetter | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Create call_external() helper function | Michael Vetter | 2020-05-20 | 1 | -9/+1 | |
| | ||||||
* | Build URL ac upon printing of message in window | Michael Vetter | 2020-05-20 | 2 | -15/+23 | |
| | ||||||
* | Look for URLs via regex | Michael Vetter | 2020-05-20 | 1 | -10/+5 | |
| | ||||||
* | Actually open the URL | Michael Vetter | 2020-05-20 | 3 | -1/+39 | |
| | ||||||
* | 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 | |||||
* | xep-0092: make it possible to ask servers or components for software | Michael Vetter | 2020-05-14 | 3 | -0/+37 | |
| | | | | | | | | | | | This adds the new `/serversoftware` command. ``` /software user@domain.org/resource /serversoftware domain.org ``` Fix https://github.com/profanity-im/profanity/issues/1338 | |||||
* | Have proper autocompletion for /software in chat window | Michael Vetter | 2020-05-14 | 2 | -17/+60 | |
| | | | | | | | | | | | 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 | |||||
* | Remove unanimous MAM display | Michael Vetter | 2020-04-25 | 2 | -14/+4 | |
| | | | | | | For some time users could choose to have the old way "unanimous" where all the MUC history is just grey (or whatever was set). Now it is always just displayed like regular new incoming MUC text. | |||||
* | Mention the related commands for /correct and /correction | William Wennerström | 2020-04-24 | 1 | -3/+5 | |
| | ||||||
* | Fix parsing of alias command | Michael Vetter | 2020-04-20 | 1 | -1/+1 | |
| | | | | | This actually only set the local ran pointer to NULL. But we want an effect on the outside variable. | |||||
* | 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 | |
| |