Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #1644 from profanity-im/ox-polish | Michael Vetter | 2022-03-21 | 4 | -102/+97 | |
|\ | ||||||
| * | 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: remove else case | Michael Vetter | 2022-02-24 | 1 | -43/+44 | |
| * | ox: add autocomplete for /ox announce | Michael Vetter | 2022-02-24 | 1 | -0/+4 | |
| * | ox: adjust formatting | Michael Vetter | 2022-02-24 | 1 | -4/+0 | |
| * | ox: standardize log output | Michael Vetter | 2022-02-24 | 1 | -33/+34 | |
* | | Merge pull request #1646 from MarcoPolo-PasTonMolo/fix/nick-autocomplete | Michael Vetter | 2022-03-21 | 1 | -12/+19 | |
|\ \ | ||||||
| * | | Reverse priority for nick vs cmd autocomplete | MarcoPolo-PasTonMolo | 2022-03-21 | 1 | -12/+15 | |
| * | | Fix not autocompleting nicks with '/' | MarcoPolo-PasTonMolo | 2022-03-03 | 1 | -4/+8 | |
* | | | re-factor `get_message_from_editor()` | Steffen Jaeckel | 2022-03-14 | 1 | -62/+50 | |
* | | | replace `GString` usage where a simple `strdup` works | Steffen Jaeckel | 2022-03-14 | 1 | -20/+6 | |
* | | | refactor logfile-name creation | Steffen Jaeckel | 2022-03-14 | 1 | -66/+10 | |
* | | | use `g_mkdir_with_parents()` instead of home-baked solution | Steffen Jaeckel | 2022-03-14 | 4 | -43/+13 | |
* | | | add `files_file_in_account_data_path()` | Steffen Jaeckel | 2022-03-13 | 6 | -71/+52 | |
* | | | prevent segfault | Steffen Jaeckel | 2022-03-13 | 2 | -4/+11 | |
* | | | Alt+e is already bound, use Alt+c | Steffen Jaeckel | 2022-03-13 | 1 | -1/+1 | |
* | | | Add stat.h to editor | Michael Vetter | 2022-03-04 | 1 | -0/+1 | |
* | | | Include errno header in editor.c | Michael Vetter | 2022-03-04 | 1 | -1/+2 | |
* | | | Move get_message_from_editor to appropriate file and change its keybinding | MarcoPolo-PasTonMolo | 2022-03-03 | 5 | -88/+181 | |
* | | | Add hotkey for sending readline text to editor | MarcoPolo-PasTonMolo | 2022-03-03 | 3 | -5/+31 | |
|/ / | ||||||
* / | Add `/subject editor` command | Michael Vetter | 2022-02-26 | 3 | -5/+21 | |
|/ | ||||||
* | Set libstrophe log verbosity | Michael Vetter | 2022-02-21 | 1 | -0/+1 | |
* | Fix python executed during configure | j.r | 2022-02-18 | 2 | -5/+5 | |
* | Fix typos in comments | Michael Vetter | 2022-02-18 | 2 | -2/+2 | |
* | build: remove otr3 support | Michael Vetter | 2022-02-18 | 1 | -231/+0 | |
* | build: remove support for old libsignal | Michael Vetter | 2022-02-18 | 2 | -20/+0 | |
* | fix handling of connection errors | Steffen Jaeckel | 2022-02-08 | 1 | -3/+2 | |
* | Remove banned muc member from member list | Michael Vetter | 2022-02-02 | 1 | -0/+4 | |
* | Fix off-by-one | Steffen Jaeckel | 2022-02-01 | 1 | -2/+2 | |
* | add missing IPv6 handling | Steffen Jaeckel | 2022-02-01 | 1 | -5/+22 | |
* | add fall-back for older GLib versions | Steffen Jaeckel | 2022-02-01 | 1 | -18/+54 | |
* | handle `see-other-host` XMPP stream error | Steffen Jaeckel | 2022-02-01 | 5 | -2/+110 | |
* | auto-format | Steffen Jaeckel | 2022-02-01 | 20 | -132/+134 | |
* | session: combine internal free-functions | Steffen Jaeckel | 2022-02-01 | 1 | -12/+8 | |
* | 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 | 4 | -14/+22 | |
* | presence: guard against invalid input | Michael Vetter | 2022-01-27 | 1 | -3/+12 | |
* | database.c: fix inserting messages to chat logs if archive_id is empty | Juraj Mlich | 2021-12-31 | 1 | -1/+1 | |
* | omemo: log when no pubsub | Michael Vetter | 2021-12-13 | 1 | -0/+4 | |
* | Merge branch 'master' into xep/xep0107-user-mood | Michael Vetter | 2021-12-06 | 5 | -9/+23 | |
|\ | ||||||
| * | Merge pull request #1610 from nandesu-utils/master | Michael Vetter | 2021-11-30 | 1 | -4/+10 | |
| |\ | ||||||
| | * | Refined sender device acquirement | nandesu-utils | 2021-10-29 | 1 | -5/+7 | |
| | * | Acquire sender's device list on connection | nandesu-utils | 2021-10-28 | 1 | -4/+8 | |
| * | | Merge pull request #1616 from trofi/master | Michael Vetter | 2021-11-26 | 2 | -3/+3 | |
| |\ \ | ||||||
| | * | | python_api.c: enlarge `c_arguments` array to avoid OOB write | Sergei Trofimovich | 2021-11-26 | 1 | -1/+1 |