flodgatt/src
Daniel Sockwell 8797a47efd
Stop filtering out toots with language set to `""` (#100)
Previously, if a toot's language was `null`, then it would be
permitted regardless of the user's language filter; however, if it
were `""` (the empty string) it was rejected.  Now, the empty string
is treated like `null` and the toot is allowed.
2020-03-20 15:43:50 -04:00
..
config Add support for WHITELIST_MODE (#99) 2020-03-20 14:42:01 -04:00
parse_client_request Add support for WHITELIST_MODE (#99) 2020-03-20 14:42:01 -04:00
redis_to_client_stream Stop filtering out toots with language set to `""` (#100) 2020-03-20 15:43:50 -04:00
err.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
lib.rs Redis config (#56) 2019-10-02 00:03:18 -04:00
main.rs Add support for WHITELIST_MODE (#99) 2020-03-20 14:42:01 -04:00
rustfmt.toml Config refactor (#57) 2019-10-03 00:34:41 -04:00