Cleanup unused vars and filename lengths
[blerg.git] / database /
2014-03-29 Chip BlackCleanup unused vars and filename lengths
2014-03-29 Chip BlackAdd some missing includes
2014-03-29 Chip BlackUse blergconf for paths
2014-03-29 Chip BlackAdd configuration vars for derived paths, too.
2014-03-29 Chip BlackAdd configuration system
2014-03-29 Chip BlackFix some non-64-bit-ness in database.c
2014-03-29 Chip BlackAdd subscription support to perl lib
2013-06-03 Chip BlackProperly initialize data_size for empty data segment
2013-06-03 Chip BlackAdd support for "muting" accounts
2013-06-02 Chip BlackMore safety checks
2013-06-01 Chip BlackBug hunting: Deadlocks, data safety, and dumb shit
2013-04-29 Chip BlackError when fetching tags and direction isn't 1 or -1
2011-07-18 Chip BlackFix nonexistent subscription file error in subscription...
2011-07-18 Chip BlackAdd subscription marking to keep track of things you...
2011-02-26 Chip BlackAdd /feedinfo endpoint
2011-02-22 Chip BlackAdd subscription feed fetching, clean up a bit
2011-02-21 Chip BlackFurther error handling refinement
2011-02-21 Chip BlackClean up some error handling in tag listing
2011-02-21 Chip BlackAdd some subscription (a.k.a. "follow") functionality
2011-02-09 Chip BlackGenericize and extend url_info v1.0-ish
2011-01-17 Chip BlackRestrict usernames to the same character set as tags
2011-01-16 Chip Blacktags must be preceeded by whitespace or start at the...
2011-01-08 Chip BlackAdd license notifications to all source files
2011-01-05 Chip BlackAdd pubDate to RSS generator
2010-12-31 Chip BlackSanitize username inputs in the database layer
2010-12-30 Chip BlackActually implement /tag in cgi_blerg. Also /create
2010-12-28 Chip BlackOrganize source tree