Differences From
Artifact [3a79c99b1d]:
266 266 actor_conf_str: cnf(rawstring, lib.mem.ptr(int8))
267 267 actor_conf_int: cnf(intptr, lib.stat(intptr))
268 268
269 269 auth_create_pw: {&m.source, uint64, bool, lib.mem.ptr(int8)} -> {}
270 270 -- uid: uint64
271 271 -- reset: bool (delete other passwords?)
272 272 -- pw: pstring
273 + auth_purge_pw: {&m.source, uint64, rawstring} -> {}
274 + auth_purge_otp: {&m.source, uint64, rawstring} -> {}
275 + auth_purge_trust: {&m.source, uint64, rawstring} -> {}
273 276
274 277 post_save: {&m.source, &m.post} -> {}
275 278 post_create: {&m.source, &m.post} -> uint64
276 279 post_enum_author_uid: {&m.source, uint64, m.range} -> lib.mem.ptr(lib.mem.ptr(m.post))
277 280 convo_fetch_xid: {&m.source,rawstring} -> lib.mem.ptr(m.post)
278 281 convo_fetch_uid: {&m.source,uint64} -> lib.mem.ptr(m.post)
279 282