Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double-free of values. | Steffen Jaeckel | 2023-06-04 | 1 | -0/+6 |
* | Fix use-after-free | Steffen Jaeckel | 2023-05-21 | 1 | -1/+3 |
* | Improve debug logging | Steffen Jaeckel | 2023-05-21 | 1 | -2/+4 |
* | Fix memleak | Steffen Jaeckel | 2023-05-21 | 1 | -0/+1 |
* | Fix `-Werror=maybe-uninitialized` | Steffen Jaeckel | 2023-05-12 | 1 | -109/+44 |
* | Fix potential double-free | Steffen Jaeckel | 2023-05-12 | 1 | -1/+1 |
* | Merge branch 'master' into cleanup/gchar-char | Michael Vetter | 2023-05-11 | 5 | -23/+24 |
|\ | |||||
| * | fix memory leaks | Steffen Jaeckel | 2023-05-10 | 2 | -21/+22 |
| * | fix `/reconnect now` | Steffen Jaeckel | 2023-05-10 | 3 | -2/+2 |
* | | Cleanup: gchar as gchar instead of char | John Hernandez | 2023-05-04 | 5 | -52/+26 |
|/ | |||||
* | Add ability to disable avatar publishing | IsaacM88 | 2023-05-02 | 4 | -0/+52 |
* | Fix memleak in stanza_create_caps_query_element | Michael Vetter | 2023-04-18 | 1 | -0/+3 |
* | Add sessions_alarm | John Hernandez | 2023-04-18 | 3 | -0/+71 |
* | iq: initialize os and os_txt | Michael Vetter | 2023-04-11 | 1 | -2/+2 |
* | Fix releases of os and os_txt stanzas | John Hernandez | 2023-04-10 | 1 | -3/+2 |
* | Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher | Michael Vetter | 2023-04-09 | 2 | -53/+73 |
|\ | |||||
| * | Allow setting client identification name/version manually | John Hernandez | 2023-04-09 | 2 | -53/+73 |
* | | User proper ellipsis char | Martin Dosch | 2023-04-09 | 3 | -3/+3 |
|/ | |||||
* | Fix typos and update codespell configuration | Daniel Santos | 2023-04-03 | 1 | -1/+1 |
* | Fix OTR | John Hernandez | 2023-03-31 | 1 | -4/+0 |
* | Adapt to g_string_free glib 2.75.3 change | Michael Vetter | 2023-03-21 | 4 | -24/+10 |
* | simplify some code | Steffen Jaeckel | 2023-03-11 | 1 | -5/+1 |
* | remove compat code | Steffen Jaeckel | 2023-03-11 | 1 | -15/+0 |
* | Fix MAM not loading some recent messages | MarcoPolo-PasTonMolo | 2023-02-14 | 1 | -4/+4 |
* | Merge pull request #1788 from profanity-im/minor-improvements | Michael Vetter | 2023-01-30 | 2 | -9/+13 |
|\ | |||||
| * | prevent setting invalid combination of libstrophe flags | Steffen Jaeckel | 2023-01-27 | 1 | -2/+10 |
| * | simplify some code | Steffen Jaeckel | 2023-01-26 | 1 | -4/+2 |
| * | fix libstrophe timer-callback usage | Steffen Jaeckel | 2023-01-26 | 1 | -3/+1 |
* | | Add macro for possible NULL prints and use it on known sports | the xhr | 2023-01-26 | 2 | -3/+3 |
* | | Check if string is NULL and print placeholder instead | the xhr | 2023-01-26 | 1 | -1/+1 |
|/ | |||||
* | introduce `auto_jid` and refcounting in `Jid` | Steffen Jaeckel | 2023-01-19 | 3 | -26/+36 |
* | improve const correctness | Steffen Jaeckel | 2023-01-18 | 3 | -8/+8 |
* | fix more memory leaks | Steffen Jaeckel | 2023-01-18 | 2 | -11/+16 |
* | add `now` option to `/reconnect` command | Steffen Jaeckel | 2023-01-18 | 2 | -6/+5 |
* | add `/strophe` command to modify libstrophe-specific settings | Steffen Jaeckel | 2023-01-18 | 1 | -7/+17 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 6 | -6/+6 |
* | Apply codigng style on new MAM code | Michael Vetter | 2022-10-21 | 2 | -6/+6 |
* | Fix GSList handling in new MAM code | Paul Fertser | 2022-10-21 | 1 | -13/+8 |
* | Fix merge mistake | Michael Vetter | 2022-10-21 | 1 | -1/+1 |
* | Merge MAM improvements from #1724 | Michael Vetter | 2022-10-21 | 4 | -45/+263 |
|\ | |||||
| * | Handle late delivery | MarcoPolo-PasTonMolo | 2022-08-20 | 2 | -20/+103 |
| * | Handle scrolling down when buffer fills up | MarcoPolo-PasTonMolo | 2022-07-10 | 1 | -3/+3 |
| * | Cleanup | MarcoPolo-PasTonMolo | 2022-07-05 | 1 | -1/+0 |
| * | Add loading history message on initial MAM request | MarcoPolo-PasTonMolo | 2022-07-05 | 1 | -0/+5 |
| * | Fix initial MAM not displaying | MarcoPolo-PasTonMolo | 2022-07-05 | 3 | -36/+42 |
| * | Add 'Loading messages' message when scrolling up | MarcoPolo-PasTonMolo | 2022-07-04 | 1 | -0/+2 |
| * | Fech data from mam when all history gets displayed | MarcoPolo-PasTonMolo | 2022-07-03 | 2 | -0/+45 |
| * | Get messages from history when scrolling up. | MarcoPolo-PasTonMolo | 2022-07-03 | 1 | -1/+3 |
| * | On new chatwin fetch mam according to guidelines. | MarcoPolo-PasTonMolo | 2022-07-03 | 3 | -39/+115 |
* | | Add vCard support | Marouane L | 2022-10-18 | 5 | -0/+1872 |