summary refs log tree commit diff stats
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* cli flags for db path/type, assets dir. systemd unit file. makefile.Ben Morrison2019-06-051-1/+0
* explicit method enumeration and page query valueBen Morrison2019-06-031-12/+28
* bugfix: more incorrectly logged errorsBen Morrison2019-05-311-1/+1
* comments editedBen Morrison2019-05-281-1/+1
* removed extraneous commentsBen Morrison2019-05-271-4/+2
* configuration init changesBen Morrison2019-05-231-3/+3
* tuning query handlingBen Morrison2019-05-221-1/+16
* runtime bugs related to api outputBen Morrison2019-05-211-0/+1
* rename closeLog channelBen Morrison2019-05-211-1/+1
* added cache update / db push intervals to conf;Ben Morrison2019-05-211-3/+3
* endpoint query function addedBen Morrison2019-05-201-7/+9
* middleware func to attach remote ip to contextBen Morrison2019-05-201-1/+7
* allowing underscore and hyphen in users/tagsBen Morrison2019-05-141-2/+2
* serving css virtually instead of directlyBen Morrison2019-05-131-0/+3
* redundant path removed. comments added.Ben Morrison2019-05-131-3/+5
* watching for ^C. added comments.Ben Morrison2019-05-131-2/+12
* reorganized handlers. StrictSlash(true). handling POST /api/plain/users for n...Ben Morrison2019-05-121-9/+25
* added stdoutLogging bool and related configurationBen Morrison2019-05-121-1/+0
* commented someBen Morrison2019-05-121-1/+9
* config fleshed out; using viper+pflagBen Morrison2019-05-121-3/+4
* query vars to endpoint in routingBen Morrison2019-05-111-1/+3
* more graceful routing of http requestsBen Morrison2019-05-111-8/+23
* skeleton handlers respondingBen Morrison2019-05-111-6/+8
* stubbed out handlersBen Morrison2019-05-111-2/+8
* gzipped responsesBen Morrison2019-05-111-2/+6
* reorgBen Morrison2019-05-111-1/+1
* change port for unprivileged bindsBen Morrison2019-05-101-1/+1
* building the skeletonBen Morrison2019-05-101-0/+14
itter James Booth <boothj5@gmail.com> 2016-01-17 01:49:16 +0000 Added /roster room unread preference' href='/danisanti/profani-tty/commit/themes/complex?id=e58be44f8185a0fbb43a3ee902acf21c89b158b6'>e58be44f ^
519b10d1 ^
f91b21a1 ^
2bda22c3 ^
a00095c8 ^
2bda22c3 ^
a00095c8 ^
27adf031 ^

30b5f112 ^


446027b9 ^
93358d5e ^
fb7001cf ^
72c1c496 ^
bab75cae ^
d3cc5bd7 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65