about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
...
* | message.c: Add my copyrightMichael Vetter2020-07-021-0/+1
* | message.c: Make several functions staticMichael Vetter2020-07-021-3/+3
* | message.c: Adjust function formattingMichael Vetter2020-07-021-8/+12
* | Remove prefs_free_string()Michael Vetter2020-07-021-3/+3
|/
* And ifdefs around new OX functionsMichael Vetter2020-06-301-7/+10
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-293-1/+178
* Fix possible segfault in xmpp/message.cDmitry Podgorny2020-06-161-1/+1
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Make legacy auth optionalDmitry Podgorny2020-06-111-0/+9
* Add option for legacy authenticationDmitry Podgorny2020-06-054-13/+44
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-031-1/+4
* Merge branch 'bugfix/1329'Michael Vetter2020-05-291-14/+19
|\
| * _omemo_receive_devicelist() use if/elseMichael Vetter2020-05-291-18/+19
| * OMEMO - Request only "current" itemDebXWoody2020-05-231-1/+5
* | Merge pull request #1343 from DebXWoody/bugfix/1333Michael Vetter2020-05-291-0/+2
|\ \
| * | Incoming iq stanza - Reset the autoping timerDebXWoody2020-05-231-0/+2
| |/
* | Fix carbon loggingMichael Vetter2020-05-271-4/+6
* | Add and use connection_get_barejid()Michael Vetter2020-05-255-11/+24
* | Fix memleak in bookmark minimizeMichael Vetter2020-05-241-0/+1
|/
* Fix segfault in new bookmark featureMichael Vetter2020-05-221-2/+2
* Preserve Gajims minimize flag in bookmarksMichael Vetter2020-05-223-1/+37
* Add option to add bookmark nameMichael Vetter2020-05-222-8/+23
* Display bookmark nameMichael Vetter2020-05-222-0/+5
* Fix typing notificationMichael Vetter2020-05-211-1/+1
* Create call_external() helper functionMichael Vetter2020-05-201-9/+1
* xep-0092: make it possible to ask servers or components for softwareMichael Vetter2020-05-141-17/+28
* _handle_carbons(): fix potential memleakMichael Vetter2020-04-211-2/+4
* _iq_id_handler_free() dont set NULLMichael Vetter2020-04-201-1/+0
* Fix potential memleak in stanza_create_caps_from_query_element()Michael Vetter2020-04-201-4/+12
* OMEMO Device List only for non anonymous MUCsDebXWoody2020-04-171-4/+6
* Don't expose upload_processesMichael Vetter2020-04-171-1/+1
* Review logging in iq.cMichael Vetter2020-04-141-27/+39
* Review logging for blocking.cMichael Vetter2020-04-141-2/+2
* Review logging in presence.cMichael Vetter2020-04-141-5/+4
* Free timestamp correctlyMichael Vetter2020-04-131-2/+3
* Check if server suppors MAMMichael Vetter2020-04-122-2/+6
* Get MAM since yesterdayMichael Vetter2020-04-121-1/+7
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-112-7/+13
* Add to_jid field to ProfMessage structMichael Vetter2020-04-112-25/+34
* First test with receiving MAMMichael Vetter2020-04-111-0/+27
* _handle_chat: return if no 'from'Michael Vetter2020-04-111-0/+3
* Don't crash if we get a message without from or typeMichael Vetter2020-04-111-1/+8
* First MAM testMichael Vetter2020-04-114-0/+105
* Fix use-after-free in stanza_create_caps_from_query_element()Dmitry Podgorny2020-04-091-4/+8
* Fix commentMichael Vetter2020-04-061-1/+1
* Add hint about future ProfMessage Id needsMichael Vetter2020-04-061-0/+1
* Add comment what id is aboutMichael Vetter2020-04-061-0/+1
* Add type field to ProfMessageMichael Vetter2020-04-062-6/+19
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-0/+1
* db: log all incoming and outgoing messagesMichael Vetter2020-04-062-4/+4