1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/core
Timo Sirainen cefc72bfe7 Log items weren't read correctly from config
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@769 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-10-18 21:29:22 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
args.c Cleaned up code. 2000-07-16 20:18:05 +00:00
args.h ..adding new files.. 2000-04-26 08:03:38 +00:00
channel-rec.h Moved nick/msg/channel completion to core with some cleanups. 2000-10-14 14:07:31 +00:00
channels-setup.c backwards compatibility for s/ircnet/chanet/ change. 2000-09-26 21:39:33 +00:00
channels-setup.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
channels.c match_nick_flags() didn't check that the nick actually began with a flag. 2000-10-14 02:10:22 +00:00
channels.h multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
chat-commands.c Autorejoin when join temporarily fails because of netsplit is handled 2000-10-14 00:45:16 +00:00
chat-protocols.c Chat protocol updates. 2000-10-01 20:48:10 +00:00
chat-protocols.h Chat protocol updates. 2000-10-01 20:48:10 +00:00
chatnet-rec.h Added chat protocol register. Changed all chat_type fields to use it. 2000-09-01 00:26:46 +00:00
chatnets.c /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
chatnets.h Object type checking fixes 2000-08-30 22:29:55 +00:00
commands.c Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
commands.h /LAST - didn't work right. 2000-08-16 00:48:29 +00:00
core.c Moved ignore to core. 2000-10-09 23:40:18 +00:00
core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
ignore.c Moved ignore to core. 2000-10-09 23:40:18 +00:00
ignore.h Ignore was moved to core. 2000-10-11 22:01:23 +00:00
levels.c "NONE" works now with combine_levels(). /WINDOW LEVEL NONE works and if 2000-09-26 21:44:20 +00:00
levels.h Cleaned up code. 2000-07-16 20:18:05 +00:00
line-split.c line_split() : use g_memmove() instead of memcpy() .. hm. how could 2000-09-06 21:54:53 +00:00
line-split.h ..adding new files.. 2000-04-26 08:03:38 +00:00
log.c Log items weren't read correctly from config 2000-10-18 21:29:22 +00:00
log.h Logging fixes. Autologging with same named channels in different 2000-10-17 23:37:21 +00:00
Makefile.am Moved ignore to core. 2000-10-09 23:40:18 +00:00
masks.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
masks.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
memdebug.c modules are deinitialized at quit. 2000-09-27 23:43:53 +00:00
memdebug.h Added g_dirname() so ig_free() won't complain when free()ing it. 2000-06-18 10:02:39 +00:00
misc.c match_wildcards() failed if there was * at the end of the mask but 2000-10-13 21:47:32 +00:00
misc.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
module.h ..adding new files.. 2000-04-26 08:03:38 +00:00
modules.c Chat protocol updates. 2000-10-01 20:48:10 +00:00
modules.h Updates. 2000-09-02 18:53:58 +00:00
net-disconnect.c Cleaned up code. 2000-07-16 20:18:05 +00:00
net-disconnect.h ..adding new files.. 2000-04-26 08:03:38 +00:00
net-internal.h ..adding new files.. 2000-04-26 08:03:38 +00:00
net-nonblock.c Cleaned up code. 2000-07-16 20:18:05 +00:00
net-nonblock.h Added bot plugin, it also has almost-functional botnet. 2000-05-25 11:30:47 +00:00
net-sendbuffer.c net_sendbuffer_send(): use const void *data instead of void *data 2000-07-23 13:41:34 +00:00
net-sendbuffer.h net_sendbuffer_send(): use const void *data instead of void *data 2000-07-23 13:41:34 +00:00
network.c net_gethostbyaddr() fixed. 2000-09-27 23:45:17 +00:00
network.h "Temporary error in nameserver" shouldn't remove server reconnections. 2000-07-02 11:56:38 +00:00
nicklist.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
nicklist.h multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
pidwait.c Cleaned up code. 2000-07-16 20:18:05 +00:00
pidwait.h ..adding new files.. 2000-04-26 08:03:38 +00:00
queries.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
queries.h Updates. 2000-09-02 18:53:58 +00:00
query-rec.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
rawlog.c Cleaned up code. 2000-07-16 20:18:05 +00:00
rawlog.h Perl working again, better than ever (unless there's bugs :) 2000-04-28 08:07:42 +00:00
server-connect-rec.h Added chat protocol register. Changed all chat_type fields to use it. 2000-09-01 00:26:46 +00:00
server-rec.h Moved nick/msg/channel completion to core with some cleanups. 2000-10-14 14:07:31 +00:00
server-setup-rec.h Added chat protocol register. Changed all chat_type fields to use it. 2000-09-01 00:26:46 +00:00
servers-reconnect.c [irc_]channels_setup_[de]init() calls were in wrong places. 2000-10-14 01:43:05 +00:00
servers-reconnect.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
servers-redirect.c Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
servers-redirect.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
servers-setup.c /SERVER irc.server.org 1234 now connects to port 1234 always even if 2000-09-27 00:25:26 +00:00
servers-setup.h Object type checking fixes 2000-08-30 22:29:55 +00:00
servers.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
servers.h Moved nick/msg/channel completion to core with some cleanups. 2000-10-14 14:07:31 +00:00
settings.c Irssi won't automatically overwrite configuration files if they're 2000-10-15 19:21:21 +00:00
settings.h Irssi won't automatically overwrite configuration files if they're 2000-10-15 19:21:21 +00:00
signals.c module deinit fixes 2000-09-27 23:46:20 +00:00
signals.h Created signal_get_uniq_id() macro. Added some documentation about 2000-06-25 23:39:23 +00:00
special-vars.c Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
special-vars.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
window-item-def.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
window-item-rec.h Added chat protocol register. Changed all chat_type fields to use it. 2000-09-01 00:26:46 +00:00