.. |
.cvsignore
|
updates
|
2000-04-26 09:43:45 +00:00 |
autorun.c
|
Execute ~/.irssi/startup before autoconnecting to servers. This way you can
|
2001-11-18 19:37:18 +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
|
removed some unused code.
|
2002-01-22 15:56:29 +00:00 |
chat-completion.h
|
DCC chat nicks are in /MSG completion list now if chat isn't in query.
|
2001-02-09 22:00: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
|
Check that word isn't empty instead of just assuming it isn't. This one
|
2001-08-28 11:12:03 +00:00 |
completion.h
|
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
|
2001-07-29 09:17:53 +00:00 |
fe-channels.c
|
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
|
2001-12-20 02:14:49 +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
|
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
|
2001-12-20 02:14:49 +00:00 |
fe-common-core.h
|
..adding new files..
|
2000-04-26 08:03:38 +00:00 |
fe-core-commands.c
|
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
|
2001-12-20 02:14:49 +00:00 |
fe-exec.c
|
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
|
2001-12-20 02:14:49 +00:00 |
fe-exec.h
|
Added processes to be extern instead of static. Also added Irssi::processes()
|
2001-12-03 17:05:09 +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 can now display help of non-commands if the file just exists in
|
2001-02-22 20:51:26 +00:00 |
fe-ignore-messages.c
|
Ignoring updates. Added support for nickmatch cache. One ignore can't
|
2001-01-28 07:22:22 +00:00 |
fe-ignore.c
|
/IGNORE list: Show the -pattern and also show if the regexp is invalid.
|
2001-12-08 14:41:57 +00:00 |
fe-log.c
|
/LOG OPEN -window accepts now -targets too to specify the refnum
|
2001-12-21 15:13:05 +00:00 |
fe-messages.c
|
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
|
2001-12-20 02:14:49 +00:00 |
fe-messages.h
|
added "message own_public" and "message own_private" events that are
|
2001-01-01 16:57:25 +00:00 |
fe-modules.c
|
Module loading updates - /LOAD shows now also the statically loaded modules.
|
2001-08-14 00:41:59 +00:00 |
fe-queries.c
|
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
|
2001-12-20 02:14:49 +00:00 |
fe-queries.h
|
/set autocreate_query -> /set autocreate_query_level
|
2000-09-06 21:30:56 +00:00 |
fe-server.c
|
/SERVER ADD: added -noproxy option and -proxy which just removes the
|
2002-01-24 20:57:16 +00:00 |
fe-settings.c
|
/SAVE -formats saves all the /formats to theme file.
|
2002-01-18 16:23:57 +00:00 |
fe-windows.c
|
Some crashfixes with command history.
|
2001-12-20 21:52:16 +00:00 |
fe-windows.h
|
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
|
2001-12-20 13:29:20 +00:00 |
formats.c
|
small bugfix, mirc color flag was set on unless both /set hide_mirc_colors
|
2002-01-09 17:10:46 +00:00 |
formats.h
|
window_get_theme() now checks that window isn't NULL, so we don't crash if
|
2001-11-25 16:31:24 +00:00 |
hilight-text.c
|
warning fixed
|
2001-12-14 22:04:28 +00:00 |
hilight-text.h
|
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
|
2001-03-17 01:52:43 +00:00 |
keyboard.c
|
/BIND works a bit better again when parsing the given key.
|
2001-11-19 23:56:00 +00:00 |
keyboard.h
|
keyboard handling rewrite
|
2001-05-06 19:28:15 +00:00 |
Makefile.am
|
Execute ~/.irssi/startup before autoconnecting to servers. This way you can
|
2001-11-18 19:37:18 +00:00 |
module-formats.c
|
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
|
2001-12-20 13:29:20 +00:00 |
module-formats.h
|
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
|
2001-12-20 13:29:20 +00:00 |
module.h
|
Added/moved several "typedef struct _XXX XXX;" to common.h so that
|
2001-01-01 07:45:54 +00:00 |
printtext.c
|
Added printtext_string_window(), Irssi::UI::Window::print() uses it also
|
2001-11-25 15:27:47 +00:00 |
printtext.h
|
Added printtext_string_window(), Irssi::UI::Window::print() uses it also
|
2001-11-25 15:27:47 +00:00 |
themes.c
|
/SAVE -formats saves all the /formats to theme file.
|
2002-01-18 16:23:57 +00:00 |
themes.h
|
Changed the escaping system - theme_format_expand_data()'s
|
2001-11-15 20:02:15 +00:00 |
translation.c
|
/SET translation was broken - fixed by lam@e-gate.pl.
|
2001-10-01 07:04:11 +00:00 |
translation.h
|
..adding new files..
|
2000-04-26 08:03:38 +00:00 |
window-activity.c
|
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
|
2001-03-17 01:52:43 +00:00 |
window-commands.c
|
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
|
2001-12-20 13:29:20 +00:00 |
window-items.c
|
/SET autocreate_split_windows - If autocreated windows should be split
|
2001-11-20 02:25:38 +00:00 |
window-items.h
|
Removed window parameter from window_item_remove() and
|
2001-01-06 21:58:28 +00:00 |
windows-layout.c
|
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no
|
2001-12-20 13:29:20 +00:00 |
windows-layout.h
|
/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log
|
2001-02-21 19:19:24 +00:00 |