Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated deps | Ben Morrison | 2019-05-21 | 2 | -9/+15 |
| | |||||
* | race cond in testing | Ben Morrison | 2019-05-21 | 1 | -1/+0 |
| | |||||
* | testing http related funcs | Ben Morrison | 2019-05-21 | 1 | -0/+47 |
| | |||||
* | rename closeLog channel | Ben Morrison | 2019-05-21 | 2 | -6/+6 |
| | |||||
* | missing mutex rlock for confobj | Ben Morrison | 2019-05-21 | 1 | -0/+2 |
| | |||||
* | review of db functions | Ben Morrison | 2019-05-21 | 2 | -38/+68 |
| | |||||
* | updated deps | Ben Morrison | 2019-05-21 | 2 | -1/+3 |
| | |||||
* | database push/pull functions | Ben Morrison | 2019-05-21 | 4 | -8/+190 |
| | |||||
* | added cache update / db push intervals to conf; | Ben Morrison | 2019-05-21 | 5 | -15/+106 |
| | | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache | ||||
* | fleshed out POST handler, added remote registry list | Ben Morrison | 2019-05-21 | 5 | -16/+80 |
| | |||||
* | updated task list | Ben Morrison | 2019-05-21 | 1 | -2/+3 |
| | |||||
* | updated deps | Ben Morrison | 2019-05-21 | 2 | -4/+32 |
| | |||||
* | apiEndpointHandler returning all users/statuses/mentions if no query present | Ben Morrison | 2019-05-21 | 2 | -36/+27 |
| | |||||
* | apiTagsBaseHandler returning all statuses with '#' - return all statuses ↵ | Ben Morrison | 2019-05-20 | 1 | -5/+10 |
| | | | | with tags. will debug later | ||||
* | removing check for zero bytes written to http.ResponseWriter - handling ↵ | Ben Morrison | 2019-05-20 | 1 | -8/+8 |
| | | | | later case-by-case | ||||
* | updated readme | Ben Morrison | 2019-05-20 | 1 | -8/+22 |
| | |||||
* | renamed files for clarity | Ben Morrison | 2019-05-20 | 4 | -242/+242 |
| | |||||
* | streamlined error handling and misc minor fixes | Ben Morrison | 2019-05-20 | 3 | -93/+148 |
| | |||||
* | error handling after http.Request.ParseForm() | Ben Morrison | 2019-05-20 | 1 | -2/+7 |
| | |||||
* | removing windows builds from travis due to beta status | Ben Morrison | 2019-05-20 | 1 | -1/+0 |
| | |||||
* | endpoint query function added | Ben Morrison | 2019-05-20 | 6 | -13/+115 |
| | |||||
* | middleware func to attach remote ip to context | Ben Morrison | 2019-05-20 | 4 | -12/+79 |
| | |||||
* | updated readme | Ben Morrison | 2019-05-19 | 1 | -0/+6 |
| | |||||
* | updated template and adjusted styling | Ben Morrison | 2019-05-19 | 2 | -14/+19 |
| | |||||
* | appveyor removed for now | Ben Morrison | 2019-05-17 | 1 | -20/+0 |
| | |||||
* | trying new appveyor conf | Ben Morrison | 2019-05-17 | 1 | -6/+0 |
| | |||||
* | trying new appveyor conf | Ben Morrison | 2019-05-17 | 1 | -2/+13 |
| | |||||
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -3/+1 |
| | |||||
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -2/+1 |
| | |||||
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -1/+0 |
| | |||||
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -0/+19 |
| | |||||
* | allowing underscore and hyphen in users/tags | Ben Morrison | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -7/+6 |
| | |||||
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -1/+2 |
| | |||||
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -9/+9 |
| | |||||
* | expanded travis config | Ben Morrison | 2019-05-14 | 1 | -0/+7 |
| | |||||
* | updated travis build badge | Ben Morrison | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | moved registry library to separate repo | Ben Morrison | 2019-05-14 | 6 | -890/+0 |
| | |||||
* | ignoring local assets | Ben Morrison | 2019-05-14 | 1 | -0/+1 |
| | |||||
* | initialized new go module for registry library | Ben Morrison | 2019-05-14 | 6 | -3/+685 |
| | |||||
* | fleshing out Indexer interface | Ben Morrison | 2019-05-14 | 3 | -20/+46 |
| | |||||
* | exported Data struct fields | Ben Morrison | 2019-05-14 | 3 | -12/+15 |
| | |||||
* | moved query functions to own file, made SortByTime query-agnostic | Ben Morrison | 2019-05-14 | 3 | -92/+98 |
| | |||||
* | package cache renamed to package registry | Ben Morrison | 2019-05-14 | 2 | -2/+2 |
| | |||||
* | mutex RLocks and a bug in FindTag | Ben Morrison | 2019-05-14 | 1 | -3/+10 |
| | |||||
* | tentatively finished QueryTag and associated functions | Ben Morrison | 2019-05-14 | 2 | -6/+63 |
| | |||||
* | tentatively finished QueryUser function | Ben Morrison | 2019-05-14 | 2 | -5/+36 |
| | |||||
* | partially finished QueryUser() method. still needs sorting before return | Ben Morrison | 2019-05-14 | 1 | -0/+23 |
| | |||||
* | recording user addition date in time.Time and RFC3339 | Ben Morrison | 2019-05-13 | 2 | -4/+15 |
| | |||||
* | commented indexHandler | Ben Morrison | 2019-05-13 | 1 | -5/+14 |
| |