about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-04-10 20:21:06 +0200
committerGitHub <noreply@github.com>2023-04-10 20:21:06 +0200
commite3beac414eefede6ef09069b6f0ad783505676e3 (patch)
tree792b446d55b5a2a9a306816b3a399326643132b6 /src/log.h
parent54cf152130fe7829740a20780533ca2c8d957135 (diff)
parent7d290b04d50c59075d7cd6efa0650f7b8b9d4c77 (diff)
downloadprofani-tty-e3beac414eefede6ef09069b6f0ad783505676e3.tar.gz
Merge pull request #1817 from H3rnand3zzz/feature/full-jid
JID Display in Titlebar and Fix
Diffstat (limited to 'src/log.h')
0 files changed, 0 insertions, 0 deletions
s='alt'>
e3a24e2 ^
ef0ee91 ^
e3a24e2 ^








ef0ee91 ^




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
                                                                                                                           
 
                              
 


                                                                   
 
                       
 
                 
 







                                                                                     



                                                        
# getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt)

twtxt registry written in Go! 

* Easy to set up and maintain. 
* Uses an in-memory cache to serve requests.
* Pushes to `LevelDB` at a configurable interval for data storage. 
* Run directly facing the internet or behind `Caddy` / `nginx`.

## Development Progress

`ETA` 31 May 2019


* [x] Types and Config
* [x] HTTP Routing
* [x] Registry Manipulation ([getwtxt/registry](https://github.com/getwtxt/registry))
* [x] Request Handling
* [x] Cache Management
* [x] Persistent Data Storage
* [ ] Refactor / Test / Debug
* [ ] Documentation

## Notes

* twtxt
  * [twtxt.readthedocs.io](https://twtxt.readthedocs.io)