about summary refs log tree commit diff stats
path: root/src/event/common.h
Commit message (Collapse)AuthorAgeFilesLines
* Show MUC history on intentional reconnectMichael Vetter2019-07-031-0/+4
| | | | | Small bug caused by 13675fb and ce5a4ed. Fix https://github.com/profanity-im/profanity/issues/1142
* Create seperate function for disconnect cleanupMichael Vetter2019-05-191-0/+40
Duplicate code in client_events.c and server_events.c. Let's have events/common.c and a function containing that code.