about summary refs log tree commit diff stats
path: root/src/event/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* event: make log_database_get_previous_chat saferMichael Vetter2021-03-251-2/+4
* OMEMO - Removed start session after roster receivedStefan2021-03-091-4/+0
* Prevent segfault in sv_ev_incoming_message()Michael Vetter2021-03-051-1/+3
* Update copyrightMichael Vetter2021-01-081-1/+1
* Log incoming carbons if they are no MUCPMMichael Vetter2020-12-091-4/+9
* Fix chatlogs for outgoing carbonsMichael Vetter2020-12-081-10/+10
* Pass window to functions so we dont have to call twiceMichael Vetter2020-07-091-1/+1
* Apply coding styleMichael Vetter2020-07-071-179/+176
* Revert "Apply coding style"Michael Vetter2020-07-071-187/+190
* Apply coding styleMichael Vetter2020-07-071-190/+187
* Plain chat messages not workingDebXWoody2020-07-061-4/+9
* Remove prefs_free_string()Michael Vetter2020-07-021-5/+5
* And ifdefs around new OX functionsMichael Vetter2020-06-301-1/+1
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-2/+22
* Clean-up task: clean up feature definesDebXWoody2020-06-141-201/+8
* Fix offline roster contactsMichael Vetter2020-06-021-1/+2
* Merge pull request #1344 from DebXWoody/bugfix/1327Michael Vetter2020-05-281-2/+1
|\
| * Bugfix: Status with PGP shows offline in titlebarDebXWoody2020-05-231-2/+1
* | Fix carbon loggingMichael Vetter2020-05-271-6/+4
* | Add and use connection_get_barejid()Michael Vetter2020-05-251-3/+3
* | Add bookmark ignore functionality for multiple accountsMichael Vetter2020-05-241-0/+2
* | PoC for bookmark ignoreMichael Vetter2020-05-241-0/+6
|/
* Log all carbon copied messagesMichael Vetter2020-05-221-0/+1
* Add option to add bookmark nameMichael Vetter2020-05-221-1/+1
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-5/+19
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-33/+35
* Log after displaying the messageMichael Vetter2020-04-081-6/+6
* db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-061-7/+7
* Add type field to ProfMessageMichael Vetter2020-04-061-1/+1
* db: dont log reflected MUC messagesMichael Vetter2020-04-061-1/+1
* db: add dedicated chat, muc, muc pm logging functionsMichael Vetter2020-04-061-7/+7
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-061-9/+9
* db: insert message typeMichael Vetter2020-04-061-6/+7
* db: Have one database per accountMichael Vetter2020-04-061-0/+2
* database: dont log muc pmsMichael Vetter2020-04-061-2/+0
* database: log stanza_id and whether it is a muc messageMichael Vetter2020-04-061-8/+8
* database: log incoming messagesMichael Vetter2020-04-061-0/+9
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-211-1/+1
* Fix missing change from last commitMichael Vetter2020-02-201-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-1/+1
* Put getting mentions in own functionMichael Vetter2020-02-201-10/+1
* Refactor mucwin_history()Michael Vetter2020-02-191-1/+1
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-0/+7
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Start implementing XEP-0084Michael Vetter2019-12-181-0/+3
* Use helper function to clean incoming messagesMichael Vetter2019-12-131-9/+9
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Filter RTL unicode characters outMichael Vetter2019-11-131-0/+30
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-1/+1
* Two carbon logging changesMichael Vetter2019-10-291-27/+38