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
/
omemo
/
omemo.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Try to start sessions with every jid in roster
Paul Fariello
2019-04-10
1
-0
/
+17
*
Automatically starts OMEMO if one identity is trusted
Paul Fariello
2019-04-10
1
-6
/
+23
*
Rework trusted fingerprint storage
Paul Fariello
2019-04-10
1
-20
/
+71
*
Wait for discovery end to publish omemo devicelist and bundle
Paul Fariello
2019-04-10
1
-7
/
+14
*
Prefix static function with _
Paul Fariello
2019-04-10
1
-41
/
+41
*
Ensure pre keys are generated if missing from long term storage
Paul Fariello
2019-04-10
1
-24
/
+51
*
Permanently store pre keys
Paul Fariello
2019-04-10
1
-20
/
+76
*
Handle bundle publication error on publish-options
Paul Fariello
2019-04-10
1
-2
/
+2
*
Ensure signal context is built on connection
Paul Fariello
2019-04-10
1
-20
/
+23
*
Don't use glib 2.58 func
Paul Fariello
2019-04-10
1
-3
/
+1
*
Add fingerprint autocompletion
Paul Fariello
2019-04-10
1
-1
/
+21
*
Use /omemo fingerprint to show contact fingerprints
Paul Fariello
2019-04-10
1
-27
/
+44
*
Add support for disconnect in OMEMO
Paul Fariello
2019-04-10
1
-23
/
+75
*
Handle absent muc member
Paul Fariello
2019-04-10
1
-0
/
+4
*
Log and print outgoing encrypted message
Paul Fariello
2019-04-10
1
-38
/
+34
*
Add support for sending encrypted message in MUC
Paul Fariello
2019-04-10
1
-40
/
+87
*
Cosmetics rename variable barejid into roomjid
Paul Fariello
2019-04-10
1
-2
/
+2
*
Allow to start OMEMO in MUC
Paul Fariello
2019-04-10
1
-0
/
+13
*
Add MUC message decryption
Paul Fariello
2019-04-10
1
-14
/
+44
*
Fix prekey handling after first use
Paul Fariello
2019-04-10
1
-8
/
+7
*
device_list iq should be from barejid or none
Paul Fariello
2019-04-10
1
-5
/
+8
*
Add logs about crypto generation
Paul Fariello
2019-04-10
1
-0
/
+4
*
Log device_id on startup
Paul Fariello
2019-04-10
1
-0
/
+2
*
Don't rely on account name being jid
Paul Fariello
2019-04-10
1
-2
/
+2
*
Add hints about trust command when printing fingerprints
Paul Fariello
2019-04-10
1
-1
/
+11
*
Avoid using xmpp_jid_bare
Paul Fariello
2019-04-10
1
-27
/
+20
*
Add OMEMO untrust command
Paul Fariello
2019-04-10
1
-0
/
+22
*
Allow to trust own device id
Paul Fariello
2019-04-10
1
-0
/
+9
*
Add trust command
Paul Fariello
2019-04-10
1
-38
/
+206
*
Don't trust unknown identity keys
Paul Fariello
2019-04-10
1
-50
/
+91
*
Add OMEMO fingerprint command
Paul Fariello
2019-04-10
1
-0
/
+51
*
Add OMEMO session long term storage
Paul Fariello
2019-04-10
1
-30
/
+85
*
Replace used prekey in bundle
Paul Fariello
2019-04-10
1
-1
/
+16
*
Start new session upon prekey reception
Paul Fariello
2019-04-10
1
-0
/
+1
*
Randomly choose a prekey on session build
Paul Fariello
2019-04-10
1
-8
/
+26
*
Check received gcm tag
Paul Fariello
2019-04-10
1
-1
/
+11
*
Follow xep by putting gcm tag on encrypted key
Paul Fariello
2019-04-10
1
-7
/
+17
*
Get rid of libsodium
Paul Fariello
2019-04-10
1
-9
/
+11
*
Add log on OMEMO session start
Paul Fariello
2019-04-10
1
-0
/
+2
*
Use profanity logs for OMEMO logs
Paul Fariello
2019-04-10
1
-1
/
+15
*
Add support for encrypted carbon
Paul Fariello
2019-04-10
1
-24
/
+79
*
Handle requested device list for session start
Paul Fariello
2019-04-10
1
-7
/
+41
*
Add OMEMO identity materials long term storage
Paul Fariello
2019-04-10
1
-4
/
+93
*
Add OMEMO message encryption and decryption
Paul Fariello
2019-04-10
1
-7
/
+165
*
Create signal session
Paul Fariello
2019-04-10
1
-2
/
+17
*
Add signal store backend and OMEMO start command
Paul Fariello
2019-04-10
1
-2
/
+78
*
Request for device list when OMEMO is ready
Paul Fariello
2019-04-10
1
-7
/
+3
*
Ensure received devicelist contains our own device id
Paul Fariello
2019-04-10
1
-2
/
+11
*
Fix devicelist subscription and handle pubsub event
Paul Fariello
2019-04-10
1
-10
/
+22
*
Add devicelist and bundle publication
Paul Fariello
2019-04-10
1
-19
/
+115
[prev]
[next]