jo / couch-daemon

High-level os daemon API for CouchDB.
14 stars 2 forks source link

Extend the whitelist and blacklist option handling to accept regexps. #13

Closed jo closed 10 years ago

jo commented 10 years ago

We can simply check for the presence of leading and trailing slashes, because a database name cannot start with a slash. This way we can get rid of the two additional configuration options whitelist_regexp and blacklist_regexp

jo commented 10 years ago

@ejeklint what do you think?

ejeklint commented 10 years ago

Yes, that's a good idea. :thumbsup:

jo commented 10 years ago

published as couch-daemon@1.4.0

ejeklint commented 10 years ago

AWESOME! \o/