Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | | Remove space to match clang coding style | the xhr | 2023-01-26 | 1 | -1/+1 | |
* | | Add macro for possible NULL prints and use it on known sports | the xhr | 2023-01-26 | 4 | -5/+11 | |
* | | Check if string is NULL and print placeholder instead | the xhr | 2023-01-26 | 2 | -2/+2 | |
|/ | ||||||
* | introduce `auto_gcharv` | Steffen Jaeckel | 2023-01-19 | 3 | -71/+23 | |
* | 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 | 7 | -23/+38 | |
* | fix memory leaks in OMEMO | Steffen Jaeckel | 2023-01-18 | 5 | -36/+61 | |
* | let `account_new()` take ownership of passed values | Steffen Jaeckel | 2023-01-18 | 3 | -110/+38 | |
* | add `now` option to `/reconnect` command | Steffen Jaeckel | 2023-01-18 | 4 | -15/+18 | |
* | slightly improve `command_defs[]` | Steffen Jaeckel | 2023-01-18 | 5 | -463/+274 | |
* | minor changes | Steffen Jaeckel | 2023-01-18 | 6 | -73/+43 | |
* | add `/strophe` command to modify libstrophe-specific settings | Steffen Jaeckel | 2023-01-18 | 11 | -23/+189 | |
* | Update copyright year | Michael Vetter | 2023-01-10 | 53 | -55/+55 | |
* | Make `/url save` autocomplete filenames after a url | MarcoPolo-PasTonMolo | 2022-12-27 | 1 | -1/+15 | |
* | Work around different clang-format versions | Michael Vetter | 2022-10-26 | 1 | -1/+1 | |
* | 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 | 5 | -9/+9 | |
* | Let users scroll up again | Michael Vetter | 2022-10-21 | 1 | -4/+0 | |
* | Fix merge mistake in database | Michael Vetter | 2022-10-21 | 1 | -1/+1 | |
* | 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 | 13 | -63/+494 | |
|\ | ||||||
| * | Don't notify on MAM messages | MarcoPolo-PasTonMolo | 2022-08-20 | 1 | -7/+10 | |
| * | Handle late delivery | MarcoPolo-PasTonMolo | 2022-08-20 | 5 | -27/+109 | |
| * | Apply corrections when getting messages from db | MarcoPolo-PasTonMolo | 2022-08-12 | 1 | -1/+1 | |
| * | Handle MAM when chatwin gets created from incoming message | MarcoPolo-PasTonMolo | 2022-07-10 | 2 | -1/+10 | |
| * | Fix duplicate sent messages in db | MarcoPolo-PasTonMolo | 2022-07-10 | 1 | -2/+3 | |
| * | Have ability to scroll through history even without MAM | MarcoPolo-PasTonMolo | 2022-07-10 | 4 | -10/+13 | |
| * | Handle scrolling down when buffer fills up | MarcoPolo-PasTonMolo | 2022-07-10 | 5 | -15/+37 | |
| * | Cleanup | MarcoPolo-PasTonMolo | 2022-07-05 | 4 | -13/+5 | |
| * | Add loading history message on initial MAM request | MarcoPolo-PasTonMolo | 2022-07-05 | 5 | -3/+20 | |
| * | Fix initial MAM not displaying | MarcoPolo-PasTonMolo | 2022-07-05 | 8 | -56/+69 | |
| * | Add 'Loading messages' message when scrolling up | MarcoPolo-PasTonMolo | 2022-07-04 | 4 | -5/+24 | |
| * | Fech data from mam when all history gets displayed | MarcoPolo-PasTonMolo | 2022-07-03 | 3 | -1/+52 | |
| * | Get messages from history when scrolling up. | MarcoPolo-PasTonMolo | 2022-07-03 | 9 | -9/+106 | |
| * | On new chatwin fetch mam according to guidelines. | MarcoPolo-PasTonMolo | 2022-07-03 | 5 | -39/+161 | |
* | | Add vCard support | Marouane L | 2022-10-18 | 21 | -7/+3595 | |
* | | Fix autocompletion for lastactivity | Stefan Kropp | 2022-10-17 | 1 | -5/+13 | |
* | | Improve /msg and /win autocompletion | Michael Vetter | 2022-10-17 | 1 | -1/+15 | |
* | | Merge pull request #1760 from techmetx11/fix/1759-async | Michael Vetter | 2022-10-12 | 6 | -35/+16 | |
|\ \ | ||||||
| * | | Spawn external programs asynchronously | Marouane L | 2022-10-12 | 6 | -35/+16 | |
* | | | Fix first start detection | Michael Vetter | 2022-10-11 | 1 | -3/+3 | |
* | | | Format Maxis commit properly | Michael Vetter | 2022-09-29 | 1 | -1/+1 | |
* | | | Use G_GSIZE_FORMAT instead of "%lu" for portability | Maxi Wuttke | 2022-09-29 | 1 | -1/+1 | |
|/ / |