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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Dont initialize omemo autocompleter twice
Michael Vetter
2019-07-04
1
-2
/
+0
|
*
|
|
Add omemo_close function
Michael Vetter
2019-07-04
3
-0
/
+13
*
|
|
|
Fix plaintext private message handling
Paul Fariello
2019-07-04
1
-3
/
+3
|
/
/
/
*
|
|
Use correct jid variable
Michael Vetter
2019-07-03
1
-1
/
+1
*
|
|
Define goto out in _private_chat_handler()
Michael Vetter
2019-07-03
1
-0
/
+1
*
|
|
Set plain message in _private_chat_handler
Michael Vetter
2019-07-03
1
-0
/
+7
*
|
|
Show MUC history on intentional reconnect
Michael Vetter
2019-07-03
4
-7
/
+42
*
|
|
Mark messages received from a session as trusted
Paul Fariello
2019-06-25
3
-10
/
+25
*
|
|
Fix a segfault when carbon has no body
Paul Fariello
2019-06-21
1
-11
/
+13
*
|
|
Fix handling of encrypted carbons
Paul Fariello
2019-06-21
3
-30
/
+62
*
|
|
Don't highlight cleartext message as untrusted
Paul Fariello
2019-06-21
1
-0
/
+1
*
|
|
Fix segfault when receiving messages without ID
Paul Fariello
2019-06-21
1
-1
/
+3
*
|
|
Fix NULL pointer when handling non encrypted message in MUC
Paul Fariello
2019-06-21
1
-1
/
+9
*
|
|
Rename prof_message_t into ProfMessage
Paul Fariello
2019-06-20
13
-45
/
+45
*
|
|
Set foreground color for untrusted messages
Paul Fariello
2019-06-20
5
-9
/
+10
*
|
|
Add prof_message_t to wrap all message attributes
Paul Fariello
2019-06-20
17
-337
/
+410
*
|
|
Use flags in xmmp/message.c for encryption and trust
Paul Fariello
2019-06-20
6
-25
/
+44
*
|
|
Add trusted state after OMEMO decryption
Paul Fariello
2019-06-20
7
-18
/
+24
*
|
|
Decrypt all incoming OMEMO msg
Paul Fariello
2019-06-20
3
-1
/
+23
*
|
|
_bookmark_destroy: follow normal logic
Michael Vetter
2019-06-20
1
-7
/
+5
*
|
|
Call message_handlers_clear() upon disconnect
Michael Vetter
2019-06-20
3
-0
/
+10
*
|
|
Call iq_handlers_clear() upon disconnect
Michael Vetter
2019-06-20
3
-0
/
+10
*
|
|
Free contacts in omemo_start_sessions()
Michael Vetter
2019-06-19
1
-0
/
+1
*
|
|
Free OMEMO session store upon disconnect
Michael Vetter
2019-06-19
1
-0
/
+1
*
|
|
Fix prefs_get_string mem leaks in statusbar
Michael Vetter
2019-06-19
1
-6
/
+18
*
|
|
Free last_msg_timestamp
Michael Vetter
2019-06-19
1
-0
/
+4
*
|
|
Add option to set all window related time formats
Michael Vetter
2019-06-17
3
-4
/
+51
*
|
|
Add copyright to omemo code
Michael Vetter
2019-06-17
6
-0
/
+199
*
|
|
Add myself to copyright
Michael Vetter
2019-06-17
14
-0
/
+16
*
|
|
Use profanity channel as example
Michael Vetter
2019-06-17
1
-3
/
+3
*
|
|
Merge pull request #1110 from profanity-im/feature/704-ui-behaviour-reconnect
Michael Vetter
2019-06-11
5
-2
/
+57
|
\
\
\
|
*
|
|
Safe last MUC message timestamp per MUC
Michael Vetter
2019-06-11
3
-8
/
+10
|
*
|
|
Only show MUC subject on first connect
Michael Vetter
2019-06-05
1
-1
/
+1
|
*
|
|
Reduce timestamp call when saving last muc message
Michael Vetter
2019-06-05
1
-12
/
+13
|
*
|
|
Only print room history for new messages upon reconnect
Michael Vetter
2019-06-05
3
-1
/
+53
*
|
|
|
Rejoin all MUCs on reconnect
Michael Vetter
2019-06-10
1
-5
/
+3
*
|
|
|
Merge pull request #1125 from profanity-im/fix/519-logrotate
Michael Vetter
2019-06-10
1
-6
/
+9
|
\
\
\
\
|
*
|
|
|
Iterate logfiles until 100 are reached
Michael Vetter
2019-06-07
1
-6
/
+9
*
|
|
|
|
Merge pull request #1124 from paulfariello/feature/remove_session_when_untrus...
Michael Vetter
2019-06-08
2
-16
/
+122
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove OMEMO session when untrusting a fingerprint
Paul Fariello
2019-06-07
2
-16
/
+122
*
|
|
|
|
Merge pull request #1123 from profanity-im/fix/1093-already-started-message
Michael Vetter
2019-06-07
1
-40
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
Refactor cmd_omemo_start
Michael Vetter
2019-06-07
1
-38
/
+23
|
*
|
|
|
|
Print omemo start related msgs into correct window
Michael Vetter
2019-06-07
1
-3
/
+3
*
|
|
|
|
|
Merge pull request #1118 from profanity-im/fix/1117-omemo-autocompletion-crash
Michael Vetter
2019-06-07
1
-26
/
+27
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Only complete certain omemo commands if connected
Michael Vetter
2019-06-06
1
-26
/
+27
*
|
|
|
|
|
Merge pull request #1121 from profanity-im/feature/notify-plugin-fail
Michael Vetter
2019-06-07
3
-16
/
+31
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Improve plugin load/install failure message
Michael Vetter
2019-06-07
3
-16
/
+31
|
|
/
/
/
/
*
|
|
|
|
Check for sane argument in autoconnect set
Michael Vetter
2019-06-05
1
-4
/
+8
*
|
|
|
|
Check if valid account before setting autoconnect
Michael Vetter
2019-06-05
1
-3
/
+7
|
/
/
/
/
*
/
/
/
Add omemo.char theme option
Michael Vetter
2019-06-05
1
-0
/
+8
|
/
/
/
[prev]
[next]