From df1694b9559d4abec748b0506b5f44e684d022a8 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 25 Jun 2006 14:15:42 +0200 Subject: Moving all generic files to lib/ instead of having some in / and some in protocols/, and adding RC4 code. --- bitlbee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index 709856d8..1462316f 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -129,7 +129,7 @@ extern char *CONF_FILE; #include "help.h" #include "query.h" #include "sock.h" -#include "util.h" +#include "misc.h" #include "proxy.h" typedef struct global { -- cgit v1.2.3 From 5b52a4895e5a59ff6509f7771f4d8665737688c3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 3 Jul 2006 23:22:45 +0200 Subject: Implemented per-account nick lists instead of per-protocol nick lists. nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()! --- bitlbee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index 1462316f..f068aeac 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -123,6 +123,7 @@ extern char *CONF_FILE; #include "nogaim.h" #include "commands.h" #include "account.h" +#include "nick.h" #include "conf.h" #include "log.h" #include "ini.h" -- cgit v1.2.3