index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
command
/
cmd_funcs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OMEMO - trust mode (#1506)
Stefan
2021-04-17
1
-0
/
+31
*
editor: make editor configurable via /executable
Michael Vetter
2021-04-16
1
-0
/
+15
*
editor: Save temp files as .md
Michael Vetter
2021-04-16
1
-2
/
+2
*
Editor: improve error messages
Michael Vetter
2021-04-16
1
-6
/
+6
*
editor: Use g_strdup_printf() instead of g_string_new()
Michael Vetter
2021-04-16
1
-11
/
+4
*
Run clang-format on new editor code
Michael Vetter
2021-04-16
1
-17
/
+17
*
Editor: Fix redisplay
Stefan
2021-04-16
1
-1
/
+4
*
Editor: Use _exit() instead of exit()
Stefan
2021-04-16
1
-1
/
+1
*
Editor: Using preferences compose.editor
Stefan
2021-04-16
1
-9
/
+19
*
Editor command: filename / sensible-editor
Stefan
2021-04-16
1
-9
/
+50
*
Add new editor command
Stefan
2021-04-16
1
-0
/
+40
*
OMEMO: Fail if message keys couldn't be encrypted for any recipient device
Maximilian Wuttke
2021-04-08
1
-8
/
+7
*
OMEMO: Remove duplicate session initalisation
Maximilian Wuttke
2021-04-08
1
-16
/
+8
*
Get rid of asprintf and _GNU_SOURCE define
Michael Vetter
2021-03-30
1
-5
/
+3
*
Fix segfault in cmd_autoaway()
Michael Vetter
2021-03-29
1
-9
/
+12
*
Add support to register with a room
Michael Vetter
2021-03-25
1
-0
/
+5
*
MUC: Add voice request
Thorben Günther
2021-03-12
1
-0
/
+5
*
Dont build paths manually in cmd_funcs.c
Michael Vetter
2021-03-12
1
-36
/
+13
*
Add command to change password of logged in user
Thorben Günther
2021-03-11
1
-0
/
+27
*
Update ui_ask_password to support confirmation
Thorben Günther
2021-03-11
1
-2
/
+2
*
MUC: Show offline members in sidebar
Thorben Günther
2021-03-08
1
-0
/
+12
*
Add /mam command
Michael Vetter
2021-01-28
1
-0
/
+8
*
Dont reload theme when disconnecting on purpose
Michael Vetter
2021-01-22
1
-21
/
+0
*
Fix old chlog reference in help
Michael Vetter
2021-01-17
1
-7
/
+7
*
Add `/executable (urlsave|urlopen)` migrations
William Wennerström
2020-12-18
1
-2
/
+2
*
Shared log file needs a restart
Michael Vetter
2020-12-11
1
-1
/
+1
*
Create download directory under XDG data path
William Wennerström
2020-12-10
1
-9
/
+26
*
Fix build failure (unused variable)
William Wennerström
2020-12-09
1
-2
/
+2
*
Cast chat/muc window to correct type and refactor cmd_sendfile
William Wennerström
2020-12-09
1
-24
/
+33
*
Use get_expanded_path() in cmd_senfile()
Michael Vetter
2020-12-09
1
-8
/
+2
*
Remove scheme and filetype matching for url (save|open)
William Wennerström
2020-12-08
1
-45
/
+53
*
Fix wrong order of arguments for _url_http_method
William Wennerström
2020-12-07
1
-2
/
+2
*
Add tests for format_call_external_argv
William Wennerström
2020-12-07
1
-15
/
+28
*
Fix bad order of parameters for url save
William Wennerström
2020-12-07
1
-1
/
+8
*
Rework url to filename
William Wennerström
2020-12-06
1
-1
/
+0
*
Move unique_filename_from_url functions to common
William Wennerström
2020-12-04
1
-63
/
+2
*
Refactor for threaded external executable for built-in download methods
William Wennerström
2020-12-03
1
-171
/
+118
*
Add stubs
William Wennerström
2020-11-16
1
-8
/
+14
*
Switch to g_strerror
William Wennerström
2020-11-16
1
-30
/
+4
*
Add I/O error handling and use filenames instead of file descriptors
William Wennerström
2020-11-16
1
-8
/
+2
*
Refactor OMEMO download into AESGCMDownload tool
William Wennerström
2020-11-16
1
-6
/
+55
*
Use fallback method when /executable urlsave is unset
William Wennerström
2020-11-16
1
-6
/
+24
*
Run make format on rebase
William Wennerström
2020-11-16
1
-71
/
+65
*
Remove unsafe Conent-Disposition inferring
William Wennerström
2020-11-16
1
-38
/
+61
*
Infer filename from content-disposition or URL
William Wennerström
2020-11-16
1
-112
/
+131
*
Add http_download tool
William Wennerström
2020-11-16
1
-3
/
+4
*
Wording
William Wennerström
2020-11-16
1
-2
/
+2
*
Remove temporary ciphertext file when finished
William Wennerström
2020-11-16
1
-2
/
+8
*
Remove /omemo sendfile
William Wennerström
2020-11-16
1
-15
/
+2
*
Move file encryption function to public header
William Wennerström
2020-11-16
1
-4
/
+3
[next]