index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo Annonuce -> Announce
Michael Vetter
2022-04-14
1
-4
/
+4
*
Fix typo: paylod -> payload
Michael Vetter
2022-04-12
1
-1
/
+1
*
Show return symbol for embedded newlines
Paul Fertser
2022-04-12
1
-1
/
+24
*
Handle input win redisplay via Readline hook
Paul Fertser
2022-04-12
1
-3
/
+10
*
Show Readline prompt in input window
Paul Fertser
2022-04-12
1
-0
/
+7
*
Allow /editor while not connected
Paul Fertser
2022-04-12
1
-7
/
+0
*
Dont show presence status changes by default
Michael Vetter
2022-04-07
1
-2
/
+2
*
Merge pull request #1674 from paulfertser/allow-bold-for-default-colours
Michael Vetter
2022-04-04
1
-12
/
+13
|
\
|
*
Allow bold for default colours
Paul Fertser
2022-04-01
1
-12
/
+13
*
|
Merge pull request #1681 from akaWolf/fix_theme_load_non_exist
Michael Vetter
2022-04-03
1
-0
/
+3
|
\
\
|
*
|
disable execution of colors-changing code when call for theme load and it doe...
Artjom Vejsel
2022-04-02
1
-0
/
+3
|
|
/
*
|
Merge pull request #1675 from paulfertser/fix-no-me-history
Michael Vetter
2022-04-03
1
-0
/
+1
|
\
\
|
*
|
Use correct colour for their nick when showing history
Paul Fertser
2022-04-01
1
-0
/
+1
|
|
/
*
|
Include `config.h` in `src/config.cafile.c`
Maxi Wuttke
2022-04-02
1
-0
/
+2
*
|
Fix a segfault when uploading or downloading files
Maxi Wuttke
2022-04-02
2
-2
/
+2
|
/
*
Fix logging (this time for real)
Steffen Jaeckel
2022-04-01
1
-1
/
+7
*
fix path where logs are stored
Steffen Jaeckel
2022-04-01
1
-1
/
+3
*
Merge pull request #1664 from paulfertser/tab-completion-cleanup
Michael Vetter
2022-04-01
1
-41
/
+11
|
\
|
*
Tab completion code simplification
Paul Fertser
2022-03-30
1
-41
/
+11
*
|
Merge pull request #1667 from paulfertser/fix-screen-arrows-bindings
Michael Vetter
2022-04-01
1
-0
/
+3
|
\
\
|
*
|
Add Alt/Ctrl-arrows combinations for GNU Screen
Paul Fertser
2022-03-30
1
-0
/
+3
*
|
|
Merge pull request #1669 from paulfertser/make-rl-functions-bindable
Michael Vetter
2022-04-01
1
-0
/
+5
|
\
\
\
|
*
|
|
Make all existing input functions bindable from config
Paul Fertser
2022-03-30
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #1670 from profanity-im/moar-cleanup
Michael Vetter
2022-04-01
3
-47
/
+59
|
\
\
\
|
*
|
|
fix `account set theme` help
Steffen Jaeckel
2022-04-01
1
-1
/
+1
|
*
|
|
fix linter warnings
Steffen Jaeckel
2022-03-31
1
-1
/
+2
|
*
|
|
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
|
|
/
/
*
/
/
Fix race condition on resize
Paul Fertser
2022-04-01
1
-3
/
+1
|
/
/
*
|
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
|
/
*
Input window: handle invalid multibyte
Paul Fertser
2022-03-29
1
-0
/
+4
*
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
*
|
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
*
|
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
13
-46
/
+204
|
\
\
|
|
/
|
/
|
|
*
apply `tls.policy` to cURL calls
Steffen Jaeckel
2022-03-22
2
-0
/
+14
|
*
add profanity-specific CAfile
Steffen Jaeckel
2022-03-22
7
-0
/
+169
|
*
a tad more `const`-correctness
Steffen Jaeckel
2022-03-22
6
-8
/
+8
|
*
also store PEM in `TLSCertificate`
Steffen Jaeckel
2022-03-22
3
-5
/
+12
|
*
simplify code
Steffen Jaeckel
2022-03-21
1
-33
/
+1
*
|
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
9
-1
/
+86
|
/
*
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
[next]