about summary refs log tree commit diff stats
path: root/src/command
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-162-199/+193
* 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-164-205/+176
* 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-093-40/+26
* Simplify _correction_autocomplete()Michael Vetter2020-11-051-4/+1
* Simplify _executable_autocomplete()Michael Vetter2020-11-051-4/+1
* Simplify _lastactivity_autocomplete()Michael Vetter2020-11-051-9/+4
* Simplify _who_autocomplete()Michael Vetter2020-11-051-3/+0
* Simplify _tray_autocomplete()Michael Vetter2020-11-051-5/+1
* Simplify _sub_autocomplete()Michael Vetter2020-11-051-5/+1
* Simplify cmd_ac_complete_filepath()Michael Vetter2020-11-051-8/+1
* Simplify cmd_ac_complete()Michael Vetter2020-11-051-9/+3
* Get rid of str_contains()Michael Vetter2020-11-021-2/+2
* Fix /correct quotation marks usageMichael Vetter2020-07-232-2/+1
* Fix lastactivity behaviourMichael Vetter2020-07-223-27/+68
* Expand /lastactivity helpMichael Vetter2020-07-221-1/+1
* Fix missed text in #1224Licaon_Kter2020-07-221-1/+1
* Use parse_args_with_freetext() for `/correct`Michael Vetter2020-07-201-1/+1
* Add comment to easily find where to put the next commandMichael Vetter2020-07-151-0/+2
* Format cmd_defsMichael Vetter2020-07-151-1942/+2037
* Remove `/tiny` commandMichael Vetter2020-07-103-71/+0
* Add forgotten file..Michael Vetter2020-07-101-2/+2
* Setting: only write in console upon muc mentionMichael Vetter2020-07-103-5/+11
* 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-102-10/+12
|/
* Apply coding styleMichael Vetter2020-07-076-4137/+3993
* Revert "Apply coding style"Michael Vetter2020-07-076-4036/+4180
* Apply coding styleMichael Vetter2020-07-076-4180/+4036
* 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