about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* OX: Announce public key on PEPDebXWoody2020-07-061-2/+3
* Add missing -o flag for omut exampleWilliam Wennerström2020-07-021-1/+1
* cmd_funcs.c: Remove not needed variableMichael Vetter2020-07-021-2/+1
* Remove prefs_free_string()Michael Vetter2020-07-021-16/+16
* Merge pull request #1374 from profanity-im/revampUrlopenMichael Vetter2020-07-024-40/+270
|\
| * executable: Use DEF instead of * as defaultMichael Vetter2020-07-021-4/+5
| * cmd_url_*(): use gchar instead of charMichael Vetter2020-07-021-3/+3
| * cmd_url_open(): fix memleakMichael Vetter2020-07-021-0/+1
| * use '*' to set a default executablePierre Mazière2020-07-021-4/+4
| * fix examples for /executablePierre Mazière2020-07-021-2/+2
| * cmd_url_*(): remove NULLing when not neededMichael Vetter2020-07-011-8/+4
| * cmd_executable(): Check arg lengthsMichael Vetter2020-07-011-0/+10
| * Display a message acknowledging file saving successPierre Mazière2020-06-251-0/+2
| * Add /url autocompletionPierre Mazière2020-06-251-4/+22
| * Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-253-30/+232
| * Refactor cmd_urlopenPierre Mazière2020-06-251-16/+16
* | Fix omemo otr caseMichael Vetter2020-06-291-1/+2
* | Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-294-0/+305
* | cmd_funcs: fix omemo caseMichael Vetter2020-06-291-1/+2
* | Dont allow starting a PGP session while in an OMEMO sessionMichael Vetter2020-06-291-0/+5
* | Clean-up: defines cmd_funcs.cDebXWoody2020-06-201-42/+6
|/
* Add option for legacy authenticationDmitry Podgorny2020-06-053-6/+126
* Fix memleak againMichael Vetter2020-06-031-1/+5
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-031-4/+5
* Fix memleak in cmd_urlopen()Michael Vetter2020-05-291-1/+3
* Save bookmark ignore listMichael Vetter2020-05-251-1/+1
* Add and use connection_get_barejid()Michael Vetter2020-05-251-3/+3
* Add `/bookmark ignore` autocompletionMichael Vetter2020-05-241-0/+21
* Add bookmark ignore add|removeMichael Vetter2020-05-242-3/+20
* List ignored bookmarksMichael Vetter2020-05-243-2/+31
* Add option to add bookmark nameMichael Vetter2020-05-223-6/+9
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-213-2/+17
* Add the word 'hilight' to trigger docMichael Vetter2020-05-201-1/+1
* Add /executable commandMichael Vetter2020-05-204-6/+60
* Make urlopen command configurableMichael Vetter2020-05-201-1/+1
* Create call_external() helper functionMichael Vetter2020-05-201-9/+1
* Build URL ac upon printing of message in windowMichael Vetter2020-05-202-15/+23
* Look for URLs via regexMichael Vetter2020-05-201-10/+5
* Actually open the URLMichael Vetter2020-05-203-1/+39
* Start urlopen featureMichael Vetter2020-05-201-0/+23
* Remove autocompletion for unanimous/regular colorMichael Vetter2020-05-161-12/+0
* xep-0092: make it possible to ask servers or components for softwareMichael Vetter2020-05-143-0/+37
* Have proper autocompletion for /software in chat windowMichael Vetter2020-05-142-17/+60
* Remove unanimous MAM displayMichael Vetter2020-04-252-14/+4
* Mention the related commands for /correct and /correctionWilliam Wennerström2020-04-241-3/+5
* Fix parsing of alias commandMichael Vetter2020-04-201-1/+1
* Dont have account otr setting if built without otrMichael Vetter2020-04-031-0/+2
* Dont have otr autocompletion if build without otr supportMichael Vetter2020-04-031-0/+16
* Dont have pgp autocompletion if build without pgp supportMichael Vetter2020-04-031-2/+16
* Dont even create OMEMO ac vars if we build without supportMichael Vetter2020-04-031-0/+10