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
/
message.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
message: fix possible segfault in _message_handler
Michael Vetter
2021-03-25
1
-3
/
+3
*
Add support to approve MUC voice requests
Michael Vetter
2021-03-17
1
-0
/
+34
*
MUC: Add voice request
Thorben Günther
2021-03-12
1
-0
/
+12
*
Remove forgotten debug line
Michael Vetter
2021-02-15
1
-1
/
+0
*
Use correct time for MAM messages
Michael Vetter
2021-02-04
1
-8
/
+17
*
Update copyright
Michael Vetter
2021-01-08
1
-1
/
+1
*
Print all error stanzas
Michael Vetter
2020-10-30
1
-5
/
+5
*
Enable _handle_ox_chat() payload/body decryption
Michael Vetter
2020-10-09
1
-3
/
+0
*
Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...
Michael Vetter
2020-09-30
1
-4
/
+4
*
Fix memory leak in _handle_chat()
Dmitry Podgorny
2020-08-07
1
-21
/
+7
*
Parse stanza-id
Michael Vetter
2020-07-23
1
-5
/
+34
*
Apply coding style
Michael Vetter
2020-07-07
1
-272
/
+272
*
Revert "Apply coding style"
Michael Vetter
2020-07-07
1
-278
/
+278
*
Apply coding style
Michael Vetter
2020-07-07
1
-278
/
+278
*
message.c: Use message->to_jid instead of to_jid
Michael Vetter
2020-07-03
1
-1
/
+1
*
message.c: _handle_carbons() check from field outside of function
Michael Vetter
2020-07-03
1
-15
/
+17
*
message.c: Dont duplicate code in _handle_carbon and _handle_chat
Michael Vetter
2020-07-03
1
-111
/
+66
*
message.c: Remove from/to setting out of condition
Michael Vetter
2020-07-03
1
-6
/
+3
*
message.c: Small code improvements
Michael Vetter
2020-07-03
1
-16
/
+16
*
message.c: Put XEP-0085 code in helper function
Michael Vetter
2020-07-03
1
-18
/
+25
*
Change formatting
Michael Vetter
2020-07-03
1
-1
/
+2
*
handle_headline(): Free text correctly
Michael Vetter
2020-07-03
1
-0
/
+2
*
Handle headline stanza
Stefan Kropp
2020-07-03
1
-1
/
+14
*
Fix messages with receipt request not displayed
William Wennerström
2020-07-02
1
-1
/
+0
*
message.c: Put plugin handler code in helper function
Michael Vetter
2020-07-02
1
-7
/
+14
*
message.c: Log invalid message type
Michael Vetter
2020-07-02
1
-14
/
+14
*
message.c: Check for message type
Michael Vetter
2020-07-02
1
-8
/
+4
*
message.c: Remove handled cases form _handle_chat()
Michael Vetter
2020-07-02
1
-7
/
+0
*
message.c: Break out of _message_handler() after handling code
Michael Vetter
2020-07-02
1
-0
/
+4
*
message.c: Parse incoming message stanzas according to type
Michael Vetter
2020-07-02
1
-31
/
+34
*
message.c: Add pubsub helper function
Michael Vetter
2020-07-02
1
-13
/
+19
*
message.c: Add XEP information
Michael Vetter
2020-07-02
1
-1
/
+6
*
message.c: Add my copyright
Michael Vetter
2020-07-02
1
-0
/
+1
*
message.c: Make several functions static
Michael Vetter
2020-07-02
1
-3
/
+3
*
message.c: Adjust function formatting
Michael Vetter
2020-07-02
1
-8
/
+12
*
And ifdefs around new OX functions
Michael Vetter
2020-06-30
1
-7
/
+10
*
Feature request - XEP-0373: OpenPGP for XMPP (OX)
DebXWoody
2020-06-29
1
-0
/
+170
*
Fix possible segfault in xmpp/message.c
Dmitry Podgorny
2020-06-16
1
-1
/
+1
*
Fix carbon logging
Michael Vetter
2020-05-27
1
-4
/
+6
*
Add and use connection_get_barejid()
Michael Vetter
2020-05-25
1
-4
/
+4
*
Fix typing notification
Michael Vetter
2020-05-21
1
-1
/
+1
*
_handle_carbons(): fix potential memleak
Michael Vetter
2020-04-21
1
-2
/
+4
*
MAM: Correctly display incoming MAM chat message
Michael Vetter
2020-04-11
1
-7
/
+12
*
Add to_jid field to ProfMessage struct
Michael Vetter
2020-04-11
1
-24
/
+32
*
First test with receiving MAM
Michael Vetter
2020-04-11
1
-0
/
+27
*
_handle_chat: return if no 'from'
Michael Vetter
2020-04-11
1
-0
/
+3
*
Don't crash if we get a message without from or type
Michael Vetter
2020-04-11
1
-1
/
+8
*
Add type field to ProfMessage
Michael Vetter
2020-04-06
1
-4
/
+8
*
db: log all incoming and outgoing messages
Michael Vetter
2020-04-06
1
-3
/
+3
*
Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONE
Michael Vetter
2020-04-06
1
-1
/
+1
[prev]
[next]