| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce `auto_gcharv` | Steffen Jaeckel | 2023-01-19 | 1 | -71/+13 |
* | fix more memory leaks | Steffen Jaeckel | 2023-01-18 | 2 | -7/+9 |
* | add `now` option to `/reconnect` command | Steffen Jaeckel | 2023-01-18 | 2 | -9/+13 |
* | slightly improve `command_defs[]` | Steffen Jaeckel | 2023-01-18 | 5 | -463/+274 |
* | minor changes | Steffen Jaeckel | 2023-01-18 | 2 | -24/+20 |
* | add `/strophe` command to modify libstrophe-specific settings | Steffen Jaeckel | 2023-01-18 | 4 | -0/+94 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 5 | -5/+5 |
* | Make `/url save` autocomplete filenames after a url | MarcoPolo-PasTonMolo | 2022-12-27 | 1 | -1/+15 |
* | Add vCard support | Marouane L | 2022-10-18 | 4 | -5/+1380 |
* | 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 |
* | Spawn external programs asynchronously | Marouane L | 2022-10-12 | 1 | -1/+1 |
* | fix: print when no plugins installed | Viachaslau Khalikin | 2022-09-20 | 1 | -12/+15 |
* | add: autocompletion plugins arguments | Viachaslau Khalikin | 2022-09-20 | 1 | -0/+6 |
* | fix: filtering of the available global plugins | Viachaslau Khalikin | 2022-09-20 | 1 | -2/+4 |
* | minor: using cons_bad_cmd_usage() instead of the manual handling | Viachaslau Khalikin | 2022-09-19 | 1 | -3/+3 |
* | Fix typo which catched by codespell | Viachaslau Khalikin | 2022-09-19 | 1 | -1/+1 |
* | Print unloaded plugins which already installed | Viachaslau Khalikin | 2022-09-19 | 2 | -3/+14 |
* | Fix handle cmd_plugins_uninstall without args | Viachaslau Khalikin | 2022-09-19 | 1 | -1/+2 |
* | Fix /autoaway command logic | Netboy3 | 2022-07-28 | 1 | -4/+2 |
* | Split ox functions from gpg.c to ox.c | Michael Vetter | 2022-06-29 | 1 | -0/+1 |
* | Add autocompletion for `/log level` | Michael Vetter | 2022-06-22 | 1 | -0/+13 |
* | Correct default log maxsize in help | Michael Vetter | 2022-06-22 | 1 | -1/+1 |
* | Let user change log level while running | Michael Vetter | 2022-06-22 | 3 | -4/+17 |
* | Display mood preferences | Michael Vetter | 2022-06-22 | 2 | -2/+2 |
* | Make mood display optional | Michael Vetter | 2022-06-22 | 3 | -1/+13 |
* | Don't forget encryption status for OX and PGP. | MarcoPolo-PasTonMolo | 2022-06-17 | 1 | -0/+4 |
* | Use our omemo sid/fingerprint in qr code | Michael Vetter | 2022-05-31 | 1 | -2/+4 |
* | Add command help for omemo qrcode | Michael Vetter | 2022-05-30 | 1 | -2/+4 |
* | Reverse QR code colors and add padding | swirl | 2022-05-30 | 1 | -1/+0 |
* | implement working OMEMO QR code | swirl | 2022-05-30 | 1 | -1/+13 |
* | Add basic qrcode functions | Michael Vetter | 2022-05-30 | 4 | -1/+16 |
* | Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-set | Michael Vetter | 2022-05-30 | 3 | -1/+19 |
|\ |
|
| * | Final touches for `/avatar set` | Michael Vetter | 2022-05-27 | 2 | -2/+2 |
| * | Add checks for whether gdk-pixbuf exists before using avatar set | MarcoPolo-PasTonMolo | 2022-05-26 | 1 | -0/+4 |
| * | Add `/avatar set` command to publish avatar | MarcoPolo-PasTonMolo | 2022-05-26 | 3 | -1/+15 |
* | | Fix description of mood | Michael Vetter | 2022-05-27 | 1 | -1/+1 |
|/ |
|
* | Update copyright year | Michael Vetter | 2022-05-09 | 5 | -5/+5 |
* | Log encrypted messages by default to chatlog | Michael Vetter | 2022-05-09 | 1 | -3/+3 |
* | ox: remove /ox sendfile because its actually not implemented | Michael Vetter | 2022-05-05 | 2 | -11/+1 |
* | ox: show ox preferences | Michael Vetter | 2022-05-05 | 2 | -0/+5 |
* | ox: Add /ox log command | Michael Vetter | 2022-05-05 | 4 | -1/+34 |
* | Improve ox command help | Michael Vetter | 2022-05-04 | 1 | -2/+3 |
* | ox: print message when `/ox end` is run but not started | Michael Vetter | 2022-05-04 | 1 | -4/+8 |
* | ox: implement `/ox end` | Michael Vetter | 2022-05-03 | 1 | -0/+12 |
* | Fix autocomplete for `/ox discover`. | Martin Dosch | 2022-05-02 | 1 | -1/+1 |
* | ox: add jid autocompletion for /ox request | Michael Vetter | 2022-05-02 | 1 | -0/+5 |
* | Merge branch 'master' into add_stamp_settings | Michael Vetter | 2022-04-28 | 3 | -75/+118 |
|\ |
|
| * | Merge pull request #1697 from cockroach/feature/offline-muc-notifications | Michael Vetter | 2022-04-28 | 3 | -0/+24 |
| |\ |
|
| | * | Add support for offline MUC notifications | Stefan Ott | 2022-04-23 | 3 | -0/+24 |