speed up window_item_find by interning name and removing call to channel_find

This commit is contained in:
Ailin Nemui 2014-06-08 02:18:57 +02:00
commit a4c62a3fee
4 changed files with 3 additions and 11 deletions

View file

@ -2,7 +2,6 @@
#include "window-item-rec.h"
char *name;
char *topic;
char *topic_by;
time_t topic_time;

View file

@ -2,7 +2,6 @@
#include "window-item-rec.h"
char *name;
char *address;
char *server_tag;
time_t last_unread_msg;

View file

@ -7,7 +7,7 @@ GHashTable *module_data;
void *window;
STRUCT_SERVER_REC *server;
char *visible_name;
char *name;
time_t createtime;
int data_level;
char *hilight_color;