about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-0146-208/+209
* Revert "Merge pull request #1821 from mdosch/use-proper-ellipsis-char"Daniel Santos2023-07-013-3/+3
* Merge pull request #1842 from H3rnand3zzz/feature/plugins-downloadMichael Vetter2023-06-061-2/+1
|\
| * `/url save` and `/url open` refactoringJohn Hernandez2023-05-111-2/+1
* | Fix double-free of values.Steffen Jaeckel2023-06-041-0/+6
* | Fix use-after-freeSteffen Jaeckel2023-05-211-1/+3
* | Improve debug loggingSteffen Jaeckel2023-05-211-2/+4
* | Fix memleakSteffen Jaeckel2023-05-211-0/+1
* | Fix `-Werror=maybe-uninitialized`Steffen Jaeckel2023-05-121-109/+44
* | Fix potential double-freeSteffen Jaeckel2023-05-121-1/+1
* | Merge branch 'master' into cleanup/gchar-charMichael Vetter2023-05-115-23/+24
|\ \
| * | fix memory leaksSteffen Jaeckel2023-05-102-21/+22
| * | fix `/reconnect now`Steffen Jaeckel2023-05-103-2/+2
| |/
* / Cleanup: gchar as gchar instead of charJohn Hernandez2023-05-045-52/+26
|/
* Add ability to disable avatar publishingIsaacM882023-05-024-0/+52
* Fix memleak in stanza_create_caps_query_elementMichael Vetter2023-04-181-0/+3
* Add sessions_alarmJohn Hernandez2023-04-183-0/+71
* iq: initialize os and os_txtMichael Vetter2023-04-111-2/+2
* Fix releases of os and os_txt stanzasJohn Hernandez2023-04-101-3/+2
* 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