1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/lib-config
Timo Sirainen 4a33801669 Added/moved several "typedef struct _XXX XXX;" to common.h so that
they're known to all files and I don't need those stupid "void *xxx"
anymore just to avoid useless #include. Header files themselves don't
either include others as often anymore.

Added channel->ownnick to point to our NICK_REC in channel's nicks.
Gives a minor speedup in few places :)

Moved completion specific lastmsgs from channel/server core records to
fe-common/core specific records. Also changed the nick completion logic
a bit so it should work better now. Removed
completion_keep_publics_count setting, but changed the meaning of
completion_keep_publics to same as _count was before. Nick completion
doesn't have any time specific code anymore.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1034 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-01-01 07:45:54 +00:00
..
.cvsignore Initial revision 1999-09-03 14:32:03 +00:00
get.c several fixes to make irssi compile without warnings with MIPSpro 2000-11-23 21:40:07 +00:00
iconfig.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
Makefile.am Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
module.h Sorry for a big update - I still don't have internet connection at home 2000-04-14 11:27:14 +00:00
parse.c config_close() didn't work correctly when config was parsed from string 2000-12-02 02:01:28 +00:00
set.c config changes, CONFIG_REC is now required parameter for 2000-11-26 10:24:30 +00:00
write.c Config file handle wasn't closed if config_write_block() failed 2000-12-16 23:38:12 +00:00