Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
* | | | Merge pull request #1648 from profanity-im/refactor-editor | Michael Vetter | 2022-03-14 | 14 | -265/+141 | |
|\ \ \ | ||||||
| * | | | 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 | 5 | -45/+15 | |
| * | | | 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 | |
|/ / / | ||||||
* | | | Correct omemo xep number in doap file | Michael Vetter | 2022-03-07 | 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 | |
* | | | Merge pull request #1645 from MarcoPolo-PasTonMolo/feature/hotkey-send-to-editor | Michael Vetter | 2022-03-03 | 5 | -87/+208 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Move get_message_from_editor to appropriate file and change its keybinding | MarcoPolo-PasTonMolo | 2022-03-03 | 6 | -88/+183 | |
| * | | Add hotkey for sending readline text to editor | MarcoPolo-PasTonMolo | 2022-03-03 | 3 | -5/+31 | |
* | | | Add hint about shortcuts | Michael Vetter | 2022-03-02 | 1 | -0/+4 | |
|/ / | ||||||
* | | Merge pull request #1643 from profanity-im/feat/1638-editor-subject | Michael Vetter | 2022-02-26 | 3 | -5/+21 | |
|\ \ | ||||||
| * | | Add `/subject editor` command | Michael Vetter | 2022-02-26 | 3 | -5/+21 | |
* | | | Sort badges according to color | Michael Vetter | 2022-02-24 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Add build section to contributing.md | Michael Vetter | 2022-02-23 | 1 | -0/+5 | |
* | | build: Use CPPFLAGS for obsd | Michael Vetter | 2022-02-23 | 1 | -1/+1 | |
|/ | ||||||
* | Add doap to release guide | Michael Vetter | 2022-02-22 | 1 | -0/+2 | |
* | XEP-0453: add Windows | Michael Vetter | 2022-02-22 | 1 | -0/+1 | |
* | XEP-0453: Update supported xeps | Michael Vetter | 2022-02-22 | 1 | -54/+55 | |
* | XEP-0453: DOAP usage in XMPP | Stefan Kropp | 2022-02-22 | 1 | -0/+405 | |
* | Set libstrophe log verbosity | Michael Vetter | 2022-02-21 | 1 | -0/+1 | |
* | Remove link to python bug | Michael Vetter | 2022-02-18 | 1 | -1/+1 | |
* | Merge pull request #1642 from jugendhacker/fix/851-python-cross-compile | Michael Vetter | 2022-02-18 | 3 | -10/+9 | |
|\ | ||||||
| * | Fix python executed during configure | j.r | 2022-02-18 | 3 | -10/+9 | |
|/ | ||||||
* | Fix typos in comments | Michael Vetter | 2022-02-18 | 2 | -2/+2 | |
* | Add unit tests section to CONTIBUTING.md | Michael Vetter | 2022-02-18 | 1 | -2/+6 | |
* | Add Pull Request template | Michael Vetter | 2022-02-18 | 1 | -0/+2 | |
* | Merge pull request #1641 from profanity-im/clean-configure | Michael Vetter | 2022-02-18 | 6 | -386/+117 | |
|\ | ||||||
| * | Remove configure-plugins helper script | Michael Vetter | 2022-02-18 | 1 | -3/+0 | |
| * | build: use target instead of host | Michael Vetter | 2022-02-18 | 1 | -3/+3 | |
| * | build: use PKG_CHECK_MODULES to check for xscreensaver | Michael Vetter | 2022-02-18 | 1 | -13/+6 | |
| * | build: use CFLAGS instead of CPPFLAGS where possible | Michael Vetter | 2022-02-18 | 1 | -6/+6 | |
| * | build: remove otr3 support | Michael Vetter | 2022-02-18 | 3 | -254/+9 | |
| * | build: remove support for old libsignal | Michael Vetter | 2022-02-18 | 3 | -28/+1 | |
| * | build: remove xmpp_lib variable | Michael Vetter | 2022-02-18 | 1 | -4/+3 | |
| * | build: group related parts better together | Michael Vetter | 2022-02-18 | 1 | -49/+58 | |
| * | build: change comments | Michael Vetter | 2022-02-18 | 1 | -28/+30 | |
| * | build: define min autotools version and set url | Michael Vetter | 2022-02-18 | 1 | -2/+3 | |
| * | build: use AC_MSG_NOTICE instead of echo | Michael Vetter | 2022-02-18 | 1 | -14/+15 | |
| * | build: add vim modeline | Michael Vetter | 2022-02-17 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #1640 from profanity-im/contributing-rules | Michael Vetter | 2022-02-17 | 1 | -1/+38 | |
|\ | ||||||
| * | Update the contributing guide | Michael Vetter | 2022-02-17 | 1 | -1/+38 | |
|/ | ||||||
* | Remove Patreon | Michael Vetter | 2022-02-16 | 2 | -4/+2 | |
* | Merge pull request #1637 from profanity-im/fix-soh-regression | Michael Vetter | 2022-02-14 | 1 | -3/+2 | |
|\ |