about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-161-8/+2
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-161-6/+55
* Use fallback method when /executable urlsave is unsetWilliam Wennerström2020-11-161-6/+24
* Run make format on rebaseWilliam Wennerström2020-11-161-71/+65
* Remove unsafe Conent-Disposition inferringWilliam Wennerström2020-11-161-38/+61
* Infer filename from content-disposition or URLWilliam Wennerström2020-11-161-112/+131
* Add http_download toolWilliam Wennerström2020-11-161-3/+4
* WordingWilliam Wennerström2020-11-161-2/+2
* Remove temporary ciphertext file when finishedWilliam Wennerström2020-11-161-2/+8
* Remove /omemo sendfileWilliam Wennerström2020-11-161-15/+2
* Move file encryption function to public headerWilliam Wennerström2020-11-161-4/+3
* Add guards for OMEMOWilliam Wennerström2020-11-161-4/+18
* Remove unused #define's and move URL scheme define to omemo/crypto.hWilliam Wennerström2020-11-161-7/+1
* Move setup for AESGCM to omemo/cryptoWilliam Wennerström2020-11-161-54/+17
* Reformat HTTP get URL to AESGCM schemeWilliam Wennerström2020-11-161-1/+31
* Refactor to use file streamWilliam Wennerström2020-11-161-46/+38
* Initial /sendfile OMEMO encryptionWilliam Wennerström2020-11-161-33/+100
* Declare counter var inside loopMichael Vetter2020-11-091-10/+5
* Fix lastactivity behaviourMichael Vetter2020-07-221-18/+28
* Remove `/tiny` commandMichael Vetter2020-07-101-53/+0
* Add forgotten file..Michael Vetter2020-07-101-2/+2
* Setting: only write in console upon muc mentionMichael Vetter2020-07-101-4/+8
* Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-07-101-14/+15
|\
| * Dont hilight console once all messages have been readMichael Vetter2020-07-091-14/+15
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-101-0/+12
|/
* Apply coding styleMichael Vetter2020-07-071-1153/+1107
* Revert "Apply coding style"Michael Vetter2020-07-071-1130/+1176
* Apply coding styleMichael Vetter2020-07-071-1176/+1130
* OX: Announce public key on PEPDebXWoody2020-07-061-2/+3
* 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-021-15/+216
|\
| * cmd_url_*(): use gchar instead of charMichael Vetter2020-07-021-3/+3
| * cmd_url_open(): fix memleakMichael Vetter2020-07-021-0/+1
| * 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
| * Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-251-9/+201
| * 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-291-0/+163
* | 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-051-3/+30
* 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