1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 10:16:38 +02:00

Make remote includes caching work again. Both on-boot and on-rehash.

This commit is contained in:
Bram Matthys
2021-08-19 09:31:13 +02:00
parent 7b3c1165f8
commit 4e53bf874a
2 changed files with 48 additions and 47 deletions
+5 -4
View File
@@ -1903,10 +1903,11 @@ struct ConfigEntryWrapper {
struct ConfigResource {
ConfigResource *prev, *next;
ConfigFlag_ban flag;
ConfigEntryWrapper *wce;
char *file;
char *url;
char *errorbuf;
ConfigEntryWrapper *wce; /**< The place(s) where this resource is begin used */
char *file; /**< File to read: can be a conf/something file or a downloaded file */
char *url; /**< URL, if it is an URL */
char *cache_file; /**< Set to filename of local cached copy, if it is available */
char *errorbuf; /**< Error from the remote include downloading - is this even used? */
};
struct ConfigItem_blacklist_module {