about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcherMichael Vetter2023-04-092-53/+73
|\
| * Allow setting client identification name/version manuallyJohn Hernandez2023-04-092-53/+73
* | User proper ellipsis charMartin Dosch2023-04-093-3/+3
|/
* Fix typos and update codespell configurationDaniel Santos2023-04-031-1/+1
* Fix OTRJohn Hernandez2023-03-311-4/+0
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-214-24/+10
* simplify some codeSteffen Jaeckel2023-03-111-5/+1
* remove compat codeSteffen Jaeckel2023-03-111-15/+0
* Fix MAM not loading some recent messagesMarcoPolo-PasTonMolo2023-02-141-4/+4
* Merge pull request #1788 from profanity-im/minor-improvementsMichael Vetter2023-01-302-9/+13
|\
| * prevent setting invalid combination of libstrophe flagsSteffen Jaeckel2023-01-271-2/+10
| * simplify some codeSteffen Jaeckel2023-01-261-4/+2
| * fix libstrophe timer-callback usageSteffen Jaeckel2023-01-261-3/+1
* | 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