about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: paylod -> payloadMichael Vetter2022-04-121-1/+1
* Show return symbol for embedded newlinesPaul Fertser2022-04-121-1/+24
* Handle input win redisplay via Readline hookPaul Fertser2022-04-121-3/+10
* Show Readline prompt in input windowPaul Fertser2022-04-121-0/+7
* Allow /editor while not connectedPaul Fertser2022-04-121-7/+0
* Dont show presence status changes by defaultMichael Vetter2022-04-071-2/+2
* Merge pull request #1674 from paulfertser/allow-bold-for-default-coloursMichael Vetter2022-04-041-12/+13
|\
| * Allow bold for default coloursPaul Fertser2022-04-011-12/+13
* | Merge pull request #1681 from akaWolf/fix_theme_load_non_existMichael Vetter2022-04-031-0/+3
|\ \
| * | disable execution of colors-changing code when call for theme load and it doe...Artjom Vejsel2022-04-021-0/+3
| |/
* | Merge pull request #1675 from paulfertser/fix-no-me-historyMichael Vetter2022-04-031-0/+1
|\ \
| * | Use correct colour for their nick when showing historyPaul Fertser2022-04-011-0/+1
| |/
* | Include `config.h` in `src/config.cafile.c`Maxi Wuttke2022-04-021-0/+2
* | Fix a segfault when uploading or downloading filesMaxi Wuttke2022-04-022-2/+2
|/
* Fix logging (this time for real)Steffen Jaeckel2022-04-011-1/+7
* fix path where logs are storedSteffen Jaeckel2022-04-011-1/+3
* Merge pull request #1664 from paulfertser/tab-completion-cleanupMichael Vetter2022-04-011-41/+11
|\
| * Tab completion code simplificationPaul Fertser2022-03-301-41/+11
* | Merge pull request #1667 from paulfertser/fix-screen-arrows-bindingsMichael Vetter2022-04-011-0/+3
|\ \
| * | Add Alt/Ctrl-arrows combinations for GNU ScreenPaul Fertser2022-03-301-0/+3
* | | Merge pull request #1669 from paulfertser/make-rl-functions-bindableMichael Vetter2022-04-011-0/+5
|\ \ \
| * | | Make all existing input functions bindable from configPaul Fertser2022-03-301-0/+5
| |/ /
* | | Merge pull request #1670 from profanity-im/moar-cleanupMichael Vetter2022-04-013-47/+59
|\ \ \
| * | | fix `account set theme` helpSteffen Jaeckel2022-04-011-1/+1
| * | | fix linter warningsSteffen Jaeckel2022-03-311-1/+2
| * | | less duplicationSteffen Jaeckel2022-03-311-36/+56
| * | | use `_string_matches_one_of()` at more placesSteffen Jaeckel2022-03-311-16/+7
| |/ /
* / / Fix race condition on resizePaul Fertser2022-04-011-3/+1
|/ /
* | run `make format`Steffen Jaeckel2022-03-302-3/+4
* | add `_string_matches_one_of()` helper functionSteffen Jaeckel2022-03-301-21/+39
* | clean-up connection (act I)Steffen Jaeckel2022-03-301-152/+63
|/
* Input window: handle invalid multibytePaul Fertser2022-03-291-0/+4
* Merge pull request #1656 from MarcoPolo-PasTonMolo/feature/who-noneMichael Vetter2022-03-294-3/+14
|\
| * Add none option for /whoMarcoPolo-PasTonMolo2022-03-274-3/+14
* | Use EDITOR environment variablePaul Fertser2022-03-271-2/+4
|/
* Merge pull request #1655 from profanity-im/win-autocompleteMichael Vetter2022-03-241-0/+4
|\
| * Reset url autocompletion after open/saveMichael Vetter2022-03-241-0/+4
* | Fix crash on /editorMarcoPolo-PasTonMolo2022-03-241-1/+5
* | Merge pull request #1652 from profanity-im/fix-1624Michael Vetter2022-03-2313-46/+204
|\ \ | |/ |/|
| * apply `tls.policy` to cURL callsSteffen Jaeckel2022-03-222-0/+14
| * add profanity-specific CAfileSteffen Jaeckel2022-03-227-0/+169
| * a tad more `const`-correctnessSteffen Jaeckel2022-03-226-8/+8
| * also store PEM in `TLSCertificate`Steffen Jaeckel2022-03-223-5/+12
| * simplify codeSteffen Jaeckel2022-03-211-33/+1
* | Use funcs available in all glib versions to replace \n in quotesMarcoPolo-PasTonMolo2022-03-211-2/+7
* | Add quote autocompletion for previous messagesMarcoPolo-PasTonMolo2022-03-219-1/+86
|/
* Add adhoc cmd autocompletionMichael Vetter2022-03-211-0/+19
* Merge pull request #1644 from profanity-im/ox-polishMichael Vetter2022-03-214-102/+97
|\
| * Remove strange block from ox autocompleteMichael Vetter2022-02-251-18/+0
| * Remove useless commentMichael Vetter2022-02-251-5/+0