log mod_vjud/mod_vjud.lua @ 3639:562d3b219876

age author description
2016-05-24 Kim Alvefur mod_vjud: Fix missing comma (thanks Tobias)
2016-01-14 Kim Alvefur mod_vjud: Handle vCard decoding errors by logging them (Thanks Roi)
2014-02-26 Kim Alvefur mod_vjud: Fix typo
2014-02-26 Kim Alvefur mod_vjud: Add an <identity> if loaded as a component (thanks gryffus)
2014-02-02 Kim Alvefur mod_vjud: Move instructions into a config option
2012-12-16 Kim Alvefur mod_vjud: Disallow searching from remote hosts by default in search-all-users mode
2012-12-16 Kim Alvefur mod_vjud: Add non-default mode where we search all users
2012-12-16 Kim Alvefur mod_vjud: Do case-insensitive matching
2012-12-16 Kim Alvefur mod_vjud: Enforce minimal length of search parameters
2012-08-09 Kim Alvefur mod_vjud: Allow working as a component, in which case the parent domain is searched.
2012-08-09 Kim Alvefur mod_vjud: Correctly pass current state to form (Thanks Florob)
2012-07-13 Kim Alvefur mod_vjud: Remove some ... verbose debug logging
2012-07-01 Kim Alvefur mod_vjud: Don't break on undefined properties.
2012-07-01 Kim Alvefur mod_vjud: Switch first and last name in results to be correct.
2012-07-01 Kim Alvefur mod_vjud: Update util.vcard from verse
2012-06-28 Kim Alvefur mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)
2012-06-20 Kim Alvefur mod_vjud: Add. Thanks waqas for the base code.