about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Add macro for possible NULL prints and use it on known sportsthe xhr2023-01-262-3/+3
* Check if string is NULL and print placeholder insteadthe xhr2023-01-261-1/+1
* introduce `auto_jid` and refcounting in `Jid`Steffen Jaeckel2023-01-193-26/+36
* improve const correctnessSteffen Jaeckel2023-01-183-8/+8
* fix more memory leaksSteffen Jaeckel2023-01-182-11/+16
* add `now` option to `/reconnect` commandSteffen Jaeckel2023-01-182-6/+5
* add `/strophe` command to modify libstrophe-specific settingsSteffen Jaeckel2023-01-181-7/+17
* Update copyright yearMichael Vetter2023-01-106-6/+6
* Apply codigng style on new MAM codeMichael Vetter2022-10-212-6/+6
* Fix GSList handling in new MAM codePaul Fertser2022-10-211-13/+8
* Fix merge mistakeMichael Vetter2022-10-211-1/+1
* Merge MAM improvements from #1724Michael Vetter2022-10-214-45/+263
|\
| * Handle late deliveryMarcoPolo-PasTonMolo2022-08-202-20/+103
| * Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-101-3/+3
| * CleanupMarcoPolo-PasTonMolo2022-07-051-1/+0
| * Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-051-0/+5
| * Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-053-36/+42
| * Add 'Loading messages' message when scrolling upMarcoPolo-PasTonMolo2022-07-041-0/+2
| * Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-032-0/+45
| * Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-031-1/+3
| * On new chatwin fetch mam according to guidelines.MarcoPolo-PasTonMolo2022-07-033-39/+115
* | Add vCard supportMarouane L2022-10-185-0/+1872
* | Merge pull request #1760 from techmetx11/fix/1759-asyncMichael Vetter2022-10-121-1/+1
|\ \
| * | Spawn external programs asynchronouslyMarouane L2022-10-121-1/+1
* | | Format Maxis commit properlyMichael Vetter2022-09-291-1/+1
* | | Use G_GSIZE_FORMAT instead of "%lu" for portabilityMaxi Wuttke2022-09-291-1/+1
|/ /
* | support for formatting in avatar executablenandesu-utils2022-09-061-3/+13
* | fixup 11f52ad5474c7adb7f11df5b0c318597e4150312Steffen Jaeckel2022-08-081-3/+6
* | integrate XEP-0198 Stream-ManagementSteffen Jaeckel2022-08-081-0/+25
* | ox: add helper message in case signcrypt doesnt workMichael Vetter2022-06-291-0/+1
* | stanza: remove strange assignmentMichael Vetter2022-06-291-1/+1
* | Split ox functions from gpg.c to ox.cMichael Vetter2022-06-292-1/+2
* | Make mood display optionalMichael Vetter2022-06-221-2/+8
|/
* Merge pull request #1717 from MarcoPolo-PasTonMolo/fix/chat-with-self-duplica...Michael Vetter2022-06-111-0/+8
|\
| * Fix duplicate messages in chat with oneself.MarcoPolo-PasTonMolo2022-05-311-0/+8
* | Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-setMichael Vetter2022-05-304-0/+166
|\ \
| * | Final touches for `/avatar set`Michael Vetter2022-05-271-2/+3
| * | Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-262-2/+6
| * | Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-264-0/+161
* | | Merge pull request #1712 from MarcoPolo-PasTonMolo/fix/1347Michael Vetter2022-05-292-7/+45
|\ \ \ | |_|/ |/| |
| * | Make muc config update after form submitMarcoPolo-PasTonMolo2022-05-272-7/+45
| |/
* | Respect silent nick change in mucsMarcoPolo-PasTonMolo2022-05-261-0/+2
* | Fix segfault on `/ox discover`MarcoPolo-PasTonMolo2022-05-261-5/+8
|/
* Fix room name not updating.MarcoPolo-PasTonMolo2022-05-181-0/+8
* Update copyright yearMichael Vetter2022-05-096-6/+6
* ox: only process proper messagesMichael Vetter2022-05-041-12/+11
* ox: prefix function _openpgp_signcrypt with ox_Michael Vetter2022-05-041-3/+3
* ox: have metadata node openMichael Vetter2022-05-041-0/+6
* ox: return upon invalid fingerprintMichael Vetter2022-05-041-1/+2
* Bugfix OX rpad generationStefan Kropp2022-05-031-4/+6