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
/
event
/
server_events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MAM: Correctly display incoming MAM chat message
Michael Vetter
2020-04-11
1
-5
/
+19
*
Add to_jid field to ProfMessage struct
Michael Vetter
2020-04-11
1
-33
/
+35
*
Log after displaying the message
Michael Vetter
2020-04-08
1
-6
/
+6
*
db: Use type from message struct instead of having individual functions
Michael Vetter
2020-04-06
1
-7
/
+7
*
Add type field to ProfMessage
Michael Vetter
2020-04-06
1
-1
/
+1
*
db: dont log reflected MUC messages
Michael Vetter
2020-04-06
1
-1
/
+1
*
db: add dedicated chat, muc, muc pm logging functions
Michael Vetter
2020-04-06
1
-7
/
+7
*
Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONE
Michael Vetter
2020-04-06
1
-9
/
+9
*
db: insert message type
Michael Vetter
2020-04-06
1
-6
/
+7
*
db: Have one database per account
Michael Vetter
2020-04-06
1
-0
/
+2
*
database: dont log muc pms
Michael Vetter
2020-04-06
1
-2
/
+0
*
database: log stanza_id and whether it is a muc message
Michael Vetter
2020-04-06
1
-8
/
+8
*
database: log incoming messages
Michael Vetter
2020-04-06
1
-0
/
+9
*
Dont filter out own MUC messages if muc history is set to 'regular'
Michael Vetter
2020-02-21
1
-1
/
+1
*
Fix missing change from last commit
Michael Vetter
2020-02-20
1
-1
/
+1
*
Allow utf8 symbols as omemo/pgp/otr indicator char
Michael Vetter
2020-02-20
1
-1
/
+1
*
Put getting mentions in own function
Michael Vetter
2020-02-20
1
-10
/
+1
*
Refactor mucwin_history()
Michael Vetter
2020-02-19
1
-1
/
+1
*
Use OMEMO for offline MUC members (#1242)
Paul Fariello
2020-01-20
1
-0
/
+7
*
Update my Copyright to 2020
Michael Vetter
2020-01-03
1
-1
/
+1
*
Start implementing XEP-0084
Michael Vetter
2019-12-18
1
-0
/
+3
*
Use helper function to clean incoming messages
Michael Vetter
2019-12-13
1
-9
/
+9
*
Add vim modeline
Michael Vetter
2019-11-13
1
-0
/
+1
*
Filter RTL unicode characters out
Michael Vetter
2019-11-13
1
-0
/
+30
*
Don't override ProfMessage Id with origin-id
Michael Vetter
2019-10-31
1
-1
/
+1
*
Two carbon logging changes
Michael Vetter
2019-10-29
1
-27
/
+38
*
Also log sv_ev_delayed_private_message
Michael Vetter
2019-10-29
1
-0
/
+1
*
Actually log MUC PM messages
Michael Vetter
2019-10-28
1
-1
/
+2
*
Fix which message we want to log
Michael Vetter
2019-10-19
1
-5
/
+3
*
Move message sent by us logic in own function
Michael Vetter
2019-10-18
1
-12
/
+4
*
sv_ev_room_message: log in all cases if not our client
Michael Vetter
2019-10-18
1
-14
/
+13
*
sv_ev_room_message: check if message->id is not NULL
Michael Vetter
2019-10-18
1
-1
/
+1
*
Add connection_get_profanity_identifier stub
Michael Vetter
2019-10-18
1
-1
/
+1
*
Log incoming MUC messages if origin-id sais they dont come from us
Michael Vetter
2019-10-18
1
-2
/
+20
*
Don't log own messages on incoming MUC
Michael Vetter
2019-10-06
1
-4
/
+7
*
Log outgoing carbons instead of incoming
Michael Vetter
2019-10-04
1
-4
/
+4
*
Log 1:1 messages from other clients also to file
Michael Vetter
2019-09-04
1
-0
/
+4
*
Improve sv_ev_roster_received() last activity check
Michael Vetter
2019-08-02
1
-11
/
+9
*
Don't print subscribed message if contact is already in roster
Michael Vetter
2019-08-01
1
-2
/
+6
*
Show MUC history on intentional reconnect
Michael Vetter
2019-07-03
1
-7
/
+5
*
Fix handling of encrypted carbons
Paul Fariello
2019-06-21
1
-25
/
+57
*
Rename prof_message_t into ProfMessage
Paul Fariello
2019-06-20
1
-10
/
+10
*
Add prof_message_t to wrap all message attributes
Paul Fariello
2019-06-20
1
-118
/
+127
*
Use flags in xmmp/message.c for encryption and trust
Paul Fariello
2019-06-20
1
-5
/
+5
*
Add myself to copyright
Michael Vetter
2019-06-17
1
-0
/
+1
*
Merge pull request #1110 from profanity-im/feature/704-ui-behaviour-reconnect
Michael Vetter
2019-06-11
1
-2
/
+32
|
\
|
*
Safe last MUC message timestamp per MUC
Michael Vetter
2019-06-11
1
-8
/
+7
|
*
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
1
-1
/
+31
[next]