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
/
xmpp
/
stanza.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memleak in stanza_get_oldest_delay
Michael Vetter
2020-02-25
1
-2
/
+14
*
xep-0308: Implement `/correct` to correct the last send message
Michael Vetter
2020-02-10
1
-0
/
+12
*
avatar: use unique id for stanza id
Michael Vetter
2020-02-07
1
-3
/
+3
*
fix: Initialize variable in stanza_get_oldest_delay()
Michael Vetter
2020-01-30
1
-1
/
+1
*
Fix error in stanza_get_oldest_delay()
Michael Vetter
2020-01-30
1
-3
/
+3
*
muc: save oldest timestamp
Michael Vetter
2020-01-30
1
-1
/
+30
*
stanza: Refactor stanza_get_delay_from()
Michael Vetter
2020-01-30
1
-26
/
+49
*
Fix typo in comment
Michael Vetter
2020-01-23
1
-1
/
+1
*
xep-0084: Download avatars
Michael Vetter
2019-12-18
1
-0
/
+31
*
Fix stanza_get_child_by_name_and_from() strcmp
Michael Vetter
2019-11-14
1
-1
/
+3
*
Add vim modeline
Michael Vetter
2019-11-13
1
-0
/
+1
*
Check for correct delay tag for muc timestamps
Michael Vetter
2019-11-13
1
-12
/
+34
*
Fix stanza_get_child_by_name_and_ns() if no name
Michael Vetter
2019-11-12
1
-1
/
+3
*
_handle_groupchat(): get correct origin-id stanza
Michael Vetter
2019-11-08
1
-0
/
+18
*
Remove prefix from stanza id
Michael Vetter
2019-10-17
1
-29
/
+29
*
Don't render (all) delayed messages as MUC history
Holger Weiß
2019-08-20
1
-0
/
+15
*
Fix various OMEMO memleaks
Paul Fariello
2019-07-10
1
-0
/
+9
*
Update tests with new URL
Michael Vetter
2019-05-03
1
-1
/
+1
*
Update profanity URL in entity capabilities stanza
Michael Vetter
2019-05-03
1
-1
/
+1
*
Rework MUC reflected message filtering
Paul Fariello
2019-04-10
1
-0
/
+15
*
Handle bundle publication error on publish-options
Paul Fariello
2019-04-10
1
-8
/
+57
*
Add support for disconnect in OMEMO
Paul Fariello
2019-04-10
1
-4
/
+12
*
Add publish option to OMEMO device list and bundle
Paul Fariello
2019-04-10
1
-0
/
+39
*
Add store hints for OMEMO encrypted messages
Paul Fariello
2019-04-10
1
-0
/
+12
*
Add support for encrypted carbon
Paul Fariello
2019-04-10
1
-1
/
+1
*
Add signal store backend and OMEMO start command
Paul Fariello
2019-04-10
1
-0
/
+25
*
Request for device list when OMEMO is ready
Paul Fariello
2019-04-10
1
-0
/
+24
*
Fix devicelist subscription and handle pubsub event
Paul Fariello
2019-04-10
1
-2
/
+2
*
Add devicelist and bundle publication
Paul Fariello
2019-04-10
1
-2
/
+145
*
Add devicelist subscription
Paul Fariello
2019-04-10
1
-0
/
+25
*
Update copyright to include 2019
Michael Vetter
2019-01-22
1
-1
/
+1
*
Fix optionnal sessionid in xep 0050
Paul Fariello
2019-01-21
1
-1
/
+3
*
Merge pull request #991 from paulfariello/feature/xep-0050
Michael Vetter
2018-09-27
1
-1
/
+51
|
\
|
*
Add support for command config execution
Paul Fariello
2018-09-05
1
-0
/
+25
|
*
Handle simple execution
Paul Fariello
2018-09-05
1
-1
/
+1
|
*
Add command subcommands: list and exec
Paul Fariello
2018-09-05
1
-2
/
+5
|
*
Add command command
Paul Fariello
2018-09-05
1
-0
/
+22
*
|
Move p_sha1_hash() to stanza.c
Michael Vetter
2018-09-06
1
-1
/
+18
|
/
*
Move ID generation to xmpp folder
Michael Vetter
2018-08-30
1
-20
/
+20
*
Update copyright
James Booth
2018-01-21
1
-1
/
+1
*
Update Copyright
James Booth
2017-01-28
1
-1
/
+1
*
Free stanzas on stanza_create_http_upload_request()
James Booth
2016-09-05
1
-0
/
+6
*
Use hash table for bookmarks
James Booth
2016-08-21
1
-22
/
+21
*
Use libstrophe xmpp_presence_new convenience function
James Booth
2016-08-20
1
-15
/
+3
*
Use libstrophe xmpp_iq_new convenience function
James Booth
2016-08-20
1
-99
/
+57
*
Use libstrophe xmpp_message_new convenience function
James Booth
2016-08-20
1
-18
/
+10
*
Replace stanza_create_message with libstrophe convenience functions
James Booth
2016-08-20
1
-23
/
+0
*
Use libstrophe convenience functions for stanza attributes
James Booth
2016-08-20
1
-32
/
+32
*
Copy feature strings on caps_get_features
James Booth
2016-08-17
1
-1
/
+1
*
Add caps_create
James Booth
2016-08-14
1
-30
/
+7
[next]