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
*
Fix double free regarding iq handlers
Michael Vetter
2019-07-08
1
-14
/
+4
*
Merge pull request #1146 from profanity-im/fix/omemoleaks-autocompl
Michael Vetter
2019-07-04
5
-27
/
+72
|
\
|
*
Free iq_id_handlers correctly
Michael Vetter
2019-07-04
1
-1
/
+15
|
*
Free key on error in omemo_start_device_session_handle_bundle()
Michael Vetter
2019-07-04
1
-0
/
+5
|
*
Rework omemo_start_device_session_handle_bundle exit
Michael Vetter
2019-07-04
1
-24
/
+38
|
*
Free omemo_ctx.device_list_handler
Michael Vetter
2019-07-04
1
-0
/
+1
|
*
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
*
|
Merge pull request #1147 from paulfariello/hotfix/fix-private-message-handling
Michael Vetter
2019-07-04
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix plaintext private message handling
Paul Fariello
2019-07-04
1
-3
/
+3
|
/
*
Expand suppressiosn file
Michael Vetter
2019-07-04
1
-0
/
+1161
*
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
*
Ask for glib version in issue template
Michael Vetter
2019-06-26
1
-1
/
+2
*
Merge pull request #1137 from paulfariello/feature/fix-omemo-trusted-state
Michael Vetter
2019-06-25
3
-10
/
+25
|
\
|
*
Mark messages received from a session as trusted
Paul Fariello
2019-06-25
3
-10
/
+25
|
/
*
Add 0.7.0 changelog entry
Michael Vetter
2019-06-24
1
-0
/
+40
*
Merge pull request #1136 from paulfariello/hotfix/segfault_on_empty_carbon
Michael Vetter
2019-06-21
1
-11
/
+13
|
\
|
*
Fix a segfault when carbon has no body
Paul Fariello
2019-06-21
1
-11
/
+13
|
/
*
Merge pull request #1135 from paulfariello/hotfix/Fix_handling_of_encrypted_c...
Michael Vetter
2019-06-21
4
-31
/
+63
|
\
|
*
Fix handling of encrypted carbons
Paul Fariello
2019-06-21
4
-31
/
+63
|
/
*
Merge pull request #1134 from paulfariello/hotfix/don_t_highlight_cleartext_m...
Michael Vetter
2019-06-21
1
-0
/
+1
|
\
|
*
Don't highlight cleartext message as untrusted
Paul Fariello
2019-06-21
1
-0
/
+1
|
/
*
Merge pull request #1133 from paulfariello/hotfix/missing_message_id_segfault
Michael Vetter
2019-06-21
1
-1
/
+3
|
\
|
*
Fix segfault when receiving messages without ID
Paul Fariello
2019-06-21
1
-1
/
+3
|
/
*
Merge pull request #1132 from paulfariello/hotfix/muc-history-segfault
Michael Vetter
2019-06-21
1
-1
/
+9
|
\
|
*
Fix NULL pointer when handling non encrypted message in MUC
Paul Fariello
2019-06-21
1
-1
/
+9
|
/
*
Merge pull request #1126 from paulfariello/feature/decrypt_all_incoming_OMEMO...
Michael Vetter
2019-06-21
28
-338
/
+462
|
\
|
*
Rename prof_message_t into ProfMessage
Paul Fariello
2019-06-20
15
-52
/
+52
|
*
Set foreground color for untrusted messages
Paul Fariello
2019-06-20
7
-9
/
+12
|
*
Add prof_message_t to wrap all message attributes
Paul Fariello
2019-06-20
20
-344
/
+418
|
*
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
|
/
*
Merge pull request #1130 from profanity-im/fix/memleaks
Michael Vetter
2019-06-20
11
-13
/
+60
|
\
|
*
_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_str related leaks in unit tests
Michael Vetter
2019-06-19
3
-0
/
+15
|
*
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
*
Merge pull request #1129 from profanity-im/feature/632-set-all-time
Michael Vetter
2019-06-17
3
-4
/
+51
|
\
|
*
Add option to set all window related time formats
Michael Vetter
2019-06-17
3
-4
/
+51
|
/
*
Remove cons_mouse_setting() stub
Michael Vetter
2019-06-17
1
-1
/
+0
*
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
[next]