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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove blank line after trackbar
kaffeekanne
2020-12-11
1
-2
/
+0
*
Merge pull request #1456 from profanity-im/fix/1441-thememe
Michael Vetter
2020-12-11
1
-2
/
+1
|
\
|
*
Remove old TODO
Michael Vetter
2020-12-11
1
-1
/
+0
|
*
Fix color for win_print_outgoing()
Michael Vetter
2020-12-11
1
-1
/
+1
|
/
*
Adapt profanity --help output
Michael Vetter
2020-12-11
1
-1
/
+1
*
Merge pull request #1455 from profanity-im/fix/1442-logging
Michael Vetter
2020-12-11
6
-31
/
+24
|
\
|
*
Only rotate logs if user didn't specify a log file
Michael Vetter
2020-12-11
2
-2
/
+8
|
*
Remove log_reinit()
Michael Vetter
2020-12-11
3
-19
/
+0
|
*
Shared log file needs a restart
Michael Vetter
2020-12-11
2
-2
/
+2
|
*
Use whole path as logfile when defined via -f
Michael Vetter
2020-12-11
1
-8
/
+14
|
/
*
Merge pull request #1454 from wstrm/fix-missing-download-dir
Michael Vetter
2020-12-10
2
-13
/
+32
|
\
|
*
Fix deadlock on error before HTTP download has begun
William Wennerström
2020-12-10
1
-4
/
+6
|
*
Create download directory under XDG data path
William Wennerström
2020-12-10
1
-9
/
+26
|
/
*
Set default color for trackbar
Michael Vetter
2020-12-10
1
-0
/
+1
*
Remove empty line
Michael Vetter
2020-12-10
1
-1
/
+0
*
Remove not needed initialization in chatwin_new()
Michael Vetter
2020-12-10
1
-4
/
+0
*
Fix various typos
Michael Vetter
2020-12-10
11
-20
/
+20
*
Merge pull request #1450 from wstrm/issue-1449
Michael Vetter
2020-12-10
3
-30
/
+41
|
\
|
*
Fix build failure (unused variable)
William Wennerström
2020-12-09
1
-2
/
+2
|
*
Remove stray +2 for path string in get_expanded_path
William Wennerström
2020-12-09
1
-6
/
+6
|
*
Cast chat/muc window to correct type and refactor cmd_sendfile
William Wennerström
2020-12-09
2
-24
/
+35
*
|
Merge pull request #1451 from timgates42/bugfix_typo_certain
Michael Vetter
2020-12-10
1
-1
/
+1
|
\
\
|
*
|
docs: fix simple typo, certian -> certain
Tim Gates
2020-12-10
1
-1
/
+1
|
|
/
*
|
Merge pull request #1446 from profanity-im/fix/1439-chatlogs
Michael Vetter
2020-12-10
1
-14
/
+19
|
\
\
|
|
/
|
/
|
|
*
Log incoming carbons if they are no MUCPM
Michael Vetter
2020-12-09
1
-4
/
+9
|
*
Fix chatlogs for outgoing carbons
Michael Vetter
2020-12-08
1
-10
/
+10
*
|
Allocate memory for realpath in both cases
Michael Vetter
2020-12-09
1
-1
/
+1
*
|
Simplify notify()
Michael Vetter
2020-12-09
1
-2
/
+2
*
|
Expand trackbar to whole line
Michael Vetter
2020-12-09
1
-1
/
+1
*
|
Merge pull request #1447 from profanity-im/omemomediasharing-impr
Michael Vetter
2020-12-09
4
-11
/
+35
|
\
\
|
*
|
Purge omemo sendfile from config
Michael Vetter
2020-12-09
1
-0
/
+5
|
*
|
Use get_expanded_path() in cmd_senfile()
Michael Vetter
2020-12-09
2
-8
/
+3
|
*
|
Expand ~ in unique_filename_from_url()
Michael Vetter
2020-12-09
1
-3
/
+27
|
/
/
*
|
Merge pull request #1375 from wstrm/feature/omemo-sendfile
Michael Vetter
2020-12-09
34
-426
/
+1759
|
\
\
|
|
/
|
/
|
|
*
Remove scheme and filetype matching for url (save|open)
William Wennerström
2020-12-08
5
-66
/
+88
|
*
Fix segfault for urlopen[1]
William Wennerström
2020-12-07
1
-1
/
+1
|
*
Fix wrong order of arguments for _url_http_method
William Wennerström
2020-12-07
1
-2
/
+2
|
*
Remove cmd_tiny, empty files and link nonce with IV
William Wennerström
2020-12-07
5
-4
/
+3
|
*
Add tests for format_call_external_argv
William Wennerström
2020-12-07
5
-19
/
+91
|
*
Fix bad order of parameters for url save
William Wennerström
2020-12-07
3
-3
/
+16
|
*
Rework url to filename
William Wennerström
2020-12-06
5
-55
/
+105
|
*
Move unique_filename_from_url functions to common
William Wennerström
2020-12-04
13
-167
/
+172
|
*
Refactor for threaded external executable for built-in download methods
William Wennerström
2020-12-03
15
-234
/
+203
|
*
Fix stubs and move some tests to http_common
William Wennerström
2020-11-16
10
-48
/
+23
|
*
Add stubs
William Wennerström
2020-11-16
5
-10
/
+55
|
*
Switch to g_strerror
William Wennerström
2020-11-16
3
-53
/
+23
|
*
Move common http tool code to http_common
William Wennerström
2020-11-16
7
-53
/
+156
|
*
Explicitly clear fragment from HTTP URL
William Wennerström
2020-11-16
2
-1
/
+8
|
*
Add I/O error handling and use filenames instead of file descriptors
William Wennerström
2020-11-16
10
-68
/
+99
|
*
Refactor OMEMO download into AESGCMDownload tool
William Wennerström
2020-11-16
12
-23
/
+386
[next]