Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove VLA & calm Valgrind | Steffen Jaeckel | 2023-05-12 | 1 | -1/+7 |
* | Improve const-correctness of API | Steffen Jaeckel | 2023-05-12 | 2 | -2/+2 |
* | Cleanup: gchar as gchar instead of char | John Hernandez | 2023-05-04 | 2 | -11/+7 |
* | Fix memleak in _inp_rl_linehandler | Michael Vetter | 2023-04-18 | 1 | -0/+1 |
* | Merge pull request #1827 from H3rnand3zzz/feature/sessions-alarm | Michael Vetter | 2023-04-18 | 1 | -1/+5 |
|\ | |||||
| * | Add sessions_alarm | John Hernandez | 2023-04-18 | 1 | -1/+5 |
* | | Don't add the same command twice to history | John Hernandez | 2023-04-17 | 1 | -5/+8 |
|/ | |||||
* | Fixes Statusbar tabs and Cleanup | John Hernandez | 2023-04-10 | 2 | -15/+39 |
* | Improve titlebar flexibility | John Hernandez | 2023-04-10 | 1 | -9/+17 |
* | Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher | Michael Vetter | 2023-04-09 | 1 | -0/+3 |
|\ | |||||
| * | Allow setting client identification name/version manually | John Hernandez | 2023-04-09 | 1 | -0/+3 |
* | | User proper ellipsis char | Martin Dosch | 2023-04-09 | 3 | -4/+4 |
* | | add `/statusbar tabmode actlist` | Steffen Jaeckel | 2023-04-08 | 2 | -46/+98 |
* | | fix display of a "list type" in a form if there's no value assigned yet | Steffen Jaeckel | 2023-04-04 | 1 | -27/+21 |
|/ | |||||
* | Fix typos | Michael Vetter | 2023-04-03 | 3 | -3/+3 |
* | Fix PGP | John Hernandez | 2023-03-31 | 1 | -8/+6 |
* | Add WIN_VCARD to win_get_tab_identifier() | Michael Vetter | 2023-03-23 | 1 | -0/+4 |
* | Adapt to new g_string_free() usage | Michael Vetter | 2023-03-23 | 2 | -13/+4 |
* | ui: make it easier to find non covered window types | Michael Vetter | 2023-03-23 | 1 | -20/+31 |
* | Adapt to g_string_free glib 2.75.3 change | Michael Vetter | 2023-03-21 | 4 | -29/+7 |
* | change OMEMO QR code `0` bits to 'space' | Steffen Jaeckel | 2023-03-12 | 1 | -2/+6 |
* | Fix duplicate download IDs. | IsaacM88 | 2023-03-09 | 2 | -3/+3 |
* | Fix quote and url autocompletion for MAM and history | MarcoPolo-PasTonMolo | 2023-02-13 | 6 | -17/+33 |
* | fix more memory leaks | Steffen Jaeckel | 2023-01-18 | 1 | -1/+1 |
* | add `/strophe` command to modify libstrophe-specific settings | Steffen Jaeckel | 2023-01-18 | 2 | -0/+17 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 13 | -14/+14 |
* | Improve MAM loading string. | Martin Dosch | 2022-10-22 | 1 | -1/+1 |
* | Fix segfault when loading from MAM | MarcoPolo-PasTonMolo | 2022-10-22 | 1 | -2/+13 |
* | Apply codigng style on new MAM code | Michael Vetter | 2022-10-21 | 2 | -2/+2 |
* | Let users scroll up again | Michael Vetter | 2022-10-21 | 1 | -4/+0 |
* | Merge MAM improvements from #1724 | Michael Vetter | 2022-10-21 | 6 | -13/+158 |
|\ | |||||
| * | Don't notify on MAM messages | MarcoPolo-PasTonMolo | 2022-08-20 | 1 | -7/+10 |
| * | Handle late delivery | MarcoPolo-PasTonMolo | 2022-08-20 | 2 | -6/+5 |
| * | Handle MAM when chatwin gets created from incoming message | MarcoPolo-PasTonMolo | 2022-07-10 | 1 | -1/+4 |
| * | Have ability to scroll through history even without MAM | MarcoPolo-PasTonMolo | 2022-07-10 | 2 | -5/+5 |
| * | Handle scrolling down when buffer fills up | MarcoPolo-PasTonMolo | 2022-07-10 | 3 | -7/+29 |
| * | Cleanup | MarcoPolo-PasTonMolo | 2022-07-05 | 3 | -12/+5 |
| * | Add loading history message on initial MAM request | MarcoPolo-PasTonMolo | 2022-07-05 | 3 | -2/+12 |
| * | Fix initial MAM not displaying | MarcoPolo-PasTonMolo | 2022-07-05 | 3 | -14/+16 |
| * | Add 'Loading messages' message when scrolling up | MarcoPolo-PasTonMolo | 2022-07-04 | 3 | -5/+22 |
| * | Fech data from mam when all history gets displayed | MarcoPolo-PasTonMolo | 2022-07-03 | 1 | -1/+7 |
| * | Get messages from history when scrolling up. | MarcoPolo-PasTonMolo | 2022-07-03 | 6 | -5/+95 |
* | | Add vCard support | Marouane L | 2022-10-18 | 7 | -1/+326 |
* | | Fix first start detection | Michael Vetter | 2022-10-11 | 1 | -3/+3 |
* | | Display a help message upon first start of Profanity | Michael Vetter | 2022-07-05 | 1 | -0/+24 |
* | | Exit *_incoming_msg functions when plain message is empty | Michael Vetter | 2022-07-04 | 3 | -0/+17 |
* | | Let slashguard ignore quoted messages | Michael Vetter | 2022-07-04 | 1 | -1/+2 |
* | | Don't scroll if not needed | Michael Vetter | 2022-06-29 | 1 | -0/+4 |
* | | Fix formatting | Michael Vetter | 2022-06-22 | 1 | -1/+1 |
* | | Display log level information in preferences | Michael Vetter | 2022-06-22 | 1 | -0/+4 |