1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/src/core
2002-04-23 08:57:38 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
args.c Fixed some memory leaks. 2001-10-14 14:14:54 +00:00
args.h ..adding new files.. 2000-04-26 08:03:38 +00:00
channel-rec.h -botcmd isn't now sent to channels when /UPGRADEing. 2001-11-19 13:14:37 +00:00
channel-setup-rec.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
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 Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
channels.c Don't set channel->server = NULL when disconnecting, so scripts can still 2002-03-31 19:07:23 +00:00
channels.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
chat-commands.c Removed useless casting. 2002-02-16 13:32:53 +00:00
chat-protocols.c Don't crash when connecting to server with unknown chat protocol (eg. 2001-11-15 00:21:24 +00:00
chat-protocols.h Added reference counter to SERVER_CONNECT_REC. Since it's being moved around 2001-10-21 13:59:07 +00:00
chatnet-rec.h IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and 2001-03-04 01:47:13 +00:00
chatnets.c Don't send -autosendcmd after /UPGRADE. 2002-03-10 14:28:08 +00:00
chatnets.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
commands.c fixes for new signaling code. 2002-04-16 18:11:06 +00:00
commands.h fixes for new signaling code. 2002-04-16 18:11:06 +00:00
core.c SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when 2002-03-10 15:20:44 +00:00
core.h SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when 2002-03-10 15:20:44 +00:00
expandos.c fixes for new signaling code. 2002-04-16 18:11:06 +00:00
expandos.h added expando_get_signals() and special_vars_get_signals() to return list 2001-09-23 17:32:05 +00:00
ignore.c Removed some old backwards compatibility code. 2002-02-10 11:04:08 +00:00
ignore.h fe-common/irc/flood removed. Some autoignore / ignore -time updates. 2001-03-03 23:27:07 +00:00
levels.c Changed level HILIGHT -> HILIGHTS. 2002-01-08 07:36:40 +00:00
levels.h level_get() prototype was missing. 2001-02-19 05:03:42 +00:00
line-split.c some comment changes, moved nearest_power() to misc.h 2001-05-17 16:50:52 +00:00
line-split.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
log-away.c Moved awaylog to core. 2001-07-15 14:07:48 +00:00
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 Removed memdebug stuff. 2001-11-19 20:41:30 +00:00
masks.c check_address() didn't initialize *wildcards variable properly. 2002-04-23 08:57:38 +00:00
masks.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
misc.c missed isxdigit() -> i_isxdigit() change 2002-02-12 03:04:34 +00:00
misc.h Added function expand_escapes() which handles now escaping /EVAL and input 2001-08-08 20:00:25 +00:00
module.h ..adding new files.. 2000-04-26 08:03:38 +00:00
modules-load.c Don't crash if there's no prefixes (botti doesn't) when loading module. 2002-03-14 01:54:05 +00:00
modules-load.h Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
modules.c Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
modules.h deinit() function is now checked and saved when loading module. Unloading 2001-10-21 16:23:43 +00:00
net-disconnect.c Fixed some memory leaks. 2001-10-14 14:14:54 +00:00
net-disconnect.h ..adding new files.. 2000-04-26 08:03:38 +00:00
net-nonblock.c IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and 2001-03-04 01:47:13 +00:00
net-nonblock.h IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and 2001-03-04 01:47:13 +00:00
net-sendbuffer.c Added net_sendbuffer_flush() for flushing the buffer. 2001-11-20 00:54:51 +00:00
net-sendbuffer.h Added net_sendbuffer_flush() for flushing the buffer. 2001-11-20 00:54:51 +00:00
network.c if gethostbyname() failed, the return value was returned incorrectly 2002-02-18 19:48:35 +00:00
network.h moved stuff from net-internal.h to network.h. HPUX needed one of the 2001-03-18 21:39:24 +00:00
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 Set ownnick to channel->NULL when the nick record is destroyed. Should fix 2002-03-13 01:30:20 +00:00
nicklist.h added server_change_nick() function for servers.[ch]. Lots of fixes for 2001-03-04 10:30:41 +00:00
nickmatch-cache.c Nickmatch cache. A couple of helper functions to check if channel nicks 2001-01-21 04:09:48 +00:00
nickmatch-cache.h Nickmatch cache. A couple of helper functions to check if channel nicks 2001-01-21 04:09:48 +00:00
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 when queried nick changes, "window item name changed" signal is sent too. 2002-04-17 21:03:04 +00:00
queries.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
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 commands should work immediately after connection to server was 2001-11-11 20:05:10 +00:00
rawlog.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
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 if /CONNECT -! ircnet couldn't connect to first server, next was tried but 2002-04-03 14:08:52 +00:00
servers-reconnect.h Added reference counter to SERVER_CONNECT_REC. Since it's being moved around 2001-10-21 13:59:07 +00:00
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 Using different ports in one server for different chat networks didn't work 2001-06-27 21:47:31 +00:00
servers.c Fixed one error and several warnings with GLIB 2.0 2002-04-10 02:53:06 +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 Fixed one error and several warnings with GLIB 2.0 2002-04-10 02:53:06 +00:00
session.h /UPGRADE now saves the session, disconnects the servers so that the socket 2001-11-20 01:47:29 +00:00
settings.c Added IRSSI_GLOBAL_CONFIG as well 2002-02-10 14:35:21 +00:00
settings.h settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.no 2001-11-14 16:28:56 +00:00
signals.c display the refcount properly when complaining that signal is still 2002-04-15 14:10:26 +00:00
signals.h Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi 2002-04-15 13:59:09 +00:00
special-vars.c Fixed one error and several warnings with GLIB 2.0 2002-04-10 02:53:06 +00:00
special-vars.h added expando_get_signals() and special_vars_get_signals() to return list 2001-09-23 17:32:05 +00:00
window-item-def.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
window-item-rec.h added destroy() function to WI_ITEM_REC. This fixes a potential crash when 2001-07-26 01:49:08 +00:00
write-buffer.c Autosaving settings and autoflushing write buffer might have stopped from 2002-01-20 03:30:28 +00:00
write-buffer.h Write buffer - logs and rawlogs write to files through this. By default 2001-02-10 05:54:35 +00:00