Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand `/url` description | Michael Vetter | 2023-05-31 | 1 | -2/+2 |
* | Merge branch 'master' into cleanup/gchar-char | Michael Vetter | 2023-05-11 | 3 | -63/+66 |
|\ | |||||
| * | Merge pull request #1847 from profanity-im/minor-improvements | Michael Vetter | 2023-05-11 | 1 | -1/+2 |
| |\ | |||||
| | * | fix `/reconnect now` | Steffen Jaeckel | 2023-05-10 | 1 | -1/+2 |
| * | | Add helper function for individual cmd_executable_*() functions | Michael Vetter | 2023-05-10 | 1 | -46/+7 |
| * | | Add autocompletion for /executable parameters | Michael Vetter | 2023-05-10 | 1 | -0/+32 |
| * | | Make it possible to reset editor to default | Michael Vetter | 2023-05-10 | 2 | -0/+5 |
| * | | Add vcard_photo to /executable autocompletion | Michael Vetter | 2023-05-10 | 1 | -0/+1 |
| * | | Align avatar behaviour with urlopen | Michael Vetter | 2023-05-10 | 2 | -18/+23 |
| * | | Remove parsing of /avatar cmd | Michael Vetter | 2023-05-10 | 1 | -3/+0 |
| |/ | |||||
* / | Cleanup: gchar as gchar instead of char | John Hernandez | 2023-05-04 | 2 | -8/+5 |
|/ | |||||
* | Add ability to disable avatar publishing | IsaacM88 | 2023-05-02 | 3 | -20/+34 |
* | Merge pull request #1838 from H3rnand3zzz/fix/omemo-trust-notification | Michael Vetter | 2023-04-19 | 1 | -3/+3 |
|\ | |||||
| * | Improve OMEMO messages | John Hernandez | 2023-04-19 | 1 | -3/+3 |
* | | Fix `/plugins update` | John Hernandez | 2023-04-19 | 1 | -31/+22 |
|/ | |||||
* | Fix `/log level` crash | John Hernandez | 2023-04-18 | 1 | -18/+10 |
* | Add sessions_alarm | John Hernandez | 2023-04-18 | 3 | -2/+35 |
* | Add nickname support for /roster remove | John Hernandez | 2023-04-13 | 3 | -7/+10 |
* | Add limitation info about /statusbar chat user|jid | Michael Vetter | 2023-04-10 | 1 | -1/+1 |
* | Improve titlebar flexibility | John Hernandez | 2023-04-10 | 1 | -2/+2 |
* | Rewrite description for clientid | Michael Vetter | 2023-04-09 | 1 | -1/+1 |
* | Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher | Michael Vetter | 2023-04-09 | 3 | -12/+21 |
|\ | |||||
| * | Allow setting client identification name/version manually | John Hernandez | 2023-04-09 | 3 | -12/+21 |
* | | User proper ellipsis char | Martin Dosch | 2023-04-09 | 1 | -15/+15 |
* | | add `/statusbar tabmode actlist` | Steffen Jaeckel | 2023-04-08 | 3 | -0/+31 |
* | | refactor into array of a `struct` | Steffen Jaeckel | 2023-04-04 | 1 | -5/+15 |
* | | only create hashtable once | Steffen Jaeckel | 2023-04-04 | 1 | -72/+74 |
|/ | |||||
* | Fix typos | Michael Vetter | 2023-04-03 | 1 | -1/+1 |
* | Add autocomplete for the /reconnect command | MarcoPolo-PasTonMolo | 2023-04-02 | 1 | -0/+16 |
* | Add editor executable to CMD_SYN | Daniel Santos | 2023-03-31 | 1 | -0/+1 |
* | Editor executable support flags | Daniel Santos | 2023-03-30 | 1 | -1/+1 |
* | Adapt to g_string_free glib 2.75.3 change | Michael Vetter | 2023-03-21 | 3 | -27/+5 |
* | Fix duplicate download IDs. | IsaacM88 | 2023-03-09 | 1 | -5/+13 |
* | cmd: Update MAM help | Michael Vetter | 2023-02-15 | 1 | -2/+2 |
* | 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 |