1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-06 04:53:38 -04:00
irssi/src/core
Timo Sirainen 9293d23da2 /SET autoclose_query - now only last received private message affects when
the query is closed, ie. /WHOIS requests or nick changes don't reset the
counter.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2549 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-03-10 14:24:08 +00:00
..
.cvsignore
args.c
args.h
channel-rec.h
channel-setup-rec.h
channels-setup.c renamed old config_node_index() to config_node_nth(). added new 2002-02-15 22:18:35 +00:00
channels-setup.h
channels.c fixed module_uniq_destroy() calls 2002-02-15 08:37:06 +00:00
channels.h
chat-commands.c Removed useless casting. 2002-02-16 13:32:53 +00:00
chat-protocols.c
chat-protocols.h
chatnet-rec.h
chatnets.c Removed some old backwards compatibility code. 2002-02-10 11:04:08 +00:00
chatnets.h
commands.c PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was always 2002-02-13 14:09:21 +00:00
commands.h PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was always 2002-02-13 14:09:21 +00:00
core.c fixed module_uniq_destroy() calls 2002-02-15 08:37:06 +00:00
core.h
expandos.c Leading zeros didn't work well in IRSSI_VERSION_TIME. 2001-12-16 01:41:29 +00:00
expandos.h
ignore.c Removed some old backwards compatibility code. 2002-02-10 11:04:08 +00:00
ignore.h
levels.c Changed level HILIGHT -> HILIGHTS. 2002-01-08 07:36:40 +00:00
levels.h
line-split.c
line-split.h
log-away.c
log.c Log writing sometimes might have produced some glib errors. 2002-02-17 14:41:38 +00:00
log.h printtext(): you can now specify server target with tag name instead of 2002-02-04 04:27:45 +00:00
Makefile.am
masks.c
masks.h
misc.c missed isxdigit() -> i_isxdigit() change 2002-02-12 03:04:34 +00:00
misc.h
module.h
modules-load.c
modules-load.h
modules.c
modules.h
net-disconnect.c
net-disconnect.h
net-nonblock.c
net-nonblock.h
net-sendbuffer.c
net-sendbuffer.h
network.c if gethostbyname() failed, the return value was returned incorrectly 2002-02-18 19:48:35 +00:00
network.h
nick-rec.h Removed module_data from NICK_REC. It's not used for anything and just takes memory. 2002-01-15 14:07:19 +00:00
nicklist.c toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some 2002-01-27 20:45:59 +00:00
nicklist.h
nickmatch-cache.c
nickmatch-cache.h
pidwait.c added function pidwait_get_pids() which session.c uses - forgot to commit 2001-11-20 20:48:43 +00:00
pidwait.h Still forgot to add pidwait_get_pids() here. 2001-11-20 20:54:21 +00:00
queries.c fixed module_uniq_destroy() calls 2002-02-15 08:37:06 +00:00
queries.h
query-rec.h /SET autoclose_query - now only last received private message affects when 2002-03-10 14:24:08 +00:00
rawlog.c
rawlog.h
server-connect-rec.h Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc 2002-01-22 20:29:45 +00:00
server-rec.h Added target_type to send_message(), -channel and -nick parameters to /MSG 2002-02-03 21:53:37 +00:00
server-setup-rec.h /SERVER ADD: added -noproxy option and -proxy which just removes the 2002-01-24 20:57:16 +00:00
servers-reconnect.c Never reconnect immediately to server when server is being disconnected - 2002-01-22 21:04:04 +00:00
servers-reconnect.h
servers-setup.c renamed old config_node_index() to config_node_nth(). added new 2002-02-15 22:18:35 +00:00
servers-setup.h
servers.c Set objects ->type = 0 when freeing to make sure we notice immediately if 2002-02-07 19:17:36 +00:00
servers.h Added target_type to send_message(), -channel and -nick parameters to /MSG 2002-02-03 21:53:37 +00:00
session.c /UPGRADE saves now topic_time and topic_by. 2002-02-20 18:12:45 +00:00
session.h
settings.c Added IRSSI_GLOBAL_CONFIG as well 2002-02-10 14:35:21 +00:00
settings.h
signals.c
signals.h
special-vars.c Don't crash if special vars line ends with '$'. 2002-02-17 09:37:23 +00:00
special-vars.h
window-item-def.h
window-item-rec.h
write-buffer.c Autosaving settings and autoflushing write buffer might have stopped from 2002-01-20 03:30:28 +00:00
write-buffer.h