..
.cvsignore
updates
2000-04-26 09:43:45 +00:00
autorun.c
Lines beginning with '#' in ~/.irssi/startup file are now treated as
2002-06-06 19:23:13 +00:00
autorun.h
Execute ~/.irssi/startup before autoconnecting to servers. This way you can
2001-11-18 19:37:18 +00:00
chat-completion.c
Fixed a bug where the completion history can grow without bound, patch by Toby Peterson
2005-05-14 18:01:07 +00:00
chat-completion.h
completion_msg() is now public
2002-11-21 18:24:51 +00:00
command-history.c
Don't add command to history if it's already in there as last entry. patch by peder.
2001-12-27 11:37:31 +00:00
command-history.h
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
2001-12-20 13:29:20 +00:00
completion.c
Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.
2003-10-11 00:19:34 +00:00
completion.h
/BIND meta-k erase_completion - support for removing completion data.
2002-02-10 10:07:12 +00:00
fe-channels.c
compile with glib1 again
2006-08-20 13:07:54 +00:00
fe-channels.h
/NAMES -count: print only the Total xxx nicks line
2001-07-14 18:19:22 +00:00
fe-common-core.c
g_log_set_default_handler() came only in glib 2.6.0. Don't use it for older
2005-11-20 14:33:32 +00:00
fe-common-core.h
..adding new files..
2000-04-26 08:03:38 +00:00
fe-core-commands.c
uptime command by Lauri Nurmi with some modifications by me, bug #458 .
2006-10-20 12:50:08 +00:00
fe-core-commands.h
Finally - /^msg nick never autocreates an empty window anymore. Added new
2002-06-05 20:11:10 +00:00
fe-exec.c
/EXEC crashed with 64bit systems. Patch by Soren Jacobsen
2004-07-14 12:04:47 +00:00
fe-exec.h
Remember server for /EXEC targets.
2004-07-11 16:54:11 +00:00
fe-expandos.c
$winref and $winname shouldn't crash if there's no active window.
2001-12-06 20:57:28 +00:00
fe-help.c
Help files are always lowercased. Make sure /HELP COMMAND works too.
2004-07-11 21:12:58 +00:00
fe-ignore-messages.c
Never ignore kick msg if you get kicked from channel.
2002-03-10 15:46:22 +00:00
fe-ignore.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
fe-log.c
removed utf8.c utf8.h, going to move them from src/fe-text to here
2005-11-23 18:17:11 +00:00
fe-messages.c
fixed recoding of own messages.
2005-10-12 18:22:14 +00:00
fe-messages.h
make printnicks global
2002-12-04 20:52:33 +00:00
fe-modules.c
Since the fe-common modules are named fe_common_$protocol, the module loader
2006-07-18 20:07:16 +00:00
fe-queries.c
Recode patch by decadix/senneth
2004-08-20 00:03:40 +00:00
fe-queries.h
/set autocreate_query -> /set autocreate_query_level
2000-09-06 21:30:56 +00:00
fe-recode.c
If transliterations don't work in the system (eg. Solaris), don't allow
2005-11-19 18:13:18 +00:00
fe-recode.h
forgot to add
2004-08-20 00:27:05 +00:00
fe-server.c
Say when we're reconnecting, and mention it can be aborted with /RMRECONNS
2004-01-19 17:52:08 +00:00
fe-settings.c
/SET -default fix
2004-08-19 18:55:15 +00:00
fe-windows.c
Fix for !channel matching, patch by Borys
2003-01-30 16:28:31 +00:00
fe-windows.h
window->active_server used to hold non-connected servers, but that was
2002-09-14 23:14:04 +00:00
formats.c
Fix format_real_length to return the correct length when the input string
2007-02-14 10:59:27 +00:00
formats.h
%# now toggles monospace font on/off. fe-text doesn't care about it, but
2002-04-26 15:43:09 +00:00
hilight-text.c
Fixed output of /hilight (add a space after -levels if any).
2005-02-11 17:27:09 +00:00
hilight-text.h
Fix HILIGHT -actcolor -mask (Bug 131)
2004-10-06 16:25:34 +00:00
keyboard.c
fix
2003-11-17 18:10:00 +00:00
keyboard.h
paste detection fixes
2003-11-17 12:17:57 +00:00
Makefile.am
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
2004-09-15 12:11:43 +00:00
module-formats.c
Apply 05upgrade-check-binary.dpatch with some modifications.
2006-09-18 22:32:33 +00:00
module-formats.h
Apply 05upgrade-check-binary.dpatch with some modifications.
2006-09-18 22:32:33 +00:00
module.h
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
2004-09-15 12:11:43 +00:00
printtext.c
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
2004-09-15 12:11:43 +00:00
printtext.h
printtext(): you can now specify server target with tag name instead of
2002-02-04 04:27:45 +00:00
themes.c
fix completion for /format (Bug 143)
2005-09-10 13:19:20 +00:00
themes.h
Added support to define new default abstracts at runtime.
2002-12-28 15:25:10 +00:00
translation.c
toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some
2002-01-27 20:45:59 +00:00
translation.h
..adding new files..
2000-04-26 08:03:38 +00:00
utf8.c
Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte characters properly
2006-01-29 22:37:24 +00:00
utf8.h
Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte characters properly
2006-01-29 22:37:24 +00:00
window-activity.c
fix, try #2
2003-11-16 23:23:29 +00:00
window-activity.h
window_activity() and window_item_activity() are now public. Added them to
2002-02-15 09:05:45 +00:00
window-commands.c
Fix typo in help for window close
2004-11-22 18:25:03 +00:00
window-items.c
Better !channel support - window items now have "visual_name" and channels
2002-05-16 00:34:37 +00:00
window-items.h
Removed window parameter from window_item_remove() and
2001-01-06 21:58:28 +00:00
windows-layout.c
Window layout restoring queries didn't check if the chat protocol was yet
2003-12-10 23:04:00 +00:00
windows-layout.h
/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log
2001-02-21 19:19:24 +00:00