Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Improve manpage formatting a bit | Paul Fertser | 2022-03-30 | 1 | -3/+8 | |
| * | | Add all missing key bindings to man page | Paul Fertser | 2022-03-30 | 1 | -2/+19 | |
|/ / | ||||||
* | | Merge pull request #1665 from profanity-im/moar-cleanup | Michael Vetter | 2022-03-30 | 7 | -179/+137 | |
|\ \ | |/ |/| | ||||||
| * | fix installation of manpages | Steffen Jaeckel | 2022-03-30 | 1 | -3/+3 | |
| * | update gitignore | Steffen Jaeckel | 2022-03-30 | 1 | -0/+5 | |
| * | add CI job to check coding style | Steffen Jaeckel | 2022-03-30 | 1 | -0/+23 | |
| * | run `make format` | Steffen Jaeckel | 2022-03-30 | 2 | -3/+4 | |
| * | add `_string_matches_one_of()` helper function | Steffen Jaeckel | 2022-03-30 | 1 | -21/+39 | |
| * | clean-up connection (act I) | Steffen Jaeckel | 2022-03-30 | 1 | -152/+63 | |
|/ | ||||||
* | Start new cycle | Michael Vetter | 2022-03-30 | 102 | -5496/+1 | |
* | Release 0.12.0 | Michael Vetter | 2022-03-30 | 104 | -4/+5500 | |
* | Merge pull request #1660 from paulfertser/fix-invalid-mbrlen-input | Michael Vetter | 2022-03-29 | 1 | -0/+4 | |
|\ | ||||||
| * | Input window: handle invalid multibyte | Paul Fertser | 2022-03-29 | 1 | -0/+4 | |
|/ | ||||||
* | changelog: add build requirements info | Michael Vetter | 2022-03-29 | 1 | -0/+3 | |
* | Update Changelog for 0.12.0 | Michael Vetter | 2022-03-29 | 1 | -0/+59 | |
* | Merge pull request #1659 from paulfertser/add-debug-info | Michael Vetter | 2022-03-29 | 1 | -0/+1 | |
|\ | ||||||
| * | Add debug information to binary | Paul Fertser | 2022-03-28 | 1 | -0/+1 | |
* | | Merge pull request #1656 from MarcoPolo-PasTonMolo/feature/who-none | Michael Vetter | 2022-03-29 | 4 | -3/+14 | |
|\ \ | |/ |/| | ||||||
| * | Add none option for /who | MarcoPolo-PasTonMolo | 2022-03-27 | 4 | -3/+14 | |
* | | Merge pull request #1657 from paulfertser/autoconf-fixes | Michael Vetter | 2022-03-28 | 1 | -3/+4 | |
|\ \ | ||||||
| * | | Fix AM_CFLAGS assignments (including libstrophe flags) | Paul Fertser | 2022-03-27 | 1 | -2/+2 | |
| * | | Fix autoconf warning about AC_CANONICAL_TARGET ordering | Paul Fertser | 2022-03-27 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge pull request #1658 from paulfertser/use-editor-env-variable | Michael Vetter | 2022-03-27 | 1 | -2/+4 | |
|\ \ | |/ |/| | ||||||
| * | Use EDITOR environment variable | Paul Fertser | 2022-03-27 | 1 | -2/+4 | |
|/ | ||||||
* | 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 | |
* | | Merge pull request #1653 from MarcoPolo-PasTonMolo/fix/editor-crash | Michael Vetter | 2022-03-24 | 1 | -1/+5 | |
|\ \ | ||||||
| * | | Fix crash on /editor | MarcoPolo-PasTonMolo | 2022-03-24 | 1 | -1/+5 | |
|/ / | ||||||
* | | Merge pull request #1652 from profanity-im/fix-1624 | Michael Vetter | 2022-03-23 | 16 | -48/+263 | |
|\ \ | |/ |/| | ||||||
| * | apply `tls.policy` to cURL calls | Steffen Jaeckel | 2022-03-22 | 2 | -0/+14 | |
| * | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 9 | -0/+226 | |
| * | a tad more `const`-correctness | Steffen Jaeckel | 2022-03-22 | 7 | -10/+10 | |
| * | also store PEM in `TLSCertificate` | Steffen Jaeckel | 2022-03-22 | 3 | -5/+12 | |
| * | simplify code | Steffen Jaeckel | 2022-03-21 | 1 | -33/+1 | |
* | | Merge pull request #1651 from MarcoPolo-PasTonMolo/feature/quote-autocomplete | Michael Vetter | 2022-03-21 | 10 | -1/+98 | |
|\ \ | |/ |/| | ||||||
| * | Use funcs available in all glib versions to replace \n in quotes | MarcoPolo-PasTonMolo | 2022-03-21 | 1 | -2/+7 | |
| * | Add quote autocompletion for previous messages | MarcoPolo-PasTonMolo | 2022-03-21 | 10 | -1/+93 | |
|/ | ||||||
* | 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 | 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 |