.. |
.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
|
Better !channel support - window items now have "visual_name" and channels
|
2002-05-16 00:34: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
|
channel_setup_create() didn't set record type.
|
2002-05-18 03:26:04 +00:00 |
channels-setup.h
|
Config file: ircnets -> chatnets, added type = "chat protocol" to
|
2001-02-17 19:44:22 +00:00 |
channels.c
|
Fixed memory leaks when destroying a channel, when loading nonexisten scripts and in topics, patch by Toby Peterson
|
2005-02-06 21:31:58 +00:00 |
channels.h
|
!channel fixes.
|
2002-05-17 15:22:05 +00:00 |
chat-commands.c
|
Added <tag>/<target> support for recode.
|
2004-12-20 13:59:15 +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
|
/UPGRADE was broken, changed again the server connection code.
|
2002-05-20 04:12:12 +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
|
no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmd
|
2002-12-01 16:28:12 +00:00 |
chatnets.h
|
Config file: ircnets -> chatnets, added type = "chat protocol" to
|
2001-02-17 19:44:22 +00:00 |
commands.c
|
Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David Pashley)
|
2005-07-17 16:43:18 +00:00 |
commands.h
|
Apply 05upgrade-check-binary.dpatch with some modifications.
|
2006-09-18 22:32:33 +00:00 |
core.c
|
Fix core_init definition.
|
2007-04-07 14:20:00 +00:00 |
core.h
|
Include common.h rather than time.h directly to honour config.h.
|
2006-10-27 18:11:19 +00:00 |
expandos.c
|
Fix memory leaks in expandos_deinit by Nicolas Collignon, bug #419.
|
2006-10-23 10:36:47 +00:00 |
expandos.h
|
Exported expando interface to perl. Fix for statusbar deinit.
|
2002-10-27 22:30:41 +00:00 |
ignore.c
|
Updating existing ignore didn't recompile the regexp.
|
2002-05-18 05:05:20 +00:00 |
ignore.h
|
more typedef struct separations.
|
2002-05-17 21:01:06 +00:00 |
levels.c
|
Changed level HILIGHT -> HILIGHTS.
|
2002-01-08 07:36:40 +00:00 |
levels.h
|
Levels are now defined as enums, not #defines.
|
2002-06-06 20:43:57 +00:00 |
line-split.c
|
In line_split set *output _after_ calling remove_newline because it
|
2006-09-24 21:43:12 +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
|
Make awaylog_file respect --home, bug #304.
|
2007-01-07 19:16:59 +00:00 |
log.c
|
Allow logging of lines with no target to matching non autolog logs.
|
2007-04-07 14:38:53 +00:00 |
log.h
|
Create log file directories using /set log_create_file_mode + exec-bit.
|
2002-11-21 20:18:24 +00:00 |
Makefile.am
|
Recode patch by decadix/senneth
|
2004-08-20 00:03:40 +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
|
Make parse_time_interval recognize negative times. Patch by Danijel Tasov and Elmar Hoffmann (Bug 23)
|
2005-09-10 12:51:43 +00:00 |
misc.h
|
added strocpy()
|
2004-03-23 22:07:55 +00:00 |
module.h
|
..adding new files..
|
2000-04-26 08:03:38 +00:00 |
modules-load.c
|
Fixed some gcc aliasing warnings
|
2003-11-16 17:57:44 +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
|
Fixed some gcc aliasing warnings
|
2003-11-16 17:57:44 +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
|
reset the PRNG, because a some OSs clear the seed when forking
|
2006-08-01 20:31:38 +00:00 |
net-nonblock.h
|
/SET resolve_reverse_lookup to do reverse lookups for server when
|
2002-11-28 15:39:39 +00:00 |
net-sendbuffer.c
|
moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/proxy/listen.c into core/net-sendbuffer.h
|
2005-08-24 19:42:17 +00:00 |
net-sendbuffer.h
|
moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/proxy/listen.c into core/net-sendbuffer.h
|
2005-08-24 19:42:17 +00:00 |
network-openssl.c
|
replace guint by gsize for the glib2 version of irssi_ssl_read
|
2005-11-23 18:30:22 +00:00 |
network.c
|
Removed all srand calls and added a single srand invokation in at startup
|
2006-03-26 08:42:34 +00:00 |
network.h
|
Support for sending SSL certificate to server and optionally verify server's
|
2003-11-16 17:53:55 +00:00 |
nick-rec.h
|
other fixes
|
2004-01-22 13:14:37 +00:00 |
nicklist.c
|
compile with glib1 again
|
2006-08-20 13:07:54 +00:00 |
nicklist.h
|
compile with glib1 again
|
2006-08-20 13:07:54 +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
|
Better !channel support - window items now have "visual_name" and channels
|
2002-05-16 00:34:37 +00:00 |
queries.h
|
Config file: ircnets -> chatnets, added type = "chat protocol" to
|
2001-02-17 19:44:22 +00:00 |
query-rec.h
|
Better !channel support - window items now have "visual_name" and channels
|
2002-05-16 00:34:37 +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 |
recode.c
|
Reindent.
|
2007-01-06 16:08:29 +00:00 |
recode.h
|
Add public is_utf8 function by refactoring existing code.
|
2006-09-20 23:04:40 +00:00 |
server-connect-rec.h
|
Say when we're reconnecting, and mention it can be aborted with /RMRECONNS
|
2004-01-19 17:52:08 +00:00 |
server-rec.h
|
isupport patch by David Leadbeater
|
2004-01-20 10:57:57 +00:00 |
server-setup-rec.h
|
Support for sending SSL certificate to server and optionally verify server's
|
2003-11-16 17:53:55 +00:00 |
servers-reconnect.c
|
Fix memleak in several commands that used cmd_return_error when they should be using cmd_param_error, by Toby Peterson (Bug 213)
|
2005-03-06 18:45:47 +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
|
Support for sending SSL certificate to server and optionally verify server's
|
2003-11-16 17:53:55 +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
|
If we can't connect to server using given IP, show the IP to user in the
|
2004-01-07 07:54:38 +00:00 |
servers.h
|
/DISCONNECT <tag> works again for not-yet-connected servers.
|
2002-08-09 11:17:31 +00:00 |
session.c
|
Revert second hunk of the previous patch, we want to check existence and
|
2006-09-22 16:05:55 +00:00 |
session.h
|
Made irssi_binary global and exported to perl as get_irssi_binary().
|
2002-12-03 22:37:02 +00:00 |
settings.c
|
Properly initialize reference count for a new setting, bug #235.
|
2007-04-16 00:27:43 +00:00 |
settings.h
|
cleanup
|
2003-11-16 16:14:25 +00:00 |
signals.c
|
removed unused #defines.
|
2002-05-05 15:39:40 +00:00 |
signals.h
|
added signal_continue() for continuing signal emission with new parameters.
|
2002-04-27 21:53:25 +00:00 |
special-vars.c
|
Fixed some "buffer overflow" alerts when playing with buggy /EVAL values.
|
2002-11-05 13:10:58 +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
|
Better !channel support - window items now have "visual_name" and channels
|
2002-05-16 00:34:37 +00:00 |
write-buffer.c
|
Added time, size and level setting types. Breaks some settings - I'll add
|
2002-12-28 17:54:13 +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 |