Modify backend to use new auth cookie format
[blerg.git] / cgi / cgi_blerg.c
2014-07-10 Chip BlackModify backend to use new auth cookie format
2014-07-03 Chip BlackVarious cleanup
2014-07-01 Chip BlackCan't flippin' count
2014-07-01 Chip BlackCheck for null clear argument
2014-07-01 Chip Black/status is always POST authenticated
2014-07-01 Chip BlackChange /feedinfo into /status; add mentioned field
2014-04-05 Chip BlackCheck for success on user creation
2014-03-29 Chip BlackMore type finaglery in cgi_blerg
2014-03-29 Chip Blackadd blerg_init to blerg.a consumers
2012-01-19 Chip BlackAdd password change API
2011-07-19 Chip BlackSet subscription mark after fetching /feed
2011-07-18 Chip BlackRework /feedinfo logic
2011-07-18 Chip BlackAdd subscription marking to keep track of things you...
2011-03-07 Chip BlackChange auth to allow multiple logins
2011-02-27 Chip BlackWhoops, checking too many bytes for /subscribe
2011-02-27 Chip BlackPropagate changes to CGI version
2011-02-22 Chip BlackAdd subscription feed fetching, clean up a bit
2011-02-09 Chip BlackGenericize and extend url_info v1.0-ish
2011-02-02 Chip BlackAdd brief mode of JSON generation for blerglatest
2011-01-08 Chip BlackAdd license notifications to all source files
2011-01-06 Chip BlackWorkaround for apache mangling our /tag/#blah urls
2011-01-06 Chip BlackFix some broken fwrite calls
2011-01-01 Chip BlackAdd RSS CGI, also quite a lot of refactoring
2010-12-31 Chip BlackWhoops, shouldn't mix fd and FILE* methods
2010-12-31 Chip BlackFinish authenticated API endpoints on cgi_blerg
2010-12-30 Chip BlackActually implement /tag in cgi_blerg. Also /create
2010-12-30 Chip BlackAdd tagging to cgi_blerg (and stubs for everything...
2010-12-28 Chip BlackAdd /info method to cgi_blerg
2010-12-28 Chip BlackAdd first stab of cgi_blerg