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
*
Allow utf8 symbols as omemo/pgp/otr indicator char
Michael Vetter
2020-02-20
21
-622
/
+643
*
Fix theme setting correction char
Michael Vetter
2020-02-20
1
-1
/
+1
*
Merge branch 'master' of github.com:profanity-im/profanity
Michael Vetter
2020-02-20
1
-1
/
+1
|
\
|
*
Merge pull request #1273 from wstrm/add-sr.ht-badge
Michael Vetter
2020-02-18
1
-1
/
+1
|
|
\
|
|
*
Add builds.sr.ht badge for Profanity builds
William Wennerström
2020-02-18
1
-1
/
+1
|
|
/
*
|
Parse mentions and triggers in muc history if display is 'regular'
Michael Vetter
2020-02-20
6
-25
/
+33
*
|
Put getting mentions in own function
Michael Vetter
2020-02-20
3
-10
/
+17
*
|
Add option to color MUC history like regular messages
Michael Vetter
2020-02-20
7
-17
/
+72
*
|
Refactor mucwin_history()
Michael Vetter
2020-02-19
3
-8
/
+9
*
|
Add define names to comment
Michael Vetter
2020-02-19
2
-7
/
+6
|
/
*
Merge pull request #1269 from wstrm/add-sr.ht-ci
Michael Vetter
2020-02-17
6
-23
/
+105
|
\
|
*
Add builds.sr.ht CI for OpenBSD
William Wennerström
2020-02-17
6
-23
/
+105
*
|
omemo: switch to 12 byte IV
Michael Vetter
2020-02-17
1
-1
/
+1
*
|
Refactor win_print_history()
Michael Vetter
2020-02-17
4
-14
/
+6
*
|
Refactor win_print_outgoing_muc_msg()
Michael Vetter
2020-02-17
3
-15
/
+7
*
|
Refactor win_println_incoming_muc_msg()
Michael Vetter
2020-02-17
3
-15
/
+7
*
|
Refactor win_print_outgoing()
Michael Vetter
2020-02-17
4
-19
/
+10
*
|
Fix typo
Michael Vetter
2020-02-17
1
-1
/
+1
*
|
Merge branch 'feature/sendfile-enc-warn'
Michael Vetter
2020-02-17
7
-7
/
+157
|
\
\
|
|
/
|
/
|
|
*
Mention how to enable unencrypted file transer
Michael Vetter
2020-02-17
1
-2
/
+2
|
*
Make /sendfile in PGP session configurable
Michael Vetter
2020-02-17
6
-3
/
+33
|
*
Make /sendfile in OTR session configurable
Michael Vetter
2020-02-17
7
-6
/
+47
|
*
Make /sendfile in OMEMO session configurable
Michael Vetter
2020-02-17
7
-10
/
+54
|
*
Disallow sendfile in e2ee chat sessions
moppman
2020-02-17
1
-0
/
+35
|
/
*
test: Init window.layout to make compiler happy
Michael Vetter
2020-02-14
1
-0
/
+1
*
Add workaround for compiler warning
Michael Vetter
2020-02-14
1
-1
/
+1
*
xep-0308: Add note about tab completion
Michael Vetter
2020-02-14
1
-1
/
+2
*
xep-0308: add note about where corrections are possible
Michael Vetter
2020-02-14
1
-1
/
+2
*
xep-0308: only allow /correct when corrections are enabled
Michael Vetter
2020-02-14
1
-0
/
+5
*
Merge pull request #1267 from profanity-im/feature/xep-0308-lmc
Michael Vetter
2020-02-14
34
-154
/
+594
|
\
|
*
xep-0308: add caution note
Michael Vetter
2020-02-14
1
-1
/
+1
|
*
Rename buffer->from to buffer->display_from
Michael Vetter
2020-02-14
3
-10
/
+12
|
*
xep-0308: enable for carbon copied messages
Michael Vetter
2020-02-14
2
-1
/
+15
|
*
xep-0308: enable correction in outgoing messages with delivery receipts
Michael Vetter
2020-02-14
3
-8
/
+10
|
*
Always send delivery receipts if enabled
Michael Vetter
2020-02-14
1
-14
/
+1
|
*
Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()
Michael Vetter
2020-02-14
3
-4
/
+4
|
*
Add myself to copyright
Michael Vetter
2020-02-14
4
-0
/
+4
|
*
Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`
Michael Vetter
2020-02-14
3
-3
/
+3
|
*
Fix tests
Michael Vetter
2020-02-14
2
-8
/
+8
|
*
xep-0308: remove replace_id from privwin signature
Michael Vetter
2020-02-14
3
-4
/
+4
|
*
xep-0308: adapt unit test stubs
Michael Vetter
2020-02-14
2
-8
/
+6
|
*
xep-0308: only replace messages if the user enabled the feature
Michael Vetter
2020-02-14
1
-3
/
+3
|
*
xep-0308: Make /correct work without quotation marks
Michael Vetter
2020-02-14
4
-11
/
+14
|
*
xep-0308: Fix sending corrections for multiple words
Michael Vetter
2020-02-14
3
-4
/
+7
|
*
xep-0308: Add autocompletion of last message for /correct
Michael Vetter
2020-02-14
1
-4
/
+29
|
*
xep-0308: Implement LMC for outgoing MUC messages
Michael Vetter
2020-02-14
10
-17
/
+71
|
*
Rename MUC PM handler
Michael Vetter
2020-02-14
1
-3
/
+3
|
*
xep-0308: Dont allow to correct MUC PMs
Michael Vetter
2020-02-14
3
-10
/
+0
|
*
xep-0308: correct incoming MUC PMs
Michael Vetter
2020-02-12
1
-0
/
+14
|
*
xep-0308: Display corrected incoming MUC messages correctly
Michael Vetter
2020-02-12
4
-5
/
+21
[next]