]> jfr.im git - solanum.git/commit
client: refactor del_all_accepts to allow skipping own accept list
authorDoug Freed <redacted>
Sun, 3 Sep 2023 23:19:00 +0000 (23:19 +0000)
committerStephen Bennett <redacted>
Mon, 6 Nov 2023 17:31:44 +0000 (17:31 +0000)
commitc1b01bf5ec318463ab076ac2d7c0a4b02631f745
tree1a94443c7a3590ecced056b99723c734a9abca4e
parentfd241b5fc86bdc7bf8213322c6c777b8e2146253
client: refactor del_all_accepts to allow skipping own accept list

This allows reusing this function for other uses that just need to
remove this client from others' accept lists on nick change and not have
duplicates of this code everywhere
include/client.h
ircd/client.c
ircd/s_user.c
modules/core/m_nick.c
modules/m_services.c