summary refs log tree commit diff
path: root/home/.config/git/config
blob: 119180abbfe40358d8ac6982393c9958e0e4432a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
	name = June McEnroe
	email = june@causal.agency

[commit]
	verbose = true

[diff]
	colorMoved = default

[merge]
	conflictStyle = diff3

[pull]
	rebase = true

[rebase]
	autosquash = true

[pretty]
	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%aN>

[include]
	path = ./private
20-08-06 15:15:18 -0400'>2020-08-06Say "OpenSSL" in additional permission noticesJune McEnroe 2020-08-06Mention LibreTLS in READMEJune McEnroe 2020-08-06Handle broken clients sending only \nJune McEnroe 2020-08-01Document concatenating client certificates for authJune McEnroe 2020-08-01Fix signing certificates with -A and -gJune McEnroe 2020-08-01Remove compat.hJune McEnroe 2020-08-01Define explicit_bzero using memset_s on macOSJune McEnroe 2020-08-01Use snprintf instead of strlcatJune McEnroe 2020-07-31Use snprintf instead of strlcpyJune McEnroe 2020-07-31Use RAND_bytes instead of arc4random_bufJune McEnroe 2020-07-24Rewrite configure script for all platformsJune McEnroe 2020-07-24Don't use strlcpy in dispatchJune McEnroe 2020-07-08Add link to "IRC Suite" post in READMEJune McEnroe 2020-07-06Add -R blind-req optionJune McEnroe 2020-06-12Grant CAP_SETSOCKOPT in dispatch 1.3p1June McEnroe 2020-06-08Add additional permission for linking with LibreSSLJune McEnroe 2020-05-19Revert compression of man pages for installation 1.3June McEnroe 2020-05-19Clarify or otherwise expand documentationJune McEnroe 2020-05-19Rewrite build and install to be more amenable to packagingJune McEnroe 2020-05-18Add RUNDIR make variableJune McEnroe 2020-05-18Template rc scripts with %%PREFIX%%June McEnroe 2020-05-18Update email addressesJune McEnroe 2020-05-18Don't bother setting SO_NOSIGPIPEJune McEnroe 2020-05-18Enable TCP keepalive with half-hour idleJune McEnroe 2020-05-11Add server send queueing with time intervalJune McEnroe 2020-05-11Pass -1 as backlog to listen(2)