This updates the username code, basically I for now take for granted
commit245a3f7351db4e7d0320f514028551306c5493c1
authorStefan de Konink <skinkie@xs4all.nl>
Tue, 27 Jan 2009 00:19:12 +0000 (27 01:19 +0100)
committerStefan de Konink <skinkie@xs4all.nl>
Tue, 27 Jan 2009 00:19:12 +0000 (27 01:19 +0100)
tree51b00ec025c078b547e740370240d4593753409a
parentd49bb3fd2735ffa69de7514936209cf869ed39cc
This updates the username code, basically I for now take for granted
we do *not* have a username table. This is right, we basically store
non relational users. Due to the design of Monet this has no performance
hit on lookup but does reduce the complexity of inserting/updating
considerably.

Taking this approach will require us to write our own authentication
mechanism to authenticate against the main api. But makes authentication
by itself a problems for an other part of the project to solve.
handler_osm_put.c
handler_osm_sql.h