Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | Fix ox autocompletion | Michael Vetter | 2022-04-28 | 1 | -3/+10 |
| * | | ox: group online autocompletion together | Michael Vetter | 2022-04-28 | 1 | -10/+5 |
| * | | ox: print bad usage instead of custom message | Michael Vetter | 2022-04-27 | 1 | -1/+1 |
| * | | Remove comment | Michael Vetter | 2022-04-27 | 1 | -5/+0 |
| |/ | |||||
| * | Allow /editor while not connected | Paul Fertser | 2022-04-12 | 1 | -7/+0 |
| * | fix `account set theme` help | Steffen Jaeckel | 2022-04-01 | 1 | -1/+1 |
| * | less duplication | Steffen Jaeckel | 2022-03-31 | 1 | -36/+56 |
| * | use `_string_matches_one_of()` at more places | Steffen Jaeckel | 2022-03-31 | 1 | -16/+7 |
| * | add `_string_matches_one_of()` helper function | Steffen Jaeckel | 2022-03-30 | 1 | -21/+39 |
* | | use more standard replies when setting stamp | Michael Vetter | 2022-04-28 | 1 | -3/+3 |
* | | Rename stamp preference variable | Michael Vetter | 2022-04-28 | 1 | -6/+6 |
* | | Rewrite stamp help | Michael Vetter | 2022-04-28 | 1 | -12/+10 |
* | | add /stamp command | Artjom Vejsel | 2022-04-02 | 3 | -0/+76 |
|/ | |||||
* | Add none option for /who | MarcoPolo-PasTonMolo | 2022-03-27 | 3 | -3/+8 |
* | Merge pull request #1655 from profanity-im/win-autocomplete | Michael Vetter | 2022-03-24 | 1 | -0/+4 |
|\ | |||||
| * | Reset url autocompletion after open/save | Michael Vetter | 2022-03-24 | 1 | -0/+4 |
* | | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 1 | -0/+2 |
|/ | |||||
* | Add adhoc cmd autocompletion | Michael Vetter | 2022-03-21 | 1 | -0/+19 |
* | Merge pull request #1644 from profanity-im/ox-polish | Michael Vetter | 2022-03-21 | 2 | -22/+19 |
|\ | |||||
| * | Remove strange block from ox autocomplete | Michael Vetter | 2022-02-25 | 1 | -18/+0 |
| * | Remove useless comment | Michael Vetter | 2022-02-25 | 1 | -5/+0 |
| * | Fix memleak in cmd_export | Michael Vetter | 2022-02-24 | 1 | -0/+1 |
| * | ox: expand file and check for existance before trying to announce | Michael Vetter | 2022-02-24 | 1 | -1/+16 |
| * | ox: add autocomplete for /ox announce | Michael Vetter | 2022-02-24 | 1 | -0/+4 |
* | | use `g_mkdir_with_parents()` instead of home-baked solution | Steffen Jaeckel | 2022-03-14 | 1 | -1/+1 |
* | | Move get_message_from_editor to appropriate file and change its keybinding | MarcoPolo-PasTonMolo | 2022-03-03 | 2 | -84/+1 |
* | | Add hotkey for sending readline text to editor | MarcoPolo-PasTonMolo | 2022-03-03 | 2 | -5/+5 |
* | | Add `/subject editor` command | Michael Vetter | 2022-02-26 | 3 | -5/+21 |
|/ | |||||
* | Fix typos in comments | Michael Vetter | 2022-02-18 | 1 | -1/+1 |
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -1/+1 |
* | command: change user mood clearing message | Michael Vetter | 2022-02-01 | 1 | -1/+1 |
* | command: rename /mood clean to /mood clear | Michael Vetter | 2022-02-01 | 3 | -5/+5 |
* | command: adapt mood description | Michael Vetter | 2022-01-30 | 1 | -3/+3 |
* | XEP-0107: User Mood - Clean mood | Stefan Kropp | 2022-01-30 | 3 | -6/+13 |
* | xep-0107: adjust help | Michael Vetter | 2021-12-06 | 1 | -5/+5 |
* | xep-0107: code review | DebXWoody | 2021-12-06 | 3 | -16/+14 |
* | Add xep-0107: User Mood support | DebXWoody | 2021-12-06 | 4 | -0/+143 |