From: Wilfried Goesgens Date: Thu, 8 Sep 2011 12:35:51 +0000 (+0000) Subject: Networker reordering; remove / change dependencies X-Git-Tag: v8.11~475 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8b276ba2d09c1d606b6b282961c737b6b4e26d21;hp=8b276ba2d09c1d606b6b282961c737b6b4e26d21;p=citadel.git Networker reordering; remove / change dependencies - move serv_network.h into modules/network where it belongs... - move structs out of serv_network.h into their respective headers - serv_expire doesn't need serv_network.h anymore, it seems to get the usetable struct from elsewhere - the netfilter module was moved to the network directory, it seems to be closely dangled to networking - move all code about the netfilter (config reading) into serv_netfilter.c - move the code networker related from msgbase.c:CtdlDoIHavePermissionToPostInThisRoom() into serv_netconfig.c:netconfig_check_roomaccess() - move the filterlist instance into serv_netfilter.c lesson learned the hard way today: if you move a header, flush the dependencies, else the make process will abort with no usefull message at all. -> Gentlemen please flush the dependencies and rebootstrap your workingcopy. ---