Code

plugin/store: Added support for "cname" plugins.
authorSebastian Harl <sh@tokkee.org>
Sat, 20 Jul 2013 00:08:27 +0000 (17:08 -0700)
committerSebastian Harl <sh@tokkee.org>
Sat, 20 Jul 2013 00:08:27 +0000 (17:08 -0700)
commit48b84af3c09033e4d55c04197e92bac06fe42251
tree86bd45b50eafed16b17d815b9dd342edd2f04fc2
parent01e2000a3c5befdf4068fd2091da746eff1f7a38
plugin/store: Added support for "cname" plugins.

This type of plugins may be used to canonicalize hostnames. Before storing a
new hosts, all registered cname callbacks will be used to translate the
specified hostname before actually storing it.
src/core/plugin.c
src/core/store.c
src/include/core/plugin.h