2008-04-29 00:35:31 exg Changed paths: M /irssi/trunk/src/fe-common/core/completion.c Make some functions static. 2008-04-28 11:27:13 exg Changed paths: M /irssi/trunk/src/core/core.c M /irssi/trunk/src/core/servers-setup.c M /irssi/trunk/src/fe-common/core/fe-recode.c Make some variables static. 2008-04-25 10:42:47 exg Changed paths: M /irssi/trunk/src/core/misc.c M /irssi/trunk/src/core/misc.h M /irssi/trunk/src/fe-text/gui-readline.c Refactor code to create a watcher for an fd into a function. 2008-04-21 22:44:04 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Use term_add_unichar to print ucs-4 chars. 2008-04-21 22:23:17 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Reindent. 2008-04-21 19:32:55 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Remove no longer needed kludge to inhibit writing in the last cell. 2008-04-21 16:00:02 exg Changed paths: M /irssi/trunk/src/fe-text/gui-expandos.c Fix leak with $L expando. 2008-04-20 12:27:32 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Simplify. 2008-04-20 11:24:12 exg Changed paths: M /irssi/trunk/src/fe-text/terminfo-core.c Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUCT_MEMBER_P. 2008-04-19 17:01:16 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/term.c M /irssi/trunk/src/fe-text/term.h Remove non-working detach/attach code. 2008-04-16 23:14:05 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/term.h Remove the need to buffer input by moving the 'gui key pressed' events generation into term_gets. 2008-04-16 22:32:36 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer.c M /irssi/trunk/src/fe-text/textbuffer.h Make last_{fg,bg,flags} members of TEXT_BUFFER_REC. 2008-04-11 23:27:12 exg Changed paths: M /irssi/trunk/src/irc/core/modes.c Remove workaround no longer needed. 2008-04-08 15:02:56 exg Changed paths: M /irssi/trunk/src/core/expandos.c Factor strchr call. 2008-04-06 21:19:46 exg Changed paths: M /irssi/trunk/src/fe-text/statusbar-items.c Slightly optimize update of activity list when a window is destroyed. 2008-04-06 21:07:38 exg Changed paths: M /irssi/trunk/src/fe-text/statusbar-items.c Really make actlist_sort = level match active_window ordering. 2008-04-05 19:07:37 exg Changed paths: M /irssi/trunk/src/core/recode.c Partly revert r4796, it is not a bug but by design that recode_fallback is honored only when the terminal encoding is utf-8. 2008-04-05 16:09:01 exg Changed paths: M /irssi/trunk/src/fe-common/core/window-commands.c M /irssi/trunk/src/fe-text/statusbar-items.c Restore the behaviour of active_window to go to the window with most recent activity between the ones with highest data level, and make actlist_sort = level match this ordering. 2008-04-05 15:11:22 exg Changed paths: M /irssi/trunk/src/core/recode.c Cosmetics. 2008-04-05 15:07:26 exg Changed paths: M /irssi/trunk/src/core/recode.c Fix logic in recode_in: Honour recode_fallback also when the terminal encoding is not utf-8. Return the string as it is when the terminal encoding is utf-8, the string is valid utf-8, and the first conversion failed, rather than trying again the same conversion. 2008-04-04 10:41:44 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/term.h M /irssi/trunk/src/fe-text/terminfo-core.c M /irssi/trunk/src/fe-text/terminfo-core.h Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'. 2008-04-02 13:07:03 exg Changed paths: M /irssi/trunk/src/core/line-split.c Always use g_realloc rather than using g_malloc when the pointer is NULL. 2008-03-31 23:55:12 exg Changed paths: M /irssi/trunk/src/fe-text/terminfo-core.c Print warning messages to stderr rather than to stdout. 2008-03-30 16:13:52 exg Changed paths: M /irssi/trunk/src/core/network-openssl.c Set is_readable/is_writeable/use_buffer flags. 2008-03-30 16:05:39 exg Changed paths: M /irssi/trunk/src/core/network-openssl.c Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close} rather than g_io_channel_{seek,close}. 2008-03-30 15:53:33 exg Changed paths: M /irssi/trunk/TODO Add todo for gnutls. 2008-03-30 15:30:52 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/fe-help.c Use g_io_channel_unref rather than g_io_channel_close for file channels. 2008-03-30 15:23:12 exg Changed paths: M /irssi/trunk/src/core/line-split.c Implement linebuf_find using memchr. 2008-03-30 11:54:53 exg Changed paths: M /irssi/trunk/src/core/line-split.c Remove useless assignment. 2008-03-30 11:42:24 exg Changed paths: M /irssi/trunk/servertest/Makefile.am Fix test server linking. 2008-03-29 19:15:34 exg Changed paths: M /irssi/trunk/src/fe-common/core/Makefile.am D /irssi/trunk/src/fe-common/core/autorun.c D /irssi/trunk/src/fe-common/core/autorun.h M /irssi/trunk/src/fe-common/core/fe-common-core.c Move autorun_startup in fe-common-core.c and remove autorun.{c,h}. 2008-03-29 11:26:05 exg Changed paths: M /irssi/trunk/src/core/misc.c Remove unneeded includes. 2008-03-29 11:25:15 exg Changed paths: M /irssi/trunk/src/core/net-disconnect.h M /irssi/trunk/src/core/network.h M /irssi/trunk/src/core/servers.c Move net_disconnect_later declaration from network.h to net-disconnect.h. 2008-03-29 00:03:17 exg Changed paths: M /irssi/trunk/src/core/network-openssl.c Use g_io_channel_seek_position in irssi_ssl_seek. 2008-03-28 19:30:26 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-ignore.c M /irssi/trunk/src/fe-common/core/hilight-text.c Remove useless uses of replace_chars. 2008-03-28 18:26:30 exg Changed paths: M /irssi/trunk/configure.in Do not abort if libtool static libraries are disabled. 2008-03-28 18:15:39 exg Changed paths: M /irssi/trunk/configure.in Simplify libtool/gmodule test. 2008-03-28 13:59:26 exg Changed paths: M /irssi/trunk/src/core/misc.c M /irssi/trunk/src/core/misc.h Make strstr_full_case internal. 2008-03-28 13:42:27 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer.c Move selection of string searching function out of the loop by using a function pointer. 2008-03-15 20:13:38 exg Changed paths: M /irssi/trunk/src/core/servers-setup.c Remove unused global use_ssl and ssl_* settings. 2008-03-15 20:10:26 exg Changed paths: M /irssi/trunk/src/core/commands.c Revert unrelated changes slipped in r4774. 2008-03-15 19:40:37 exg Changed paths: M /irssi/trunk/src/core/commands.c Fix typo. 2008-03-15 15:51:06 exg Changed paths: M /irssi/trunk/src/irc/core/irc.c Simplify recode target computation. 2008-03-15 14:27:17 exg Changed paths: M /irssi/trunk/src/core/levels.c M /irssi/trunk/src/core/log.c Use g_ascii_str{,n}casecmp for case insensitive comparison with ascii only strings. 2008-03-15 14:19:41 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Replace tab between else and opening brace with space. 2008-03-15 14:02:55 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Remove silly macro. 2008-03-15 13:58:20 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Remove trailing whitespace. 2008-03-15 11:19:23 exg Changed paths: M /irssi/trunk/TODO Update. 2008-03-14 20:06:32 exg Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c Replace missed strncasecmp calls with g_ascii_strncasecmp. 2008-03-14 19:57:58 exg Changed paths: M /irssi/trunk/src/core/ignore.c Honour -channels preference for ignore -replies, fix bug #227. 2008-03-14 13:39:35 exg Changed paths: M /irssi/trunk/TODO M /irssi/trunk/src/fe-common/core/windows-layout.c Make /layout reset take effect immediately. 2008-03-14 13:25:01 exg Changed paths: M /irssi/trunk/src/core/ignore.c Make ignore exceptions take precedence over ignores in all cases, as documented. 2008-03-14 12:54:43 exg Changed paths: M /irssi/trunk/src/core/ignore.c Remove code duplication in ignore_check. 2008-03-14 12:33:18 exg Changed paths: M /irssi/trunk/TODO Update. 2008-03-14 11:34:34 exg Changed paths: M /irssi/trunk/configure.in M /irssi/trunk/src/common.h Do not check for standard C headers. 2008-03-12 10:59:35 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c After last change paste_entry includes the key before the one that begins the pasting, so do not add the same key to paste_buffer, otherwise it will show up twice. 2008-03-11 15:55:46 exg Changed paths: M /irssi/trunk/src/common.h M /irssi/trunk/src/lib-config/iconfig.h Move lib-config typedefs in iconfig.h. 2008-03-11 15:52:56 exg Changed paths: M /irssi/trunk/src/core/settings.h Use struct name rather than typedef name in pointer declaration. 2008-03-11 15:32:04 exg Changed paths: M /irssi/trunk/src/lib-config/iconfig.h Document config_node_set_str. 2008-03-11 14:26:33 exg Changed paths: M /irssi/trunk/src/lib-config/iconfig.h Fix typos. 2008-03-11 14:25:33 exg Changed paths: M /irssi/trunk/src/lib-config/get.c M /irssi/trunk/src/lib-config/parse.c M /irssi/trunk/src/lib-config/set.c M /irssi/trunk/src/lib-config/write.c Keep documentation for public api only in headers to avoid duplication. 2008-03-11 00:40:58 exg Changed paths: M /irssi/trunk/TODO Update. 2008-03-10 22:31:35 exg Changed paths: M /irssi/trunk/src/common.h Remove unused macros. 2008-03-10 21:17:42 exg Changed paths: M /irssi/trunk/TODO Update, translations are courtesy of Tomi Nygren. 2008-03-10 20:20:01 Geert Hauwaerts Changed paths: M /irssi/trunk/README - Updated the content. 2008-03-10 16:21:45 exg Changed paths: M /irssi/trunk/src/irc/proxy/Makefile.am Disable versioning for the proxy module, patch by darix. 2008-03-10 15:45:14 exg Changed paths: M /irssi/trunk/TODO Update. 2008-03-10 13:05:43 exg Changed paths: M /irssi/trunk/src/fe-text/gui-printtext.c M /irssi/trunk/src/fe-text/textbuffer.c M /irssi/trunk/src/fe-text/textbuffer.h Make line_add_colors part of the textbuffer api. 2008-03-10 10:48:02 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Make a copy of the entry buffer only when a paste begins rather than everytime a key is pressed. 2008-03-10 00:57:28 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Do not buffer keys when waiting for paste confirmation. 2008-03-10 00:03:45 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Simplify history handling in key_send_line. 2008-03-09 19:16:50 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Rename variable. 2008-03-09 19:08:40 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Replace usage of get_utf8_char with g_utf8_get_char_validated and factor the corresponding code into a function. 2008-03-09 17:41:20 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Replace usage of get_utf8_char with g_utf8_get_char_validated. 2008-03-09 13:17:55 exg Changed paths: M /irssi/trunk/src/core/misc.c M /irssi/trunk/src/core/servers-reconnect.c M /irssi/trunk/src/core/servers.c M /irssi/trunk/src/fe-common/irc/fe-events.c M /irssi/trunk/src/fe-common/irc/notifylist/fe-notifylist.c M /irssi/trunk/src/fe-text/mainwindows.c M /irssi/trunk/src/irc/core/ctcp.c M /irssi/trunk/src/irc/core/irc-servers.c M /irssi/trunk/src/irc/dcc/dcc-chat.c M /irssi/trunk/src/irc/dcc/dcc-server.c M /irssi/trunk/src/irc/dcc/dcc.c M /irssi/trunk/src/irc/flood/flood.c Use g_ascii_str{,n}casecmp for case insensitive comparison with ascii only strings. 2008-03-09 13:01:16 exg Changed paths: M /irssi/trunk/src/core/levels.c M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/core/servers-reconnect.c M /irssi/trunk/src/core/servers-setup.c M /irssi/trunk/src/core/settings.c M /irssi/trunk/src/fe-common/core/fe-exec.c M /irssi/trunk/src/fe-common/core/fe-log.c M /irssi/trunk/src/fe-common/core/fe-settings.c M /irssi/trunk/src/fe-common/core/printtext.c M /irssi/trunk/src/fe-common/core/themes.c M /irssi/trunk/src/fe-common/core/window-commands.c M /irssi/trunk/src/fe-common/core/windows-layout.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-get.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-send.c M /irssi/trunk/src/fe-text/statusbar-config.c M /irssi/trunk/src/fe-text/statusbar-items.c M /irssi/trunk/src/fe-text/term.c M /irssi/trunk/src/fe-text/textbuffer-commands.c M /irssi/trunk/src/irc/core/lag.c M /irssi/trunk/src/irc/proxy/listen.c M /irssi/trunk/src/perl/common/Expando.xs Use g_ascii_str{,n}casecmp for case insensitive comparison with ascii only strings. 2008-03-09 12:13:09 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/fe-help.c Fix indentation. 2008-03-09 12:08:44 exg Changed paths: M /irssi/trunk/src/fe-common/core/autorun.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/fe-help.c Use GIOChannel API to read a file linewise. 2008-03-07 20:33:23 exg Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c M /irssi/trunk/src/irc/dcc/dcc.c Remove unneeded includes. 2008-03-07 16:11:24 exg Changed paths: M /irssi/trunk/src/fe-text/irssi.c g_mem_set_vtable must be called before using any other GLib functions. 2008-03-07 12:21:30 exg Changed paths: M /irssi/trunk/configure.in Remove unused variable HAVE_STATIC_PERL. 2008-03-07 11:56:38 exg Changed paths: M /irssi/trunk/configure.in M /irssi/trunk/src/perl/Makefile.am Remove useless PERL_LIBTOOL indirection. 2008-03-05 11:41:22 exg Changed paths: M /irssi/trunk/docs/manual.txt Add recode documentation. 2008-03-05 10:48:32 exg Changed paths: M /irssi/trunk/INSTALL M /irssi/trunk/Makefile.am D /irssi/trunk/README.cygwin Merge README.cygwin in INSTALL. 2008-03-05 10:38:15 exg Changed paths: M /irssi/trunk/INSTALL Improve descriptions of configure options. 2008-03-05 00:06:39 exg Changed paths: M /irssi/trunk/INSTALL M /irssi/trunk/docs/manual.txt Move description of resolve_prefer_ipv6 in the manual. 2008-03-04 23:57:01 exg Changed paths: M /irssi/trunk/configure.in Reflect the actual default value in descriptions of configure options. 2008-03-04 21:09:13 exg Changed paths: M /irssi/trunk/INSTALL M /irssi/trunk/docs/manual.txt Move documentation of configure options in INSTALL. 2008-03-04 20:11:45 exg Changed paths: M /irssi/trunk/INSTALL Reformat. 2008-03-04 19:15:51 exg Changed paths: M /irssi/trunk/docs/Makefile.am D /irssi/trunk/docs/botnet.txt D /irssi/trunk/src/irc/bot Remove long unmaintained botnet module. 2008-03-04 18:46:11 exg Changed paths: M /irssi/trunk/irssi-icon.png New icon by ditCh. 2008-03-04 11:42:23 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-help.c M /irssi/trunk/src/fe-common/core/fe-modules.c M /irssi/trunk/src/irc/core/ctcp.c M /irssi/trunk/src/irc/dcc/dcc-chat.c Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. 2008-03-04 10:48:49 exg Changed paths: M /irssi/trunk/src/core/levels.c Remove unneeded upcasing (level_get matching is case-insensitive). 2008-03-03 13:33:17 exg Changed paths: M /irssi/trunk/src/core/misc.h Group together declarations for string functions. 2008-03-03 02:57:50 exg Changed paths: M /irssi/trunk/src/core/misc.c M /irssi/trunk/src/core/misc.h Rename some variables. 2008-03-02 20:54:34 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-help.c Use g_strchomp to remove trailing whitespace. This fixes an invalid read, when the string is empty, reported by Enrico Scholz. 2008-02-20 21:28:07 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/module-formats.c M /irssi/trunk/src/fe-common/irc/module-formats.h Show setter/time in +I lists, if sent by the server. Code mostly copied from +e. 2008-02-17 00:28:53 exg Changed paths: M /irssi/trunk/src/core/chat-commands.c M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c M /irssi/trunk/src/irc/core/channel-events.c M /irssi/trunk/src/irc/core/irc-commands.c M /irssi/trunk/src/irc/core/irc.c Move output recoding in irc_send_cmd_full. 2008-02-16 12:13:45 exg Changed paths: M /irssi/trunk/Makefile.am M /irssi/trunk/configure.in M /irssi/trunk/src/common.h Rename config.h to irssi-config.h to avoid collisions. 2008-02-16 01:02:28 exg Changed paths: M /irssi/trunk/Makefile.am M /irssi/trunk/configure.in D /irssi/trunk/irssi.spec.in Remove outdated and broken rpm stuff. 2008-02-16 00:44:46 exg Changed paths: M /irssi/trunk/src/fe-common/core/command-history.h Fix argument name in declaration. 2008-02-16 00:31:02 exg Changed paths: M /irssi/trunk/Makefile.am Add built headers to BUILT_SOURCES rather than making config.h depend on them. 2008-02-14 14:34:47 exg Changed paths: M /irssi/trunk/docs/irssi.1 Fix spelling error. 2008-02-05 16:03:33 exg Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c M /irssi/trunk/src/irc/dcc/dcc-chat.c Remove unneeded includes. 2008-02-05 13:19:08 exg Changed paths: M /irssi/trunk/INSTALL Document packages needed to build/run irssi. 2008-02-05 02:15:38 exg Changed paths: M /irssi/trunk/src/fe-text/irssi.c Remove check for ancient default.theme. 2008-02-05 02:01:06 exg Changed paths: M /irssi/trunk/INSTALL M /irssi/trunk/TODO M /irssi/trunk/acconfig.h M /irssi/trunk/configure.in M /irssi/trunk/src/perl/module.h M /irssi/trunk/src/perl/perl-common.c M /irssi/trunk/src/perl/perl-common.h M /irssi/trunk/src/perl/perl-core.c Remove support for perl 5.004 and older. 2008-02-04 16:30:38 exg Changed paths: M /irssi/trunk/src/core/chat-commands.c M /irssi/trunk/src/core/commands.c M /irssi/trunk/src/core/expandos.c M /irssi/trunk/src/core/net-disconnect.c M /irssi/trunk/src/core/net-nonblock.c M /irssi/trunk/src/core/network-openssl.c M /irssi/trunk/src/core/nicklist.c M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/core/session.c M /irssi/trunk/src/core/special-vars.c Remove trailing whitespace. 2008-02-04 12:55:22 exg Changed paths: M /irssi/trunk/TODO Update. 2008-02-04 01:39:32 exg Changed paths: M /irssi/trunk/configure.in Do not create unnecessary symlinks in builddir. 2008-02-04 01:30:38 exg Changed paths: M /irssi/trunk/src/perl/Makefile.am Fix deps. 2008-02-03 19:23:43 exg Changed paths: M /irssi/trunk/TODO Update. 2008-02-03 17:48:02 exg Changed paths: M /irssi/trunk/TODO M /irssi/trunk/configure.in M /irssi/trunk/docs/design.txt M /irssi/trunk/src/Makefile.am M /irssi/trunk/src/core/args.c M /irssi/trunk/src/core/args.h M /irssi/trunk/src/core/core.c M /irssi/trunk/src/core/session.c M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-none/irssi.c M /irssi/trunk/src/fe-text/irssi.c D /irssi/trunk/src/lib-popt Remove popt and use glib GOption commandline option parser (glib-2.6 is now the minimum required version). 2008-02-02 19:36:57 exg Changed paths: M /irssi/trunk/src/fe-common/core/Makefile.am M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-common/core/module-formats.c M /irssi/trunk/src/fe-common/core/module-formats.h D /irssi/trunk/src/fe-common/core/translation.c D /irssi/trunk/src/fe-common/core/translation.h M /irssi/trunk/src/fe-text/gui-readline.c Remove broken by design /set translation. 2008-02-02 19:05:05 exg Changed paths: M /irssi/trunk/src/perl/perl-core.c Remove unneeded include. 2008-02-02 18:54:51 exg Changed paths: M /irssi/trunk/src/common.h Fix indentation. 2008-02-02 11:13:42 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c D /irssi/trunk/src/fe-text/term-curses.h Remove term-curses.h (was added for cuix). 2008-02-01 17:02:56 exg Changed paths: M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-text/gui-printtext.c Reset colors and attributes on newline. 2008-01-28 12:07:11 exg Changed paths: M /irssi/trunk/src/fe-text/gui-printtext.c Properly initialize and reset last_{fg,bg}. 2008-01-25 13:43:16 exg Changed paths: M /irssi/trunk/src/core/args.c M /irssi/trunk/src/core/args.h Do not export iopt_tables pointer. 2008-01-25 13:13:53 exg Changed paths: D /irssi/trunk/debian Remove debian directory, acked by debian maintainers. 2008-01-25 13:06:42 exg Changed paths: M /irssi/trunk/docs/help/in/cycle.in M /irssi/trunk/docs/help/in/join.in M /irssi/trunk/docs/help/in/part.in Remove references to LEAVE alias. 2008-01-25 12:20:40 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/terminfo-core.c M /irssi/trunk/src/fe-text/terminfo-core.h Update the terminfo backend to query the 'colors' capability and support more than 16 colors (sync from icecap). 2008-01-24 14:39:17 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Do not assume that bit 0x80 enables blink, rather call set_blink when blink is requested. 2008-01-24 10:47:08 exg Changed paths: M /irssi/trunk/src/fe-text/terminfo-core.c M /irssi/trunk/src/fe-text/terminfo-core.h Add function to set blink to the terminfo backend. 2008-01-24 10:40:10 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/terminfo-core.c M /irssi/trunk/src/fe-text/terminfo-core.h Remove empty function. 2008-01-21 18:30:14 exg Changed paths: M /irssi/trunk/src/irc/core/irc-commands.c Remove undocumented /RAWQUOTE command. 2008-01-21 16:44:05 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Reindent. 2008-01-21 16:41:12 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Simplify. 2008-01-21 13:10:08 exg Changed paths: M /irssi/trunk Update svn:ignore. 2008-01-21 12:49:10 exg Changed paths: D /irssi/trunk/.cvsignore D /irssi/trunk/docs/.cvsignore D /irssi/trunk/docs/help/.cvsignore D /irssi/trunk/docs/help/in/.cvsignore D /irssi/trunk/scripts/.cvsignore D /irssi/trunk/scripts/examples/.cvsignore D /irssi/trunk/servertest/.cvsignore D /irssi/trunk/src/.cvsignore D /irssi/trunk/src/core/.cvsignore D /irssi/trunk/src/fe-common/.cvsignore D /irssi/trunk/src/fe-common/core/.cvsignore D /irssi/trunk/src/fe-common/irc/.cvsignore D /irssi/trunk/src/fe-common/irc/dcc/.cvsignore D /irssi/trunk/src/fe-common/irc/notifylist/.cvsignore D /irssi/trunk/src/fe-none/.cvsignore D /irssi/trunk/src/fe-text/.cvsignore D /irssi/trunk/src/irc/.cvsignore D /irssi/trunk/src/irc/bot/.cvsignore D /irssi/trunk/src/irc/core/.cvsignore D /irssi/trunk/src/irc/dcc/.cvsignore D /irssi/trunk/src/irc/flood/.cvsignore D /irssi/trunk/src/irc/notifylist/.cvsignore D /irssi/trunk/src/irc/proxy/.cvsignore D /irssi/trunk/src/lib-config/.cvsignore D /irssi/trunk/src/lib-popt/.cvsignore D /irssi/trunk/src/perl/.cvsignore D /irssi/trunk/src/perl/common/.cvsignore D /irssi/trunk/src/perl/irc/.cvsignore D /irssi/trunk/src/perl/textui/.cvsignore D /irssi/trunk/src/perl/ui/.cvsignore Remove .cvsignore files. 2008-01-21 12:30:58 exg Changed paths: M /irssi/trunk/configure.in Put auxiliary files in build-aux directory. 2008-01-21 12:06:46 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Remove unneeded resets of paste_keycount (check_pasting will reset it at the next call). 2008-01-21 11:50:50 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Move code to insert paste prompt into its own function. 2007-12-23 17:48:24 jilles Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c Apply -usermode before -autosendcmd. The -usermode is now implicitly treated as a requested usermode change; the MODE command setting it is not redirected. This is good because user MODE may or may not give a reply and this could be confused with the MODE message indicating the initial usermode. Possible issue here: '-' modes in -usermode persist only until you change your umode via /mode. Bug #548 2007-12-12 13:35:14 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Revert r2471, having the erase commands clear the cutbuffer when the line is empty is annoying and not useful. 2007-12-10 13:07:10 exg Changed paths: M /irssi/trunk/autogen.sh Force C locale for svn info. 2007-12-09 17:10:07 exg Changed paths: M /irssi/trunk/src/core/recode.c Simplify is_valid_charset by just checking with g_iconv_open that the conversion is supported. 2007-12-09 15:39:06 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-log.c M /irssi/trunk/src/fe-common/core/module-formats.c Add 'active' tag for active logs in /log output. 2007-12-09 15:06:55 exg Changed paths: M /irssi/trunk/docs/irssi.1 Document 'startup' file. 2007-12-07 00:37:37 jilles Changed paths: M /irssi/trunk/NEWS Add entry about /userhost * and copying oper status flag on new join. 2007-12-06 11:16:02 exg Changed paths: M /irssi/trunk/configure.in Simplify options tests. 2007-12-06 10:50:55 exg Changed paths: M /irssi/trunk/configure.in Indent. 2007-12-06 01:06:11 exg Changed paths: M /irssi/trunk/configure.in Revert r4654. 2007-12-06 00:51:06 exg Changed paths: M /irssi/trunk/NEWS Remove trailing whitespace. 2007-12-06 00:49:37 exg Changed paths: M /irssi/trunk/AUTHORS Fix typo. 2007-12-06 00:36:33 exg Changed paths: M /irssi/trunk/src/core/log.c Simplify itemcmp. 2007-12-06 00:13:53 exg Changed paths: M /irssi/trunk/configure.in Tabify. 2007-12-05 15:58:47 exg Changed paths: M /irssi/trunk/configure.in Rename enable_ssl variable to want_ssl for consistency with other options variables. 2007-12-05 15:53:52 exg Changed paths: M /irssi/trunk/configure.in Remove unneeded AC_SUBST for SSL_LIBS. 2007-12-05 15:29:08 exg Changed paths: M /irssi/trunk/src/fe-text/Makefile.am Remove gettext leftover. 2007-12-05 14:06:55 exg Changed paths: M /irssi/trunk/src/fe-text/statusbar.c Reindent. 2007-12-05 14:04:48 exg Changed paths: M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat-messages.c Fix typo. 2007-12-05 14:00:04 exg Changed paths: M /irssi/trunk/autogen.sh Remove leftover. 2007-11-20 14:34:45 exg Changed paths: M /irssi/trunk/src/core/network.c Remove unneeded casts. 2007-11-19 11:34:40 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-log.c Fix last change. 2007-11-18 22:33:11 jilles Changed paths: M /irssi/trunk/src/fe-common/core/fe-log.c autolog: do not create *.log, send it to .log instead *.log resulted from server notices to * (as sent by ratbox) for example, and was subsequently interpreted as a wildcard (note that only * alone is a wildcard for log targets). Bug #533 2007-11-18 22:21:51 jilles Changed paths: M /irssi/trunk/src/irc/proxy/listen.c Pass through (redirect) WHOWAS reply to proxy clients. Bug #490 (patch from Alex Schumann) 2007-11-18 11:30:44 exg Changed paths: M /irssi/trunk/NEWS Update. 2007-11-17 22:50:31 exg Changed paths: M /irssi/trunk/src/fe-common/core/windows-layout.c Saner fix for bug #35. 2007-11-17 17:42:21 exg Changed paths: M /irssi/trunk/src/fe-common/core/windows-layout.c Reload the layout after saving it, fix bug #35. 2007-11-17 17:35:47 jilles Changed paths: M /irssi/trunk/docs/help/in/ping.in M /irssi/trunk/docs/help/in/ver.in M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c M /irssi/trunk/src/irc/core/irc-commands.c Do not allow /ping by itself to ctcp ping a channel. This is like the new /ver behaviour. Bug #542, patch by Geert with tweaks by exg 2007-11-16 12:30:37 exg Changed paths: M /irssi/trunk/src/fe-common/core/module-formats.c Fix grammar errors, patch by Mikael Magnusson. 2007-11-15 00:02:40 jilles Changed paths: M /irssi/trunk/src/irc/core/irc-servers.h M /irssi/trunk/src/irc/core/irc.c M /irssi/trunk/src/irc/core/servers-redirect.c M /irssi/trunk/src/irc/core/servers-redirect.h M /irssi/trunk/src/irc/proxy/listen.c M /irssi/trunk/src/perl/irc/Server.xs Rework redirections to deal with multiple concurrent redirects better. These mostly happen when doing remote whois and the target server is slow. The code uses the source server but will try to do what it can if servers think they need to mask it. 2007-11-03 01:24:55 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-whois.c Fix mode display in whois with unreal (379 numeric). Bug #479 2007-11-03 01:06:47 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/module-formats.c Remove a space that messed up alignment in whois mode replies. 2007-11-02 23:41:24 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-whois.c Fix RPL_WHOISHOST (378) code and strip off the "*@" from the hostname. 2007-11-02 23:40:36 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-whois.c Add support for RPL_WHOISACTUALLY (338), both ratbox and ircu style. Note that the ratbox style only shows ip, this appears as hostname: which is slightly different from the other real host numerics. Bug #428 2007-11-02 13:02:45 jilles Changed paths: M /irssi/trunk/src/perl/irc/Irc.xs Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist. 2007-10-31 23:58:44 jilles Changed paths: M /irssi/trunk/docs/help/in/notify.in M /irssi/trunk/docs/manual.txt M /irssi/trunk/src/fe-common/irc/notifylist/fe-notifylist.c M /irssi/trunk/src/irc/notifylist/module.h M /irssi/trunk/src/irc/notifylist/notify-commands.c M /irssi/trunk/src/irc/notifylist/notify-ison.c M /irssi/trunk/src/irc/notifylist/notify-setup.c M /irssi/trunk/src/irc/notifylist/notify-whois.c M /irssi/trunk/src/irc/notifylist/notifylist.c M /irssi/trunk/src/irc/notifylist/notifylist.h M /irssi/trunk/src/perl/irc/Notifylist.xs Remove /notify -idle, it can only work with not-nice automated remote whois. (causes infrequent "server load too heavy" etc) If people really want this, they should write a script. 2007-10-29 16:37:31 exg Changed paths: M /irssi/trunk/src/irc/dcc/dcc-get.c Fallback on rename also when errno is ENOSYS/EOPNOTSUPP because FUSE/BSD sets this value when link is not available. Based on a patch by Juuso T?\195?\164hk?\195?\164p?\195?\164?\195?\164, bug 536. 2007-10-25 11:07:44 exg Changed paths: M /irssi/trunk/acconfig.h Remove unneeded templates. 2007-10-22 18:45:48 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/core/hilight-text.c Same for s/-fullword/-full/ 2007-10-22 15:27:56 exg Changed paths: M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c Handle server == NULL case in skip_target, fix regression with irssi-icb. Patch by Stuart Henderson, bug #539. 2007-10-18 22:47:44 jilles Changed paths: M /irssi/trunk/src/irc/core/servers-redirect.c Recognize 431/461 (not enough parameters) as end of whois reply. 2007-10-18 20:35:12 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/core/hilight-text.c Make /hilight output -mask instead of -nickmask, consistent with the parameter it expects. 2007-10-18 18:54:59 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in Set version to 0.8.13-svn 2007-10-16 19:26:59 jilles Changed paths: M /irssi/trunk/src/irc/core/massjoin.c Also copy oper status when an already known user joins another channel. (Realname and away status were already copied.) 2007-10-16 19:20:12 jilles Changed paths: M /irssi/trunk/src/irc/core/irc-nicklist.c Update oper status from userhost reply. 2007-10-15 11:34:57 exg Changed paths: M /irssi/trunk/Makefile.am M /irssi/trunk/configure.in A /irssi/trunk/irssi-config.in Restore irssi-config, bug #537. 2007-10-12 17:09:12 jilles Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens. We do not do this for WHOIS because the resulting replies tend to be buggy and inconsistent. 2007-10-11 18:08:19 Geert Hauwaerts Changed paths: M /irssi/trunk/debian/patches/07gnutls-support-automakery.dpatch M /irssi/trunk/docs/faq.html M /irssi/trunk/docs/help/in/load.in M /irssi/trunk/docs/manual.txt More URL fixes. 2007-10-11 18:02:27 Geert Hauwaerts Changed paths: M /irssi/trunk/irssi.conf M /irssi/trunk/src/fe-text/irssi.c Fix broken URI. 2007-10-11 16:46:18 Geert Hauwaerts Changed paths: M /irssi/trunk/docs/formats.txt See previous commit. 2007-10-11 16:33:14 Geert Hauwaerts Changed paths: M /irssi/trunk/docs/formats.txt I was using %K trying to figure out why it wasnt dark grey @ http://irssi.org/documentation/formats then i found this, http://svn.irssi.org/repos/irssi/tags/r_0_7_91/docs/formats.txt, which explained it. Joshua Baillie 2007-10-06 11:39:55 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in Release 0.8.12 2007-08-26 22:02:10 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in Release 0.8.12-rc1 2007-08-24 19:13:21 jilles Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Make alt/meta+arrow keys work in recent versions of xterm. Bug #496 2007-08-22 21:47:28 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS Sort NEWS by features and fixed like previous released, and update 2007-08-22 21:31:47 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/textbuffer.c Make /LASTLOG -after/-before work without text to match 2007-08-19 15:09:10 jilles Changed paths: M /irssi/trunk/docs/manual.txt Update docs/manual.txt some more: - Channel sync does not get +eI lists. - Merge in /help mode changes. - Ban type is set using /set ban_type. 2007-08-19 14:19:10 jilles Changed paths: M /irssi/trunk/docs/manual.txt Update section 5.9 (lag checking) to reality. 2007-08-07 16:59:25 exg Changed paths: M /irssi/trunk/configure.in Use automake no-define option rather than config.h.in mangling to inhibit VERSION definition. 2007-08-07 16:55:14 exg Changed paths: M /irssi/trunk/irssi-version.h.in M /irssi/trunk/src/core/args.c M /irssi/trunk/src/core/expandos.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-text/irssi.c M /irssi/trunk/src/irc/core/ctcp.c M /irssi/trunk/src/irc/proxy/dump.c Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake PACKAGE/VERSION ones. 2007-08-07 15:06:32 exg Changed paths: M /irssi/trunk/Makefile.am M /irssi/trunk/configure.in Remove unused variable BUILD_PLUGINS. 2007-08-04 18:38:01 exg Changed paths: M /irssi/trunk/src/fe-common/core/window-commands.c Fix /window goto to reach all the items with the same name when there are more than two. 2007-08-04 16:57:30 jilles Changed paths: M /irssi/trunk/docs/perl.txt Document pidwait_add() and pidwait_remove() perl functions. 2007-08-04 16:42:22 jilles Changed paths: M /irssi/trunk/docs/perl.txt Move docs for /exec processes out of the IRC-specific section. 2007-08-04 16:32:28 exg Changed paths: M /irssi/trunk/Makefile.am M /irssi/trunk/configure.in D /irssi/trunk/irssi-config.in D /irssi/trunk/stamp.h.in Remove unused files. 2007-08-04 14:49:57 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-windows.c Replace 0 with NULL. 2007-08-04 10:35:59 Wouter Coekaerts Changed paths: M /irssi/trunk/src/perl/textui/TextUI.xs M /irssi/trunk/src/perl/textui/module.h Add Perl bindings for some gui_entry methods. 2007-08-03 19:24:25 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c - Make notices to +#channel (and all other STATUSMSG=) appear in the channel window. - Make actions and ctcp to @#channel etc appear in the channel window. - Clean up the code a little. This fixes bug #46 apart from incoming msg to +#channel. 2007-07-26 16:41:35 jilles Changed paths: M /irssi/trunk/docs/manual.txt Add Command/Server redirections section, mostly a reference to perl.txt's description. 2007-07-26 16:27:18 exg Changed paths: M /irssi/trunk/src/fe-common/core/windows-layout.c Sort the layout to save by refnum. 2007-07-26 16:15:12 exg Changed paths: M /irssi/trunk/src/irc/dcc/dcc-send.c Fix typo. 2007-07-26 16:06:38 exg Changed paths: M /irssi/trunk/src/core/settings.c Remove backward compatibility for very old options. 2007-07-26 15:53:22 exg Changed paths: M /irssi/trunk/src/core/settings.c M /irssi/trunk/src/fe-text/statusbar-items.c Change 'actlist_moves' boolean to 'actlist_sort' string which specifies the sorting type to use for the activity bar: - refnum (default) - recent (same as actlist_moves on) - level (sort by window level, same ordering used by active_window command) 2007-07-26 15:34:32 exg Changed paths: M /irssi/trunk/docs/help/in/window.in s/HELP LEVELS/LEVELS/ 2007-07-26 15:32:24 jilles Changed paths: M /irssi/trunk/docs/manual.txt Correct description of masked channels (#channel:mask, IRCnet only). 2007-07-26 15:24:11 jilles Changed paths: M /irssi/trunk/docs/help/in/mode.in - Remove ircnet-specific +arO cmodes from /help mode. - Keep non-rfc1459 +eI as they are very common. - Change heading to "common channel modes" and add a remark below referring the user to network-specific documentation; because we use 005 CHANMODES it is less important which cmodes irssi knows internally. - Some minor tweaking. 2007-07-12 17:04:18 Geert Hauwaerts Changed paths: M /irssi/trunk/docs/help/in/window.in [17:00:34] :@tomaw: Geert: Fancy doing me a very simple favour? :) [17:01:09] :@tomaw: Add HELP LEVELS to see also in /HELP WINDOW :) 2007-07-11 23:00:37 jilles Changed paths: M /irssi/trunk/NEWS Update NEWS file, always mentioning the bug number if any. 2007-07-08 21:00:42 jilles Changed paths: M /irssi/trunk/src/core/network-openssl.c SSL: Fix assertion failures when net_connect_ip() detects an error, e.g. bad bind address, localhost connection refused. 2007-07-08 20:39:32 jilles Changed paths: M /irssi/trunk/src/core/network-openssl.c Fix crash when SSL-connecting to something which closes the connection immediately. Also clarify the error message when the SSL handshake fails. This bug was introduced after 0.8.11. 2007-07-08 18:44:35 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/fe-irc-channels.c Update channel forwarding code. This is now on numeric 470 instead of 379. It works with hyperion and charybdis, and puts the channel you were forwarded to in the window the original channel would be in. 2007-07-07 12:49:19 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c Fix 477 numeric broken by r4572 (should be displayed in status if it's a join failure, channel window otherwise) 2007-07-06 23:54:32 jilles Changed paths: M /irssi/trunk/src/fe-text/lastlog.c /lastlog -file: use stdio instead of two write(2) calls per line 2007-07-06 23:43:23 jilles Changed paths: M /irssi/trunk/src/irc/core/channel-events.c Move the check for 4xx numeric for join failures last, so that the CHANNEL_REC is still around when handlers for specific numerics are executed. This allows removing the ugly special case for 437; I will also use this for 470 (channel forwarding). 2007-06-29 20:45:14 jilles Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c If 001 has not been received yet, also treat "Banned" or "Bad user info" (case insensitive) in an ERROR message as an indication of a server ban. 2007-06-29 00:50:58 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer.c Do not require that a line matches the input level to add it to the 'after' context, so that '/lastlog -hilight -after 10 foo' has the same semantic as '/lastlog -hilight -before 10 foo'. 2007-06-28 20:29:03 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer.c Do not compile the regexp if the input string is empty. 2007-06-20 23:35:23 jilles Changed paths: M /irssi/trunk/NEWS NEWS: describe my changes (not others') since 0.8.11. 2007-06-18 00:54:00 exg Changed paths: M /irssi/trunk/configure.in Do not invoke pkg-config to check that openssl is present, PKG_CHECK_MODULES does it for us. 2007-06-18 00:13:24 exg Changed paths: M /irssi/trunk/configure.in More accurate reporting of enabled/disabled features. 2007-06-17 23:55:10 exg Changed paths: M /irssi/trunk/autogen.sh A /irssi/trunk/glib-2.0.m4 (from /irssi/trunk/glib-2.0.m4_:4564) D /irssi/trunk/glib-2.0.m4_ mv glib-2.0.m4{_,} 2007-06-17 23:44:42 exg Changed paths: M /irssi/trunk/glib-2.0.m4_ Update to latest revision. 2007-06-17 23:29:34 exg Changed paths: M /irssi/trunk/autogen.sh Do not print the no arguments warning message if NOCONFIGURE is set, reported by znx. 2007-06-17 20:36:33 exg Changed paths: M /irssi/trunk/configure.in Remove leftover. 2007-06-17 20:36:02 exg Changed paths: M /irssi/trunk/configure.in Reindent. 2007-06-17 16:40:13 exg Changed paths: M /irssi/trunk/configure.in M /irssi/trunk/src/fe-text/Makefile.am D /irssi/trunk/src/fe-text/cuix-api.c D /irssi/trunk/src/fe-text/cuix-api.h D /irssi/trunk/src/fe-text/cuix-lib.c D /irssi/trunk/src/fe-text/cuix-lib.h D /irssi/trunk/src/fe-text/cuix.c D /irssi/trunk/src/fe-text/cuix.h M /irssi/trunk/src/fe-text/gui-printtext.c M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-curses.h M /irssi/trunk/src/fe-text/textbuffer-commands.c M /irssi/trunk/src/fe-text/textbuffer-view.c Remove cuix from trunk. 2007-06-17 15:22:36 jilles Changed paths: M /irssi/trunk/src/perl/Makefile.am Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi, fixing a race condition with parallel builds. Submitted by mandriva Slightly simplified by me 2007-06-16 17:11:42 exg Changed paths: M /irssi/trunk/src/core/chat-commands.c Document -window option of join command. 2007-06-16 17:02:17 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-queries.c Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in r2389. 2007-06-16 16:58:13 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-channels.c M /irssi/trunk/src/fe-common/core/fe-queries.c Revert r4549. 2007-06-16 16:50:05 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c Fix comment. 2007-06-14 21:12:10 c0ffee Changed paths: M /irssi/trunk/src/core/modules-load.c fix off by one error when extracting e.g. fe from fe_silc 2007-06-13 18:16:44 jilles Changed paths: M /irssi/trunk/docs/help/in/ban.in Change 'looser' to 'loser' in help file. Bug #512 2007-06-10 21:37:06 cras Changed paths: M /irssi/trunk/src/core/network.c Removed special error==1 handling from net_gethosterror(). It wasn't used anymore, and even when it originally was used it was wrong. 2007-06-10 20:00:26 exg Changed paths: M /irssi/trunk/src/fe-common/core/window-commands.c Make /window goto start searching at the window after the active one and stop at the one before, bug #332. 2007-06-10 19:15:14 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-channels.c M /irssi/trunk/src/fe-common/core/fe-queries.c Make -window option of /join and /query accept an optional numeric argument that specifies the refnum of the window to create the item in, bug #203. 2007-06-10 19:07:31 exg Changed paths: M /irssi/trunk/src/core/commands.c When parsing a '@' option verify that the whole argument, rather than only the first character, is numeric. 2007-06-09 22:22:28 jilles Changed paths: M /irssi/trunk/AUTHORS AUTHORS: move myself from contributors to staff 2007-06-08 20:49:24 jilles Changed paths: A /irssi/trunk/docs/help/in/accept.in M /irssi/trunk/docs/help/in/ignore.in M /irssi/trunk/docs/help/in/silence.in M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/module-formats.c M /irssi/trunk/src/fe-common/irc/module-formats.h M /irssi/trunk/src/irc/core/irc-commands.c Add support for the ACCEPT command, which is part of the CALLERID server side ignore system in hybrid7 and derived ircds. 2007-06-08 17:59:02 jilles Changed paths: M /irssi/trunk/docs/help/in/connect.in M /irssi/trunk/docs/help/in/ctcp.in M /irssi/trunk/docs/help/in/die.in M /irssi/trunk/docs/help/in/info.in M /irssi/trunk/docs/help/in/invitelist.in M /irssi/trunk/docs/help/in/ison.in M /irssi/trunk/docs/help/in/kick.in M /irssi/trunk/docs/help/in/knock.in M /irssi/trunk/docs/help/in/links.in M /irssi/trunk/docs/help/in/map.in M /irssi/trunk/docs/help/in/motd.in M /irssi/trunk/docs/help/in/op.in M /irssi/trunk/docs/help/in/ping.in M /irssi/trunk/docs/help/in/rehash.in M /irssi/trunk/docs/help/in/reload.in M /irssi/trunk/docs/help/in/restart.in M /irssi/trunk/docs/help/in/rping.in M /irssi/trunk/docs/help/in/sconnect.in M /irssi/trunk/docs/help/in/servlist.in M /irssi/trunk/docs/help/in/silence.in M /irssi/trunk/docs/help/in/squery.in M /irssi/trunk/docs/help/in/squit.in M /irssi/trunk/docs/help/in/stats.in M /irssi/trunk/docs/help/in/trace.in M /irssi/trunk/docs/help/in/unsilence.in M /irssi/trunk/docs/help/in/userhost.in M /irssi/trunk/docs/help/in/wait.in M /irssi/trunk/docs/help/in/wall.in M /irssi/trunk/docs/help/in/wallops.in M /irssi/trunk/docs/help/in/who.in M /irssi/trunk/docs/help/in/whois.in M /irssi/trunk/src/irc/core/irc-commands.c Various updates/enhancements/fixes to the help files. 2007-06-06 19:57:28 jilles Changed paths: M /irssi/trunk/src/irc/core/irc-commands.c Don't add the same mask to the knockout list multiple times. This fixes bug #510. Note that #510 only happened if multiple bans were sent before the MODE came back and multiple unbans were sent before the MODE came back. 2007-06-06 19:49:10 exg Changed paths: M /irssi/trunk/src/fe-common/core/completion.c Enhance /set completer to complete option names also when a command option is present and to complete option values. 2007-06-06 18:55:48 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c Add g_strdup forgotten in r4471. 2007-06-05 22:24:33 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/module-formats.c Put "account" before services login name (330 numeric, whois_extra). 2007-06-05 14:03:18 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-settings.c Cleanup cmd_set by moving the code to print the settings matching a pattern in its own function and using settings_get_record for exact matching. 2007-06-05 13:27:58 exg Changed paths: M /irssi/trunk/src/fe-common/core/completion.c Remove code duplication. 2007-06-04 11:59:03 exg Changed paths: M /irssi/trunk/src/fe-common/core/window-commands.c Change active_window to select, when there is more than one window with the highest data level, the window with the lowest refnum. 2007-06-03 15:08:47 jilles Changed paths: M /irssi/trunk/src/irc/core/channel-events.c M /irssi/trunk/src/irc/core/channel-rejoin.c - Repair channels_rejoin_unavailable. Enabled by default, this retries joins that failed because of netsplits (channel temporarily unavailable (437), duplicate channel) A few servers abuse 437 for juped channels which should not be retried, you should disable channels_rejoin_unavailable if this is a problem. - Display 437 and 407 numerics if channels_rejoin_unavailable is not enabled. Bug #495 2007-06-01 01:56:51 exg Changed paths: M /irssi/trunk/src/core/network-openssl.c M /irssi/trunk/src/core/network.h M /irssi/trunk/src/core/servers.c Rewrite SSL connection/handshake code. 2007-05-31 15:56:35 exg Changed paths: M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/textbuffer-view.c Assume width 1 for control characters in places where a non-negative width is expected. 2007-05-31 15:19:05 exg Changed paths: M /irssi/trunk/src/fe-common/core/utf8.h M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/term.h M /irssi/trunk/src/fe-text/textbuffer-view.c Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. 2007-05-31 08:37:13 c0ffee Changed paths: M /irssi/trunk/src/fe-common/core/fe-modules.c skip fe_common prefix when freeing prefix list 2007-05-30 23:18:22 jilles Changed paths: M /irssi/trunk/src/core/servers-reconnect.c Apply patch from bug #202 (from "Irssi Fan"); when calling reconnect_save_status() for a server that has not sent 001 yet, do not free and reallocate conn->channels twice, and do not copy the channels if server->connrec->no_autojoin_channels is set. It seems a special case because reconnect_save_status() is not usually called for servers that have not sent 001 yet, but it can't really hurt. 2007-05-30 23:17:59 exg Changed paths: M /irssi/trunk/src/fe-text/statusbar-items.c Cleanup and optimize a bit sig_statusbar_activity_hilight. 2007-05-30 19:30:35 exg Changed paths: M /irssi/trunk/src/fe-common/core/Makefile.am Do not install utf8.h, it is a private header. 2007-05-29 10:19:24 exg Changed paths: M /irssi/trunk/src/fe-none/irssi.c Fix build after last change to option processing. 2007-05-29 09:52:32 exg Changed paths: M /irssi/trunk/autogen.sh Add missing quote. 2007-05-28 15:59:05 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c - Display more numerics (such as cannot send to channel, cannot /msg, user is +g) in the channel or query window, if any. - Put the target name in front of "generic" numerics printed to the channel/query window (useful if there are multiple in one window, or if there is no such window). 2007-05-26 14:19:08 exg Changed paths: M /irssi/trunk/docs/irssi.1 M /irssi/trunk/src/core/session.c Hide --session from --help output and remove its mention from the manual, internal use only. 2007-05-26 14:00:15 exg Changed paths: M /irssi/trunk/src/core/core.c Oops. 2007-05-26 01:27:27 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/irc/core/irc-servers.c Pick up host changes on charybdis and ircu servers (396 numeric). 2007-05-26 01:21:38 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Make word commands unicode friendly. 2007-05-26 00:21:39 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/gui-entry.h M /irssi/trunk/src/fe-text/gui-readline.c Add function to delete the whole cell under the cursor and use it for delete_character. 2007-05-26 00:13:24 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Move the cursor cell-wise in utf8. 2007-05-26 00:06:32 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Forbid insertion of a character with width 0 as the first character in the prompt. 2007-05-25 23:56:30 exg Changed paths: M /irssi/trunk/src/fe-common/core/Makefile.am M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-common/core/utf8.c M /irssi/trunk/src/fe-common/core/utf8.h A /irssi/trunk/src/fe-common/core/wcwidth.c M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/textbuffer-view.c Replace utf8_width with Markus Kuhn's wcwidth. 2007-05-24 02:44:29 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-text/irssi.c Move 'version' option in main. 2007-05-24 02:25:36 exg Changed paths: M /irssi/trunk/src/core/core.c M /irssi/trunk/src/core/core.h M /irssi/trunk/src/core/session.c M /irssi/trunk/src/core/session.h M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-common-core.h M /irssi/trunk/src/fe-text/irssi.c Cleanup option handling. 2007-05-21 01:13:29 exg Changed paths: M /irssi/trunk/autogen.sh M /irssi/trunk/configure.in D /irssi/trunk/glib.m4_ M /irssi/trunk/src/core/network-openssl.c M /irssi/trunk/src/core/nicklist.c M /irssi/trunk/src/core/nicklist.h M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/core/session.c M /irssi/trunk/src/fe-common/core/fe-channels.c M /irssi/trunk/src/fe-common/core/fe-recode.c M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-common/core/keyboard.c M /irssi/trunk/src/perl/perl-common.c Farewell glib-1. 2007-05-20 22:07:12 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c If we get a ERR_NOSUCHNICK for the nick "*", display the text in the numeric rather than a fixed "no such nick/channel". This often contains more information for at least ircu/ratbox/charybdis (Target left IRC with failed text when /msg crosses quit/split). 2007-05-20 21:29:38 jilles Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/irc/core/irc-nicklist.c Fix recognition of realnames starting with spaces in /who replies. 2007-05-20 18:38:28 c0ffee Changed paths: M /irssi/trunk/src/fe-common/core/fe-modules.c add fe_common to the list of possible submodules 2007-05-18 16:41:44 exg Changed paths: M /irssi/trunk/src/core/recode.c Factor common code in recode_{in,out}. 2007-05-18 12:15:17 exg Changed paths: M /irssi/trunk/curses.m4 Quote macro name in AC_DEFUN calls. Patch by znx, bug #499. 2007-05-18 11:56:08 exg Changed paths: M /irssi/trunk/src/irc/core/irc-channels.c Use CASEMAPPING dependent comparison to match channel names. Patch by Jon Mayo, bug #436. 2007-05-18 11:51:30 exg Changed paths: M /irssi/trunk/src/irc/core/irc-nicklist.h Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the corresponding lowercase counterparts. 2007-05-18 11:49:11 exg Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c Use rfc1459 comparison for nicks by default (it is not a functional change because irc_nickcmp_ascii is bogusly the same as irc_nickcmp_rfc1459). 2007-05-16 19:02:46 exg Changed paths: M /irssi/trunk/irssi.conf Add $tag to 'window' item in default configuration. 2007-05-14 23:22:41 exg Changed paths: M /irssi/trunk/src/core/special-vars.c Remove code duplication. 2007-05-12 15:19:35 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/modes.c Update chanop flag before emitting nick mode changed signal (patch by Johan Kiviniemi) 2007-05-10 22:33:02 exg Changed paths: M /irssi/trunk/src/core/log.c Allow logging of lines with no target only to logs with no items or with a wildcard item. 2007-05-08 20:41:10 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/args.c M /irssi/trunk/src/core/channels-setup.c M /irssi/trunk/src/core/channels.c M /irssi/trunk/src/core/chat-commands.c M /irssi/trunk/src/core/chat-protocols.c M /irssi/trunk/src/core/chatnets.c M /irssi/trunk/src/core/commands.c M /irssi/trunk/src/core/core.c M /irssi/trunk/src/core/expandos.c M /irssi/trunk/src/core/ignore.c M /irssi/trunk/src/core/levels.c M /irssi/trunk/src/core/line-split.c M /irssi/trunk/src/core/log-away.c M /irssi/trunk/src/core/log.c M /irssi/trunk/src/core/masks.c M /irssi/trunk/src/core/misc.c M /irssi/trunk/src/core/modules-load.c M /irssi/trunk/src/core/modules.c M /irssi/trunk/src/core/net-disconnect.c M /irssi/trunk/src/core/net-nonblock.c M /irssi/trunk/src/core/net-sendbuffer.c M /irssi/trunk/src/core/network-openssl.c M /irssi/trunk/src/core/network.c M /irssi/trunk/src/core/nicklist.c M /irssi/trunk/src/core/nickmatch-cache.c M /irssi/trunk/src/core/pidwait.c M /irssi/trunk/src/core/queries.c M /irssi/trunk/src/core/rawlog.c M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/core/servers-reconnect.c M /irssi/trunk/src/core/servers-setup.c M /irssi/trunk/src/core/servers.c M /irssi/trunk/src/core/session.c M /irssi/trunk/src/core/settings.c M /irssi/trunk/src/core/signals.c M /irssi/trunk/src/core/special-vars.c M /irssi/trunk/src/core/write-buffer.c M /irssi/trunk/src/fe-common/core/autorun.c M /irssi/trunk/src/fe-common/core/chat-completion.c M /irssi/trunk/src/fe-common/core/command-history.c M /irssi/trunk/src/fe-common/core/completion.c M /irssi/trunk/src/fe-common/core/fe-channels.c M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/fe-exec.c M /irssi/trunk/src/fe-common/core/fe-expandos.c M /irssi/trunk/src/fe-common/core/fe-help.c M /irssi/trunk/src/fe-common/core/fe-ignore-messages.c M /irssi/trunk/src/fe-common/core/fe-ignore.c M /irssi/trunk/src/fe-common/core/fe-log.c M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/core/fe-modules.c M /irssi/trunk/src/fe-common/core/fe-queries.c M /irssi/trunk/src/fe-common/core/fe-recode.c M /irssi/trunk/src/fe-common/core/fe-server.c M /irssi/trunk/src/fe-common/core/fe-settings.c M /irssi/trunk/src/fe-common/core/fe-windows.c M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-common/core/hilight-text.c M /irssi/trunk/src/fe-common/core/keyboard.c M /irssi/trunk/src/fe-common/core/module-formats.c M /irssi/trunk/src/fe-common/core/printtext.c M /irssi/trunk/src/fe-common/core/themes.c M /irssi/trunk/src/fe-common/core/translation.c M /irssi/trunk/src/fe-common/core/utf8.c M /irssi/trunk/src/fe-common/core/window-activity.c M /irssi/trunk/src/fe-common/core/window-commands.c M /irssi/trunk/src/fe-common/core/window-items.c M /irssi/trunk/src/fe-common/core/windows-layout.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat-messages.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-get.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-send.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-server.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc.c M /irssi/trunk/src/fe-common/irc/dcc/module-formats.c M /irssi/trunk/src/fe-common/irc/fe-common-irc.c M /irssi/trunk/src/fe-common/irc/fe-ctcp.c M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/fe-events.c M /irssi/trunk/src/fe-common/irc/fe-irc-channels.c M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c M /irssi/trunk/src/fe-common/irc/fe-irc-queries.c M /irssi/trunk/src/fe-common/irc/fe-irc-server.c M /irssi/trunk/src/fe-common/irc/fe-ircnet.c M /irssi/trunk/src/fe-common/irc/fe-modes.c M /irssi/trunk/src/fe-common/irc/fe-netjoin.c M /irssi/trunk/src/fe-common/irc/fe-netsplit.c M /irssi/trunk/src/fe-common/irc/irc-completion.c M /irssi/trunk/src/fe-common/irc/module-formats.c M /irssi/trunk/src/fe-common/irc/notifylist/fe-notifylist.c M /irssi/trunk/src/fe-common/irc/notifylist/module-formats.c M /irssi/trunk/src/fe-none/irssi.c M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/gui-expandos.c M /irssi/trunk/src/fe-text/gui-printtext.c M /irssi/trunk/src/fe-text/gui-readline.c M /irssi/trunk/src/fe-text/gui-windows.c M /irssi/trunk/src/fe-text/irssi.c M /irssi/trunk/src/fe-text/lastlog.c M /irssi/trunk/src/fe-text/mainwindow-activity.c M /irssi/trunk/src/fe-text/mainwindows-layout.c M /irssi/trunk/src/fe-text/mainwindows.c M /irssi/trunk/src/fe-text/module-formats.c M /irssi/trunk/src/fe-text/statusbar-config.c M /irssi/trunk/src/fe-text/statusbar-items.c M /irssi/trunk/src/fe-text/statusbar.c M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-dummy.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/term.c M /irssi/trunk/src/fe-text/textbuffer-commands.c M /irssi/trunk/src/fe-text/textbuffer-reformat.c M /irssi/trunk/src/fe-text/textbuffer-view.c M /irssi/trunk/src/fe-text/textbuffer.c M /irssi/trunk/src/irc/bot/bot-events.c M /irssi/trunk/src/irc/bot/bot-irc-commands.c M /irssi/trunk/src/irc/bot/bot-users.c M /irssi/trunk/src/irc/bot/bot.c M /irssi/trunk/src/irc/bot/botnet-connection.c M /irssi/trunk/src/irc/bot/botnet-users.c M /irssi/trunk/src/irc/bot/botnet.c M /irssi/trunk/src/irc/core/bans.c M /irssi/trunk/src/irc/core/channel-events.c M /irssi/trunk/src/irc/core/channel-rejoin.c M /irssi/trunk/src/irc/core/channels-query.c M /irssi/trunk/src/irc/core/ctcp.c M /irssi/trunk/src/irc/core/irc-channels-setup.c M /irssi/trunk/src/irc/core/irc-channels.c M /irssi/trunk/src/irc/core/irc-chatnets.c M /irssi/trunk/src/irc/core/irc-commands.c M /irssi/trunk/src/irc/core/irc-core.c M /irssi/trunk/src/irc/core/irc-expandos.c M /irssi/trunk/src/irc/core/irc-masks.c M /irssi/trunk/src/irc/core/irc-nicklist.c M /irssi/trunk/src/irc/core/irc-queries.c M /irssi/trunk/src/irc/core/irc-servers-reconnect.c M /irssi/trunk/src/irc/core/irc-servers-setup.c M /irssi/trunk/src/irc/core/irc-servers.c M /irssi/trunk/src/irc/core/irc-session.c M /irssi/trunk/src/irc/core/irc.c M /irssi/trunk/src/irc/core/lag.c M /irssi/trunk/src/irc/core/massjoin.c M /irssi/trunk/src/irc/core/mode-lists.c M /irssi/trunk/src/irc/core/modes.c M /irssi/trunk/src/irc/core/netsplit.c M /irssi/trunk/src/irc/core/servers-idle.c M /irssi/trunk/src/irc/core/servers-redirect.c M /irssi/trunk/src/irc/dcc/dcc-autoget.c M /irssi/trunk/src/irc/dcc/dcc-chat.c M /irssi/trunk/src/irc/dcc/dcc-get.c M /irssi/trunk/src/irc/dcc/dcc-queue.c M /irssi/trunk/src/irc/dcc/dcc-resume.c M /irssi/trunk/src/irc/dcc/dcc-send.c M /irssi/trunk/src/irc/dcc/dcc-server.c M /irssi/trunk/src/irc/dcc/dcc.c M /irssi/trunk/src/irc/flood/autoignore.c M /irssi/trunk/src/irc/flood/flood.c M /irssi/trunk/src/irc/notifylist/notify-commands.c M /irssi/trunk/src/irc/notifylist/notify-ison.c M /irssi/trunk/src/irc/notifylist/notify-setup.c M /irssi/trunk/src/irc/notifylist/notify-whois.c M /irssi/trunk/src/irc/notifylist/notifylist.c M /irssi/trunk/src/irc/proxy/dump.c M /irssi/trunk/src/irc/proxy/listen.c M /irssi/trunk/src/irc/proxy/proxy.c M /irssi/trunk/src/lib-config/get.c M /irssi/trunk/src/lib-config/parse.c M /irssi/trunk/src/lib-config/set.c M /irssi/trunk/src/lib-config/write.c M /irssi/trunk/src/perl/module-formats.c M /irssi/trunk/src/perl/perl-common.c M /irssi/trunk/src/perl/perl-core.c M /irssi/trunk/src/perl/perl-fe.c M /irssi/trunk/src/perl/perl-signals.c M /irssi/trunk/src/perl/perl-sources.c Oops. Update address correctly now. 2007-05-08 20:16:58 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/args.c M /irssi/trunk/src/core/channels-setup.c M /irssi/trunk/src/core/channels.c M /irssi/trunk/src/core/chat-commands.c M /irssi/trunk/src/core/chat-protocols.c M /irssi/trunk/src/core/chatnets.c M /irssi/trunk/src/core/commands.c M /irssi/trunk/src/core/core.c M /irssi/trunk/src/core/expandos.c M /irssi/trunk/src/core/ignore.c M /irssi/trunk/src/core/levels.c M /irssi/trunk/src/core/line-split.c M /irssi/trunk/src/core/log-away.c M /irssi/trunk/src/core/log.c M /irssi/trunk/src/core/masks.c M /irssi/trunk/src/core/misc.c M /irssi/trunk/src/core/modules-load.c M /irssi/trunk/src/core/modules.c M /irssi/trunk/src/core/net-disconnect.c M /irssi/trunk/src/core/net-nonblock.c M /irssi/trunk/src/core/net-sendbuffer.c M /irssi/trunk/src/core/network-openssl.c M /irssi/trunk/src/core/network.c M /irssi/trunk/src/core/nicklist.c M /irssi/trunk/src/core/nickmatch-cache.c M /irssi/trunk/src/core/pidwait.c M /irssi/trunk/src/core/queries.c M /irssi/trunk/src/core/rawlog.c M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/core/servers-reconnect.c M /irssi/trunk/src/core/servers-setup.c M /irssi/trunk/src/core/servers.c M /irssi/trunk/src/core/session.c M /irssi/trunk/src/core/settings.c M /irssi/trunk/src/core/signals.c M /irssi/trunk/src/core/special-vars.c M /irssi/trunk/src/core/write-buffer.c M /irssi/trunk/src/fe-common/core/autorun.c M /irssi/trunk/src/fe-common/core/chat-completion.c M /irssi/trunk/src/fe-common/core/command-history.c M /irssi/trunk/src/fe-common/core/completion.c M /irssi/trunk/src/fe-common/core/fe-channels.c M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/fe-exec.c M /irssi/trunk/src/fe-common/core/fe-expandos.c M /irssi/trunk/src/fe-common/core/fe-help.c M /irssi/trunk/src/fe-common/core/fe-ignore-messages.c M /irssi/trunk/src/fe-common/core/fe-ignore.c M /irssi/trunk/src/fe-common/core/fe-log.c M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/core/fe-modules.c M /irssi/trunk/src/fe-common/core/fe-queries.c M /irssi/trunk/src/fe-common/core/fe-recode.c M /irssi/trunk/src/fe-common/core/fe-server.c M /irssi/trunk/src/fe-common/core/fe-settings.c M /irssi/trunk/src/fe-common/core/fe-windows.c M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-common/core/hilight-text.c M /irssi/trunk/src/fe-common/core/keyboard.c M /irssi/trunk/src/fe-common/core/module-formats.c M /irssi/trunk/src/fe-common/core/printtext.c M /irssi/trunk/src/fe-common/core/themes.c M /irssi/trunk/src/fe-common/core/translation.c M /irssi/trunk/src/fe-common/core/utf8.c M /irssi/trunk/src/fe-common/core/window-activity.c M /irssi/trunk/src/fe-common/core/window-commands.c M /irssi/trunk/src/fe-common/core/window-items.c M /irssi/trunk/src/fe-common/core/windows-layout.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat-messages.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-get.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-send.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-server.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc.c M /irssi/trunk/src/fe-common/irc/dcc/module-formats.c M /irssi/trunk/src/fe-common/irc/fe-common-irc.c M /irssi/trunk/src/fe-common/irc/fe-ctcp.c M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/fe-events.c M /irssi/trunk/src/fe-common/irc/fe-irc-channels.c M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c M /irssi/trunk/src/fe-common/irc/fe-irc-queries.c M /irssi/trunk/src/fe-common/irc/fe-irc-server.c M /irssi/trunk/src/fe-common/irc/fe-ircnet.c M /irssi/trunk/src/fe-common/irc/fe-modes.c M /irssi/trunk/src/fe-common/irc/fe-netjoin.c M /irssi/trunk/src/fe-common/irc/fe-netsplit.c M /irssi/trunk/src/fe-common/irc/irc-completion.c M /irssi/trunk/src/fe-common/irc/module-formats.c M /irssi/trunk/src/fe-common/irc/notifylist/fe-notifylist.c M /irssi/trunk/src/fe-common/irc/notifylist/module-formats.c M /irssi/trunk/src/fe-none/irssi.c M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/gui-expandos.c M /irssi/trunk/src/fe-text/gui-printtext.c M /irssi/trunk/src/fe-text/gui-readline.c M /irssi/trunk/src/fe-text/gui-windows.c M /irssi/trunk/src/fe-text/irssi.c M /irssi/trunk/src/fe-text/lastlog.c M /irssi/trunk/src/fe-text/mainwindow-activity.c M /irssi/trunk/src/fe-text/mainwindows-layout.c M /irssi/trunk/src/fe-text/mainwindows.c M /irssi/trunk/src/fe-text/module-formats.c M /irssi/trunk/src/fe-text/statusbar-config.c M /irssi/trunk/src/fe-text/statusbar-items.c M /irssi/trunk/src/fe-text/statusbar.c M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-dummy.c M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/term.c M /irssi/trunk/src/fe-text/textbuffer-commands.c M /irssi/trunk/src/fe-text/textbuffer-reformat.c M /irssi/trunk/src/fe-text/textbuffer-view.c M /irssi/trunk/src/fe-text/textbuffer.c M /irssi/trunk/src/irc/bot/bot-events.c M /irssi/trunk/src/irc/bot/bot-irc-commands.c M /irssi/trunk/src/irc/bot/bot-users.c M /irssi/trunk/src/irc/bot/bot.c M /irssi/trunk/src/irc/bot/botnet-connection.c M /irssi/trunk/src/irc/bot/botnet-users.c M /irssi/trunk/src/irc/bot/botnet.c M /irssi/trunk/src/irc/core/bans.c M /irssi/trunk/src/irc/core/channel-events.c M /irssi/trunk/src/irc/core/channel-rejoin.c M /irssi/trunk/src/irc/core/channels-query.c M /irssi/trunk/src/irc/core/ctcp.c M /irssi/trunk/src/irc/core/irc-channels-setup.c M /irssi/trunk/src/irc/core/irc-channels.c M /irssi/trunk/src/irc/core/irc-chatnets.c M /irssi/trunk/src/irc/core/irc-commands.c M /irssi/trunk/src/irc/core/irc-core.c M /irssi/trunk/src/irc/core/irc-expandos.c M /irssi/trunk/src/irc/core/irc-masks.c M /irssi/trunk/src/irc/core/irc-nicklist.c M /irssi/trunk/src/irc/core/irc-queries.c M /irssi/trunk/src/irc/core/irc-servers-reconnect.c M /irssi/trunk/src/irc/core/irc-servers-setup.c M /irssi/trunk/src/irc/core/irc-servers.c M /irssi/trunk/src/irc/core/irc-session.c M /irssi/trunk/src/irc/core/irc.c M /irssi/trunk/src/irc/core/lag.c M /irssi/trunk/src/irc/core/massjoin.c M /irssi/trunk/src/irc/core/mode-lists.c M /irssi/trunk/src/irc/core/modes.c M /irssi/trunk/src/irc/core/netsplit.c M /irssi/trunk/src/irc/core/servers-idle.c M /irssi/trunk/src/irc/core/servers-redirect.c M /irssi/trunk/src/irc/dcc/dcc-autoget.c M /irssi/trunk/src/irc/dcc/dcc-chat.c M /irssi/trunk/src/irc/dcc/dcc-get.c M /irssi/trunk/src/irc/dcc/dcc-queue.c M /irssi/trunk/src/irc/dcc/dcc-resume.c M /irssi/trunk/src/irc/dcc/dcc-send.c M /irssi/trunk/src/irc/dcc/dcc-server.c M /irssi/trunk/src/irc/dcc/dcc.c M /irssi/trunk/src/irc/flood/autoignore.c M /irssi/trunk/src/irc/flood/flood.c M /irssi/trunk/src/irc/notifylist/notify-commands.c M /irssi/trunk/src/irc/notifylist/notify-ison.c M /irssi/trunk/src/irc/notifylist/notify-setup.c M /irssi/trunk/src/irc/notifylist/notify-whois.c M /irssi/trunk/src/irc/notifylist/notifylist.c M /irssi/trunk/src/irc/proxy/dump.c M /irssi/trunk/src/irc/proxy/listen.c M /irssi/trunk/src/irc/proxy/proxy.c M /irssi/trunk/src/lib-config/get.c M /irssi/trunk/src/lib-config/parse.c M /irssi/trunk/src/lib-config/set.c M /irssi/trunk/src/lib-config/write.c M /irssi/trunk/src/perl/module-formats.c M /irssi/trunk/src/perl/perl-common.c M /irssi/trunk/src/perl/perl-core.c M /irssi/trunk/src/perl/perl-fe.c M /irssi/trunk/src/perl/perl-signals.c M /irssi/trunk/src/perl/perl-sources.c Update FSF address 2007-05-08 19:51:51 exg Changed paths: M /irssi/trunk/COPYING Update FSF address. 2007-05-06 18:22:09 exg Changed paths: M /irssi/trunk/src/core/recode.c Do not call iconfig_get_str when target is NULL. 2007-05-06 18:15:31 exg Changed paths: M /irssi/trunk/src/irc/core/irc.c Do not recode the channel name used as target for the recoding of input line. 2007-05-06 17:13:30 exg Changed paths: M /irssi/trunk/src/irc/core/irc.c Off-by-one in parsing the channel name. 2007-05-05 21:59:07 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in Bump version to 0.8.12-svn 2007-05-05 17:37:58 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/fe-events.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c M /irssi/trunk/src/fe-common/irc/fe-whois.c M /irssi/trunk/src/irc/core/irc.c Move input recoding in irc_server_event. 2007-05-05 16:45:38 exg Changed paths: M /irssi/trunk/autogen.sh Use autoreconf to bootstrap. 2007-05-05 16:29:25 exg Changed paths: M /irssi/trunk/configure.in Replace obsolete autoconf/automake macros with their current equivalent. Require automake-1.9. 2007-05-05 14:01:39 exg Changed paths: M /irssi/trunk/Makefile.am Add ACLOCAL_AMFLAGS definition. 2007-05-03 23:37:43 exg Changed paths: M /irssi/trunk/src/fe-text/statusbar.c Revert, do not use IS_PRINTABLE in reverse_controls. 2007-05-03 17:49:19 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/statusbar.c M /irssi/trunk/src/fe-text/term.h M /irssi/trunk/src/fe-text/textbuffer-view.c Add common IS_PRINTABLE macro. 2007-05-03 10:42:33 exg Changed paths: M /irssi/trunk/src/perl/perl-core.c Remove broken code that prevents unloading of a script in some cases. 2007-04-30 01:43:17 exg Changed paths: M /irssi/trunk/configure.in Enable large file support using AC_SYS_LARGEFILE to get the correct options on AIX, bug #404. 2007-04-29 14:26:02 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c Use dynamic storage for return value of channel_get_nickmode. 2007-04-29 13:20:36 exg Changed paths: M /irssi/trunk/src/core/settings.c M /irssi/trunk/src/core/settings.h M /irssi/trunk/src/fe-common/core/fe-settings.c Factor out code from set_print into a function to get a printable representation of a setting. 2007-04-29 11:15:36 exg Changed paths: M /irssi/trunk/src/fe-common/core/window-activity.c Slightly optimize activity_hide_targets matching. 2007-04-28 16:11:02 exg Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c Do not send hostname to server, rather use username as the second argument to USER, patch by Alex Tarkovsky (bug #488). 2007-04-28 13:45:34 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Increment paste_keycount when the key before the one that starts a possible pasting is not a '\r' or '\n'. 2007-04-28 12:55:57 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Ignore empty lines when pasting. 2007-04-28 12:52:11 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c When sending a line as non-pasted reset also paste_entry, bug #405. 2007-04-25 22:37:21 exg Changed paths: M /irssi/trunk/src/core/settings.c Remove useless function. 2007-04-25 21:22:39 exg Changed paths: M /irssi/trunk/src/irc/dcc/dcc-get.c Fix DCC get when file size is 0, bug #494. 2007-04-25 20:13:08 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS Put release date in NEWS file 2007-04-25 19:59:20 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in Release 0.8.11 2007-04-23 10:30:36 exg Changed paths: M /irssi/trunk/src/perl/module.h Add workaround for gcc 4.0.0/4.0.1, bug #219. 2007-04-19 10:21:51 exg Changed paths: M /irssi/trunk/src/core/nicklist.h M /irssi/trunk/src/fe-text/irssi.c Fix typos. 2007-04-18 22:00:10 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in Release 0.8.11-rc2 2007-04-18 19:48:55 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS update NEWS 2007-04-16 21:10:46 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-windows.c revert last change. Already possible with /format -delete daychange (fixed in r4428) 2007-04-16 20:55:15 Geert Hauwaerts Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c M /irssi/trunk/src/fe-common/core/fe-windows.c Hide daychange. 2007-04-16 02:27:43 exg Changed paths: M /irssi/trunk/src/core/settings.c Properly initialize reference count for a new setting, bug #235. 2007-04-14 22:45:04 exg Changed paths: M /irssi/trunk/docs/help/in/scrollback.in Document time format for /scrollback goto. 2007-04-14 22:26:22 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Reindent. 2007-04-14 22:20:37 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Modify gui_entry_draw_from to clear to end of line only if it has not written till the last column. 2007-04-14 20:11:31 exg Changed paths: M /irssi/trunk/autogen.sh Remove non-existent options for configure. 2007-04-14 18:07:10 Geert Hauwaerts Changed paths: D /irssi/trunk/xx Works :) 2007-04-14 18:06:50 Geert Hauwaerts Changed paths: A /irssi/trunk/xx Dummy post-commit test 2007-04-14 17:17:19 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in Removed automatic glib downloading and compiling. 2007-04-14 13:09:37 exg Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/src/fe-text/gui-entry.c Revert r4352. 2007-04-14 13:01:56 exg Changed paths: M /irssi/trunk/src/fe-common/core/chat-completion.c Make completer for action/msg/query more self-contained by completing nicks in the active channel. 2007-04-09 16:55:42 Geert Hauwaerts Changed paths: M /irssi/trunk/src/irc/core/modes.c Local opers on IRCnet (umode +O) get the server->server_operator flag. 2007-04-07 17:00:25 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-log.c Only consider autolog logs when looking for an open log in autolog_open. 2007-04-07 16:57:58 exg Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright. 2007-04-07 16:38:53 exg Changed paths: M /irssi/trunk/src/core/log.c Allow logging of lines with no target to matching non autolog logs. 2007-04-07 16:33:45 exg Changed paths: M /irssi/trunk/src/fe-text/irssi.c Remove unused gettext code. 2007-04-07 16:20:00 exg Changed paths: M /irssi/trunk/src/core/core.c Fix core_init definition. 2007-04-05 20:25:29 exg Changed paths: M /irssi/trunk/src/fe-text/mainwindows.c Forbid "window show" when the target window is sticky rather than when there is at least one window bound to the container of the target window. 2007-04-05 20:07:41 Geert Hauwaerts Changed paths: D /irssi/trunk/x Deleting the CIA test file 2007-04-05 20:04:38 Geert Hauwaerts Changed paths: A /irssi/trunk/x CIA test 2007-03-12 23:54:45 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c When removing a line from the view also unconditionally remove any bookmark for that line rather than moving it to the next/previous line, if any. 2007-03-12 01:12:17 exg Changed paths: M /irssi/trunk/src/fe-common/core/completion.c Remove superflous empty lines. 2007-03-12 01:08:58 exg Changed paths: M /irssi/trunk/src/fe-common/core/completion.c Call signal_stop also when the completion list for the command options/parameters is not empty. 2007-02-25 19:05:53 exg Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/src/fe-common/core/chat-completion.c Add completion for /window goto. 2007-02-25 18:42:54 exg Changed paths: M /irssi/trunk/src/fe-common/core/fe-windows.c Do not print an empty line for "daychange" if the formatted string is empty. 2007-02-24 17:33:59 exg Changed paths: M /irssi/trunk/docs/help/in/window.in Document /window item move. 2007-02-20 13:39:17 cras Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c UTF-8 0x80-0x9f characters weren't treated as control chars as they should have 2007-02-19 20:35:52 Wouter Coekaerts Changed paths: M /irssi/trunk/AUTHORS M /irssi/trunk/configure.in Release 0.8.11-rc1 2007-02-19 12:39:36 exg Changed paths: M /irssi/trunk/NEWS Update. 2007-02-19 10:49:41 exg Changed paths: D /irssi/trunk/po 2007-02-18 15:59:54 exg Changed paths: M /irssi/trunk/docs/help/in/scrollback.in M /irssi/trunk/src/fe-text/textbuffer-commands.c Add crapbuster-like "scrollback levelclear" command. 2007-02-17 16:31:10 exg Changed paths: M /irssi/trunk/src/fe-text/lastlog.c M /irssi/trunk/src/fe-text/textbuffer-view.c M /irssi/trunk/src/fe-text/textbuffer-view.h Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level. 2007-02-17 13:12:47 Geert Hauwaerts Changed paths: D /irssi/trunk/x And they did 2007-02-17 13:11:45 Geert Hauwaerts Changed paths: A /irssi/trunk/x Checking if commit mails still work. 2007-02-14 11:59:27 exg Changed paths: M /irssi/trunk/src/fe-common/core/formats.c M /irssi/trunk/src/fe-text/statusbar.c Fix format_real_length to return the correct length when the input string includes a trailing wide char. Change statusbar_item_default_handler to compute padding also when item->size < item->min_size, needed after the fix to format_real_length. Patch by Yi-Hsuan Hsin, bug #452. 2007-02-14 11:43:34 exg Changed paths: M /irssi/trunk/src/common.h M /irssi/trunk/src/fe-text/irssi.c Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it. 2007-02-07 19:20:49 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Redraw input line correctly in an utf8 locale when deleting a nonspacing char by taking in account the cell width, bug #459. 2007-02-07 00:25:17 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Amend check for non printable chars to filter control chars 80-9F in an utf8 locale, bug #460. Note: this was and is still broken with koi8-r. 2007-02-07 00:06:14 exg Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/src/perl/common/Settings.xs M /irssi/trunk/src/perl/textui/TextBuffer.xs Revert perl utf8 stuff for now. 2007-01-17 16:07:14 exg Changed paths: M /irssi/trunk/src/irc/core/irc-nicklist.c When connecting and the nick is invalid, abort the connection instead of looping indefinitely in event_nick_in_use. 2007-01-13 23:50:34 Geert Hauwaerts Changed paths: M /irssi/trunk/src/perl/irssi-core.pl 2007-01-12 00:11:30 exg Changed paths: M /irssi/trunk/src/lib-config/parse.c Allow identifiers to start with a digit, bug #177. 2007-01-11 23:51:02 exg Changed paths: M /irssi/trunk/src/perl/ui/Window.xs Modify Irssi::UI::Window::command to restore the original active window only if the command executed has not made another one active, bug #403. 2007-01-08 20:02:20 exg Changed paths: M /irssi/trunk/src/irc/dcc/dcc-queue.c M /irssi/trunk/src/irc/dcc/dcc-queue.h M /irssi/trunk/src/irc/dcc/dcc-send.c Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add to initialize rec->passive. 2007-01-07 20:16:59 exg Changed paths: M /irssi/trunk/src/core/log-away.c Make awaylog_file respect --home, bug #304. 2007-01-06 17:08:29 exg Changed paths: M /irssi/trunk/src/core/recode.c Reindent. 2007-01-06 17:00:45 exg Changed paths: M /irssi/trunk/src/core/recode.c Remove the target != NULL constraint in recode_out. 2007-01-06 16:52:22 exg Changed paths: M /irssi/trunk/src/core/recode.c Simplify. 2007-01-06 16:49:07 exg Changed paths: M /irssi/trunk/COPYING Fix typo. 2006-12-10 17:11:19 exg Changed paths: M /irssi/trunk/NEWS Corrections. 2006-12-10 16:53:19 exg Changed paths: M /irssi/trunk/src/perl/common/Settings.xs Declare str in PREINIT section. 2006-12-10 16:49:06 exg Changed paths: M /irssi/trunk/NEWS Clarifications and corrections. 2006-12-08 23:28:25 Wouter Coekaerts Changed paths: M /irssi/trunk/AUTHORS M /irssi/trunk/NEWS Oh, that patch came from exg 2006-12-08 22:43:01 Wouter Coekaerts Changed paths: M /irssi/trunk/AUTHORS M /irssi/trunk/NEWS Update NEWS and AUTHORS 2006-12-08 22:38:55 Wouter Coekaerts Changed paths: M /irssi/trunk/src/perl/perl-common.c Remove CR and LF from Perl commands, to make it harder to introduce a security bug 2006-11-02 10:09:34 Geert Hauwaerts Changed paths: M /irssi/trunk/src/core/settings.c The attached patch fixes bug #164, which triggers a failed assertion message when the config file is unreadable to irssi. By Daniel Koning 2006-10-30 21:23:39 vb Changed paths: M /irssi/trunk/docs/help/in/server.in documentation: added the explanation of the -noproxy option of in the server command 2006-10-27 20:11:19 exg Changed paths: M /irssi/trunk/src/core/core.h Include common.h rather than time.h directly to honour config.h. 2006-10-27 19:14:57 exg Changed paths: M /irssi/trunk/configure.in Detect off_t size using AC_CHECK_SIZEOF because it works also when cross-compiling in autoconf-2.50 and higher. 2006-10-27 18:48:03 exg Changed paths: M /irssi/trunk/curses.m4 Add missing quote. 2006-10-23 12:36:47 exg Changed paths: M /irssi/trunk/src/core/expandos.c Fix memory leaks in expandos_deinit by Nicolas Collignon, bug #419. 2006-10-20 14:50:08 exg Changed paths: M /irssi/trunk/irssi.conf M /irssi/trunk/src/core/core.c M /irssi/trunk/src/core/core.h M /irssi/trunk/src/core/expandos.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c uptime command by Lauri Nurmi with some modifications by me, bug #458. 2006-10-20 14:14:06 exg Changed paths: M /irssi/trunk/src/core/core.c Change default value of override_coredump_limit to FALSE. 2006-10-19 22:15:13 Geert Hauwaerts Changed paths: M /irssi/trunk/docs/perl.txt Fixed documentation error. 2006-10-18 13:53:42 exg Changed paths: M /irssi/trunk/docs/help/in/bind.in Remove duplicate entry. 2006-10-07 20:46:09 vb Changed paths: M /irssi/trunk/docs/help/in/exec.in documentation: updated help for exec, EXEC without any arguments displays the list of started processes 2006-10-01 12:21:15 exg Changed paths: M /irssi/trunk/src/perl/ui/Formats.xs Add missing format string argument in printtext_dest call, patch by loafier. 2006-09-29 17:05:20 exg Changed paths: M /irssi/trunk/configure.in Set --tag on libtool invocation. 2006-09-25 00:41:01 exg Changed paths: M /irssi/trunk/curses.m4 Minor cleanup. 2006-09-24 23:43:12 exg Changed paths: M /irssi/trunk/src/core/line-split.c In line_split set *output _after_ calling remove_newline because it could reallocate rec->str, fixes bug #439. 2006-09-24 23:06:46 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Modify term_move to accept only non negative coordinates. 2006-09-22 18:05:55 exg Changed paths: M /irssi/trunk/src/core/session.c Revert second hunk of the previous patch, we want to check existence and execute permission for irssi_binary when upgrading. 2006-09-22 16:46:05 exg Changed paths: M /irssi/trunk/configure.in Simplify. 2006-09-22 16:04:53 exg Changed paths: M /irssi/trunk/src/core/session.c Compute absolute path name of argv[0] at startup to make Irssi::get_irssi_binary useful again. 2006-09-22 10:49:10 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/irc/fe-netjoin.c This patch fixes the problem that irssi keeps saying Netsplit over for joins from a certain user, if that user split and then rejoined some but not all channels they used to be in. (by Jilles Tjoelker) 2006-09-22 01:43:09 exg Changed paths: M /irssi/trunk/configure.in M /irssi/trunk/src/common.h Fixes for srcdir != builddir. 2006-09-21 15:53:56 exg Changed paths: M /irssi/trunk/configure.in Fix for srcdir != builddir. 2006-09-21 01:56:59 exg Changed paths: M /irssi/trunk/src/fe-text/term-terminfo.c Fix bold on monochrome terminals. 2006-09-21 01:47:20 exg Changed paths: M /irssi/trunk/src/core/recode.c Cosmetic. 2006-09-21 01:29:41 exg Changed paths: M /irssi/trunk/src/perl/textui/TextBuffer.xs Add support for utf8 to Irssi::TextUI::Line::get_text. 2006-09-21 01:21:44 exg Changed paths: M /irssi/trunk/src/perl/common/Settings.xs Turn on the utf8 status only if the charset is utf8. 2006-09-21 01:11:17 exg Changed paths: M /irssi/trunk/src/core/recode.c Make compilation of is_translit conditional on glib-2. 2006-09-21 01:04:40 exg Changed paths: M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/core/recode.h M /irssi/trunk/src/fe-common/core/formats.c Add public is_utf8 function by refactoring existing code. 2006-09-19 15:15:48 exg Changed paths: M /irssi/trunk/src/perl/common/Settings.xs Simplify using new_pv. 2006-09-19 00:32:33 exg Changed paths: M /irssi/trunk/src/core/commands.h M /irssi/trunk/src/core/session.c M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/module-formats.c M /irssi/trunk/src/fe-common/core/module-formats.h Apply 05upgrade-check-binary.dpatch with some modifications. 2006-09-18 23:56:18 exg Changed paths: M /irssi/trunk/src/core/session.c Add missing free. 2006-09-18 13:53:21 Geert Hauwaerts Changed paths: D /irssi/trunk/xx SVN hook test 2006-09-18 13:47:46 Geert Hauwaerts Changed paths: A /irssi/trunk/xx SVN hook test 2006-09-18 13:43:57 Geert Hauwaerts Changed paths: D /irssi/trunk/xx SVN hook test 2006-09-18 13:40:31 Geert Hauwaerts Changed paths: A /irssi/trunk/xx SVN hook test 2006-09-18 13:38:03 Geert Hauwaerts Changed paths: D /irssi/trunk/xx SVN hook test 2006-09-18 13:34:16 Geert Hauwaerts Changed paths: A /irssi/trunk/xx SVN hook test 2006-09-18 13:33:40 Geert Hauwaerts Changed paths: D /irssi/trunk/xx Svn hook test 2006-09-18 13:27:38 Geert Hauwaerts Changed paths: A /irssi/trunk/xx SVN hook test 2006-09-17 21:06:54 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c Fix %k and %K mappings. 2006-09-17 14:39:37 exg Changed paths: M /irssi/trunk/src/core/session.c Remove useless check. 2006-09-17 14:32:40 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c Simplify. 2006-09-17 14:26:04 exg Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Fix off-by-one error. 2006-09-15 20:22:18 exg Changed paths: M /irssi/trunk/src/perl/common/Settings.xs Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL. 2006-09-15 00:11:19 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Set view->startline to NULL when the line to delete is the first of the view buffer and there are no more lines in the view. 2006-09-14 22:57:22 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Revert r4343. 2006-09-14 00:54:38 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-commands.c Modify scrollback clear to accept the same arguments as clear. 2006-09-14 00:42:39 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-commands.c Make indentation of cmd_clear consistent. 2006-09-13 19:11:36 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-commands.c Remove redundant variable. 2006-09-13 00:33:14 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Revert r4342. 2006-09-12 19:23:46 exg Changed paths: M /irssi/trunk/src/fe-text/cuix-api.h M /irssi/trunk/src/fe-text/cuix-lib.h M /irssi/trunk/src/fe-text/term-curses.c A /irssi/trunk/src/fe-text/term-curses.h Refactoring to avoid code duplication. 2006-09-12 19:19:47 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Missing update of view->startline when the line to delete is the first of the view and the first of the view buffer. 2006-09-12 18:06:14 exg Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c Do not restore the previous view when deleting the first line of the current one. 2006-09-12 17:52:04 exg Changed paths: M /irssi/trunk/src/perl/common/Settings.xs Do not crash when settings_get_str returns NULL. 2006-09-12 11:37:18 Wouter Coekaerts Changed paths: M /irssi/trunk/src/perl/perl-core.c Don't crash on /quit with scripts causing and catching signals during UNLOAD (thanks senneth) 2006-09-11 11:29:58 exg Changed paths: M /irssi/trunk/src/perl/common/Settings.xs Add support for utf8 to Irssi::settings_get_str. 2006-09-11 11:03:06 exg Changed paths: M /irssi/trunk/configure.in M /irssi/trunk/curses.m4 Remove trailing whitespace. 2006-09-11 11:00:59 exg Changed paths: M /irssi/trunk/configure.in Make tests specific to the curses interface conditional to $want_terminfo = no. 2006-09-11 10:56:34 exg Changed paths: M /irssi/trunk/curses.m4 Fix typo. 2006-09-11 10:50:20 exg Changed paths: M /irssi/trunk/curses.m4 Quote more where necessary. 2006-09-10 19:39:00 exg Changed paths: M /irssi/trunk/src/fe-text/cuix-lib.c Fix compilation with glib-1. 2006-09-09 18:54:26 exg Changed paths: M /irssi/trunk/src/fe-text/Makefile.am Add extra libs to irssi_LDADD, not to irssi_LDFLAGS. 2006-09-09 16:01:21 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c Cosmetic, merge two statements and reindent with tabs. 2006-09-09 15:56:00 exg Changed paths: M /irssi/trunk/src/fe-text/term-curses.c Add support for wide curses. 2006-09-09 15:49:10 exg Changed paths: M /irssi/trunk/configure.in Adjust alignment of --with-cuix help string. 2006-09-09 12:19:05 Geert Hauwaerts Changed paths: M /irssi/trunk/irssi.conf Renamed irc.efnet.net to irc.efnet.org 2006-09-08 21:02:50 exg Changed paths: M /irssi/trunk/glib-2.0.m4_ Update to latest revision. 2006-09-08 21:00:01 exg Changed paths: M /irssi/trunk/acconfig.h Remove unneeded templates. 2006-09-08 20:58:04 exg Changed paths: M /irssi/trunk/configure.in Remove call to AC_ARG_PROGRAM, AM_INIT_AUTOMAKE calls it for us. 2006-09-08 18:42:44 exg Changed paths: M /irssi/trunk/configure.in Remove --with-ncurses option, it collides with the one from curses.m4. 2006-08-20 19:56:06 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc-channels.c Don't get confused by a join command with too many arguments; keys can't have spaces in them. (Bug 437) 2006-08-20 15:40:03 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/channels-query.c don't wait for all /names replies before syncing if we can't combine queries anyways. Patch by jilles 2006-08-20 15:07:54 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/nicklist.c M /irssi/trunk/src/core/nicklist.h M /irssi/trunk/src/fe-common/core/fe-channels.c compile with glib1 again 2006-08-08 23:11:20 nattfodd Changed paths: M /irssi/trunk/configure.in M /irssi/trunk/src/fe-text/Makefile.am A /irssi/trunk/src/fe-text/cuix-api.c (from /cuix/fe-text/cuix-api.c:4308) A /irssi/trunk/src/fe-text/cuix-api.h (from /cuix/fe-text/cuix-api.h:4308) A /irssi/trunk/src/fe-text/cuix-lib.c (from /cuix/fe-text/cuix-lib.c:4308) A /irssi/trunk/src/fe-text/cuix-lib.h (from /cuix/fe-text/cuix-lib.h:4308) A /irssi/trunk/src/fe-text/cuix.c (from /cuix/fe-text/cuix.c:4308) A /irssi/trunk/src/fe-text/cuix.h (from /cuix/fe-text/cuix.h:4308) M /irssi/trunk/src/fe-text/gui-printtext.c M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/textbuffer-commands.c M /irssi/trunk/src/fe-text/textbuffer-view.c Merge of cuix back in trunk 2006-08-01 22:31:38 c0ffee Changed paths: M /irssi/trunk/src/core/net-nonblock.c reset the PRNG, because a some OSs clear the seed when forking 2006-07-25 13:02:10 vb Changed paths: M /irssi/trunk/src/core/recode.c Don't assume that 7bit ascii strings are encoded in UTF-8, only validate the strings when they contain octest with highest bit set. (patch by Mikko Rauhala) fixes http://bugs.irssi.org/index.php?do=details&id=392 2006-07-18 22:07:16 c0ffee Changed paths: M /irssi/trunk/src/fe-common/core/fe-modules.c Since the fe-common modules are named fe_common_$protocol, the module loader should also check for these files. 2006-05-18 14:33:07 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/irc/fe-whois.c Fix whois_hide_safe_channel_id: only look at the beginning of a channel name, not in the middle 2006-05-05 15:13:46 Geert Hauwaerts Changed paths: M /irssi/trunk/configure.in Typo fix. Reported by 2006-05-04 12:07:23 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc.c M /irssi/trunk/src/irc/core/irc.h M /irssi/trunk/src/perl/irc/Server.xs New perl command send_raw_first, patch by ComradeP (Bug 413) 2006-03-26 10:42:34 c0ffee Changed paths: M /irssi/trunk/src/core/network.c M /irssi/trunk/src/fe-none/irssi.c M /irssi/trunk/src/fe-text/irssi.c M /irssi/trunk/src/irc/bot/bot-users.c M /irssi/trunk/src/irc/dcc/dcc-chat.c M /irssi/trunk/src/irc/dcc/dcc-send.c Removed all srand calls and added a single srand invokation in at startup 2006-03-25 22:59:57 c0ffee Changed paths: M /irssi/trunk/src/core/network.c M /irssi/trunk/src/irc/bot/bot-users.c prefixed all calls to rand() with a call to srand(time(NULL)), so we get halfway random behaviour. 2006-03-01 01:02:48 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/netsplit.c M /irssi/trunk/src/irc/notifylist/notifylist.c Ignore joins without a nick from broken servers 2006-02-20 12:20:57 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/nicklist.c M /irssi/trunk/src/core/nicklist.h M /irssi/trunk/src/fe-common/core/fe-channels.c sort nicks with custom prefix by the order defined in isupport in /NAMES 2006-02-18 00:18:34 vb Changed paths: M /irssi/trunk/src/irc/dcc/dcc-resume.c leave parameter count check as it was before 2006-02-18 00:07:02 vb Changed paths: M /irssi/trunk/src/irc/dcc/dcc-resume.c check the paramcount for DCC RESUME more strictly 2006-02-01 10:56:42 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore) 2006-01-31 20:06:20 vb Changed paths: M /irssi/trunk/src/fe-text/terminfo-core.c Fix colors with TERM=xterm-{88,256}color, patch by Emanuele Giaquinta 2006-01-30 19:48:44 vb Changed paths: M /irssi/trunk/src/irc/core/irc-commands.c Only send QUOTE immediately when server didn't yet sent the 001 event 2006-01-29 23:37:24 vb Changed paths: M /irssi/trunk/src/fe-common/core/utf8.c M /irssi/trunk/src/fe-common/core/utf8.h M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/gui-entry.h M /irssi/trunk/src/fe-text/gui-readline.c Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte characters properly 2006-01-28 17:04:44 cras Changed paths: M /irssi/trunk/src/irc/dcc/dcc.c If dcc_own_ip contains IPv4 address, listen only in IPv4. 2006-01-26 22:54:02 vb Changed paths: M /irssi/trunk/src/irc/core/irc-commands.c changed /QUOTE to be sent immediately, since the queueing was changed, it's not possible to do things like /quote PONG :cookie before event 001 has been received (required on some EFNet servers when you haven't got an identd) 2006-01-17 21:20:28 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/dcc/dcc.c fix segfault on /quit by using a linked list node after freeing it (by Chris Moore) 2005-12-14 09:38:42 dpash Changed paths: M /irssi/trunk/debian/changelog M /irssi/trunk/debian/control Fix the Conflicts and Replaces line for sarge backporting Remove the irssi-snapshot dummy packages as they weren't needed for Sid. 2005-12-11 11:15:04 dpash Changed paths: M /irssi/trunk/debian/changelog 0.8.10 release 2005-12-11 10:41:15 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in Release 0.8.10 2005-12-01 10:22:57 dpash Changed paths: M /irssi/trunk/debian/changelog M /irssi/trunk/debian/control Update for 0.8.10rc8 2005-11-30 14:49:01 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in M /irssi/trunk/docs/manual.txt - s/IRCNET/NETWORK/ in manual.txt - update NEWS - Release 0.8.10-rc8 2005-11-24 19:17:57 vb Changed paths: M /irssi/trunk/src/irc/core/irc-servers.c M /irssi/trunk/src/irc/core/irc-servers.h M /irssi/trunk/src/irc/core/irc-session.c Initialize the isupport functions on /upgrade aswell 2005-11-23 19:30:22 vb Changed paths: M /irssi/trunk/src/core/network-openssl.c A /irssi/trunk/src/fe-common/core/utf8.c (from /irssi/trunk/src/fe-text/utf8.c:4089) A /irssi/trunk/src/fe-common/core/utf8.h (from /irssi/trunk/src/fe-text/utf8.h:4089) M /irssi/trunk/src/fe-text/term-terminfo.c M /irssi/trunk/src/fe-text/textbuffer-view.c D /irssi/trunk/src/fe-text/utf8.c D /irssi/trunk/src/fe-text/utf8.h replace guint by gsize for the glib2 version of irssi_ssl_read like it's defined in GIOFuncs for glib2 moved src/fe-text/utf8.* to src/fe-common/core changed get_utf8_char so it returns a status code and the unichar argument pointer to the value that it returned before if there were no errors, so you can check for a negative value an handle the error 2005-11-23 19:17:11 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-log.c D /irssi/trunk/src/fe-common/core/utf8.c D /irssi/trunk/src/fe-common/core/utf8.h removed utf8.c utf8.h, going to move them from src/fe-text to here 2005-11-20 15:33:32 cras Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c g_log_set_default_handler() came only in glib 2.6.0. Don't use it for older glibs. 2005-11-19 19:13:18 cras Changed paths: M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/fe-common/core/fe-recode.c M /irssi/trunk/src/fe-common/core/module-formats.c M /irssi/trunk/src/fe-common/core/module-formats.h If transliterations don't work in the system (eg. Solaris), don't allow recode_transliterate setting to be enabled. 2005-11-19 18:28:50 cras Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c With GLIB2 hook all glib logging functions no matter what the domains are. 2005-11-19 17:44:28 cras Changed paths: M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c Using "/VER" in channel now doesn't directly ask CTCP VERSION from it. Channel name or "*" is required as parameter. It still works in query though. 2005-11-19 17:15:55 cras Changed paths: M /irssi/trunk/src/core/recode.c Default recode_transliterate to yes 2005-11-19 17:14:37 cras Changed paths: M /irssi/trunk/configure.in Default to IPv6 enabled 2005-11-19 17:12:40 cras Changed paths: M /irssi/trunk/src/core/network.c When looking up IP addresses, return random IP instead of the first one. 2005-11-16 00:38:01 c0ffee Changed paths: M /irssi/trunk/src/fe-text/terminfo-core.c Fixed return code of term_init (resulted in segfault with invalid TERM and termcap) 2005-11-09 16:16:43 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in Time for 0.8.10-rc7 2005-11-07 20:06:42 vb Changed paths: M /irssi/trunk/docs/help/in/recode.in M /irssi/trunk/src/core/recode.c changed recode_fallback to CP1252 added recode_autodetect_utf8, it's on by default removed settings_remove calls from recode_deinit since I don't see any other internal module doing it 2005-11-06 23:05:28 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in Ahem. And now really fix it. 2005-11-06 22:19:14 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in Put irc/irc.c and fe-common/irc/irc-modules.c (generated by configure) in builddir instead of source dir (Bug 293) 2005-11-03 22:33:32 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in When glib isn't found, download recent glib version (2.8.3) instead of the old 1.2.10 2005-11-02 22:05:24 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/gui-entry.c Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (making more things unicode aware) will probably have to wait till .11 2005-11-02 21:40:21 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc-queries.c Don't crash if receiving broken privmsg without source (which bitlbee can send if you msg yourself) 2005-10-30 21:04:12 Wouter Coekaerts Changed paths: M /irssi/trunk/irssi.conf Clean up default network list: removed smaller networks, added QuakeNet. Removed max_modes because it's sent in isupport, and fix max_kicks for Undernet. 2005-10-21 14:48:07 Wouter Coekaerts Changed paths: M /irssi/trunk/acconfig.h M /irssi/trunk/configure.in Fix configure.in from previous commit, by Emanuele Giaquinta 2005-10-19 19:24:19 vb Changed paths: M /irssi/trunk/configure.in Add AC_DEFINE(HAVE_SOCKS), fixes SOCKSinit in irssi.c, patch by Emanuele Giaquinta 2005-10-18 21:50:09 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc-nicklist.c Fix crash on netsplit+join after /upgrade from 0.8.9 2005-10-18 19:43:48 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Fix warnings caused by r4043 2005-10-18 18:20:08 Wouter Coekaerts Changed paths: M /irssi/trunk/configure.in s/with_glib1/want_glib1/ in configure.in, by Emanuele Giaquinta 2005-10-18 13:59:26 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/gui-readline.c Fix delete_{next,previous}_word bindings, patch by Emanuele Giaquinta 2005-10-16 13:16:33 vb Changed paths: M /irssi/trunk/src/core/recode.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c fixed a bug in recode when target is NULL and really use the recoded string for printing 2005-10-15 20:45:25 vb Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c fixed recode for actions and added recode for numeric events 2005-10-15 10:46:35 vb Changed paths: M /irssi/trunk/src/core/network-openssl.c M /irssi/trunk/src/core/network.c Remove the inline declarations, patch by nailbiter 2005-10-14 01:37:36 dpash Changed paths: M /irssi/trunk/debian/changelog M /irssi/trunk/debian/control M /irssi/trunk/debian/patches/00list * New upstream version * Disable the GnuTLS patch for now. * Added Provides, Replaces and Conflicts for irssi-text and irssi-snapshot 2005-10-12 20:22:14 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c M /irssi/trunk/src/fe-text/irssi.c fixed recoding of own messages. recode after expand_emphasis remove the redundant call to setlocale(LC_CTYPE, ) 2005-10-10 20:32:32 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c M /irssi/trunk/src/fe-common/core/fe-recode.c M /irssi/trunk/src/fe-common/irc/dcc/fe-dcc-chat-messages.c M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c M /irssi/trunk/src/irc/dcc/dcc-chat.c M /irssi/trunk/src/irc/dcc/dcc-get.c Make the compiler happy by replacing 'const char *' by 'char *'. Pass the pointer to the SERVER_REC to dcc_ctcp_message. Recode 'own' messages back for printing just before they actually get printed. (ugly but more effective than adding all the signals in fe-recode and doing it there) Replaced SERVER_REC by IRC_SERVER_REC in dcc-chat.c since it's belongs to IRC(makes the compiler happy again). 2005-10-10 12:04:51 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/recode.c Don't crash with /me in dcc, or dcc message on disconnected server, with recode (Bug 330) 2005-09-29 23:02:31 Wouter Coekaerts Changed paths: M /irssi/trunk/src/perl/ui/Formats.xs Fix compilation with gcc4 and --with-gc, Patch by Michael Poole 2005-09-25 15:36:09 Wouter Coekaerts Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/configure.in M /irssi/trunk/debian/patches/00list - Disable commited patches in debian/patches - update NEWS - Bump version to 0.8.10-rc6 2005-09-10 15:30:23 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc-nicklist.c M /irssi/trunk/src/irc/dcc/dcc-chat.c don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216) 2005-09-10 15:19:20 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/core/themes.c fix completion for /format (Bug 143) 2005-09-10 14:51:43 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/misc.c Make parse_time_interval recognize negative times. Patch by Danijel Tasov and Elmar Hoffmann (Bug 23) 2005-09-10 05:23:27 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/irc/fe-whois.c with unknown (special) lines in whois, display the full content, not just the first parameter (this may include "real content" as well as the description of what that field means) 2005-09-10 03:36:06 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events.c M /irssi/trunk/src/irc/core/irc-commands.c - rename "whois not found" to "whois try whowas", because that's what needs to be done when the signal is sent (and it doesn't mean whois_not_found should be printed) - rename "whois event noserver" to "whois event not found", because the signal means the nickname wasn't found (but it comes as a "no such server" because it was a /whois nick nick), whois_not_found should be printed, and so it makes sense to also use it for the next fix: - send "whois event not found" for 401, when auto_whowas is off, so the message is displayed correctly (Bug 295) - handle 402 the same with auto_whowas off as with on, (fixes /whois with not existing server specified, with auto_whowas off). - and since the auto_whowas on and off cases are similar now, merge them together, so they stay consistent. - pass every argument given to /whowas to the server, not just the first (count). Fixes remote whowas (Bug 256) 2005-09-08 15:09:23 Wouter Coekaerts Changed paths: M /irssi/trunk/autogen.sh type -p seems to be a bashism. doing svn --version instead /me blames darix :) 2005-09-08 13:01:21 Wouter Coekaerts Changed paths: M /irssi/trunk/autogen.sh Handle missing svn, and running autogen from the tarball better Use svn from SVN env var if given Revert quotes in messages getting broken from r3709 2005-08-28 00:06:34 vb Changed paths: M /irssi/trunk/TODO M /irssi/trunk/docs/help/in/bind.in M /irssi/trunk/src/fe-text/gui-entry.c M /irssi/trunk/src/fe-text/gui-entry.h M /irssi/trunk/src/fe-text/gui-readline.c Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray 2005-08-24 21:42:17 vb Changed paths: M /irssi/trunk/src/core/net-sendbuffer.c M /irssi/trunk/src/core/net-sendbuffer.h M /irssi/trunk/src/irc/proxy/listen.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 21:25:47 vb Changed paths: M /irssi/trunk/src/irc/proxy/dump.c M /irssi/trunk/src/irc/proxy/listen.c M /irssi/trunk/src/irc/proxy/module.h replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there were no checks if the buffer was sent completely with net_transmit 2005-08-18 14:14:49 Wouter Coekaerts Changed paths: M /irssi/trunk/docs/perl.txt Document that you have to send a "setup changed" signal after using settings_set_* for someone elses settings 2005-08-16 01:04:06 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/notifylist/notify-ison.c Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by Krzysztof Kowalik (Borys) 2005-08-16 00:32:26 Wouter Coekaerts Changed paths: M /irssi/trunk/scripts/buf.pl M /irssi/trunk/scripts/mail.pl M /irssi/trunk/scripts/splitlong.pl Update scripts to most recent version from scripts.irssi.org 2005-08-16 00:18:49 Wouter Coekaerts Changed paths: M /irssi/trunk/docs/faq.html more faq fixes: s/it's/its/, s/i/I/, and there is away_verbose on scripts.irssi.org, so let's not claim there is no such script public 2005-08-16 00:03:52 Wouter Coekaerts Changed paths: M /irssi/trunk/docs/faq.html Update faq: s/term_type/term_charset/ and a bit more verbose 2005-08-11 15:07:17 vb Changed paths: M /irssi/trunk/NEWS M /irssi/trunk/docs/help/in/recode.in updated /help recode and NEWS 2005-08-09 23:23:52 Wouter Coekaerts Changed paths: M /irssi/trunk/docs/startup-HOWTO-rus.html M /irssi/trunk/docs/startup-HOWTO.html s/freenode/OFTC/ in the examples (as you might have noticed, we don't really like freenode) 2005-08-09 22:29:45 Wouter Coekaerts Changed paths: M /irssi/trunk/AUTHORS M /irssi/trunk/NEWS update NEWS and AUTHORS 2005-08-09 21:41:06 Wouter Coekaerts Changed paths: M /irssi/trunk/irssi.conf remove TAG alias because it doesn't work with quotes in the command, and make ATAG alias simpler 2005-08-05 04:24:29 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/textbuffer-view.c fix minor textbuffer leak, Bug 288 by Toby 2005-08-04 10:41:33 vb Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events.c Fixed recode for incoming messages, private messages didn't work properly. (Bug http://bugs.irssi.org/?do=details&id=286) 2005-08-01 18:07:22 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/dcc/dcc-resume.c Fix dcc resume crash (only in the rc's and svn) (Bug 287) 2005-07-24 22:01:06 vb Changed paths: M /irssi/trunk/src/core/recode.c Forgot to add the additional parameter to g_convert_with_fallback (This always happens when I'm applying patches manually :( ) 2005-07-24 21:16:14 vb Changed paths: M /irssi/trunk/docs/help/in/recode.in M /irssi/trunk/src/core/recode.c Added an option to specify a charset for a whole network. For example /recode add IRCnet iso-8859-1 (http://bugs.irssi.org/index.php?do=details&id=284) Patch by Sergey Safonov. Replaced g_convert by g_convert_with_fallback in recode_in (http://bugs.irssi.org/index.php?do=details&id=241) Patch by Kuang-che Wu. 2005-07-17 18:43:18 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/commands.c M /irssi/trunk/src/core/commands.h M /irssi/trunk/src/fe-common/core/fe-core-commands.c M /irssi/trunk/src/fe-common/core/module-formats.c M /irssi/trunk/src/fe-common/core/module-formats.h Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David Pashley) 2005-07-17 18:41:23 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-text/term-curses.c M /irssi/trunk/src/fe-text/term-terminfo.c Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177108) 2005-07-17 18:40:28 dpash Changed paths: A /irssi/trunk/debian/NEWS.Debian Warn people about the lack of certificate verification in the gnutls code. 2005-07-17 18:40:06 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/core/fe-common-core.c Print glib errors nicely (debian/patches/01glib-errors.dpatch by David Pashley) 2005-07-17 16:07:20 dpash Changed paths: M /irssi/trunk/debian/patches/00list A /irssi/trunk/debian/patches/06gnutls-support.dpatch A /irssi/trunk/debian/patches/07gnutls-support-automakery.dpatch Add inital gnutls support 2005-07-17 14:23:37 dpash Changed paths: M /irssi/trunk/debian/changelog M /irssi/trunk/debian/patches/00list The tr_TR patch has been committed upstream. Don't apply it. 2005-07-17 14:23:05 dpash Changed paths: M /irssi/trunk/debian/patches/01glib-errors.dpatch Add a comment so it doesn't get confused and shift the patch down if it failed to unpatch the previous time 2005-07-17 13:42:18 dpash Changed paths: M /irssi/trunk/debian/changelog M /irssi/trunk/debian/control Update the changelog and dependancies to include information from the old packaging of irssi-text 2005-07-17 13:40:58 dpash Changed paths: M /irssi/trunk/debian/patches/00list M /irssi/trunk/debian/patches/03sigtstp.dpatch A /irssi/trunk/debian/patches/04eval_recurse.dpatch A /irssi/trunk/debian/patches/05upgrade-check-binary.dpatch Add patches to check the binary exists before doing an /upgrade and to stop eval recursive loops 2005-07-15 23:54:15 dpash Changed paths: A /irssi/trunk/debian/botti.1 M /irssi/trunk/debian/changelog A /irssi/trunk/debian/compat D /irssi/trunk/debian/conffiles M /irssi/trunk/debian/control M /irssi/trunk/debian/copyright D /irssi/trunk/debian/dirs A /irssi/trunk/debian/irssi-dev.install A /irssi/trunk/debian/irssi.docs A /irssi/trunk/debian/irssi.install A /irssi/trunk/debian/irssi.manpages A /irssi/trunk/debian/irssi.menu A /irssi/trunk/debian/irssi.postinst A /irssi/trunk/debian/irssi.prerm D /irssi/trunk/debian/menu A /irssi/trunk/debian/patches A /irssi/trunk/debian/patches/00list A /irssi/trunk/debian/patches/01glib-errors.dpatch A /irssi/trunk/debian/patches/02tr_TR.dpatch A /irssi/trunk/debian/patches/03sigtstp.dpatch D /irssi/trunk/debian/postinst D /irssi/trunk/debian/prerm M /irssi/trunk/debian/rules D /irssi/trunk/debian/undocumented Massively overhaul the debian packaging to bring it up to 0.8.10rc5 2005-07-07 20:17:29 vb Changed paths: M /irssi/trunk/docs/help/in/query.in Updated the help file for QUERY, added a Note about using /query without parameters is working like /unquery: 2005-07-07 19:56:51 vb Changed paths: M /irssi/trunk/docs/help/in/query.in Updated the help file for QUERY, added UNQUERY to See also: 2005-06-29 09:47:45 vb Changed paths: M /irssi/trunk/docs/help/in/recode.in M /irssi/trunk/src/core/recode.c Added a new boolean setting 'recode' to provide an opportunity to turn off recode completely 2005-06-24 18:43:18 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc-commands.c Fix server->last_nick leak by Toby (Bug 267) 2005-05-14 20:01:07 vb Changed paths: M /irssi/trunk/src/fe-common/core/chat-completion.c Fixed a bug where the completion history can grow without bound, patch by Toby Peterson 2005-05-14 19:53:49 vb Changed paths: M /irssi/trunk/src/fe-common/core/chat-completion.c Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), patch by Toby Peterson 2005-05-14 14:32:03 vb Changed paths: M /irssi/trunk/src/irc/core/modes.c Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can be NULL, so check for it 2005-05-11 20:52:12 vb Changed paths: M /irssi/trunk/src/irc/core/irc-channels.c Fixed a bug where the channel list to join/rejoin on reconnect gets too long, not all channels will be joined. The channel list is splitted into multiple lines right now when it's too long. (http://bugs.irssi.org/index.php?id=108&do=details) 2005-05-09 23:31:47 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Updated the syntax definition for /recode add in fe-recode.c 2005-05-09 17:30:59 vb Changed paths: M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c Fixed a leak in fe-events-numeric.c, patch by Toby Peterson 2005-05-09 17:18:24 vb Changed paths: M /irssi/trunk/autogen.sh M /irssi/trunk/file2header.sh M /irssi/trunk/findsyntax.pl M /irssi/trunk/scripts/autoop.pl M /irssi/trunk/scripts/autorejoin.pl M /irssi/trunk/scripts/buf.pl M /irssi/trunk/scripts/dns.pl M /irssi/trunk/scripts/kills.pl M /irssi/trunk/scripts/mail.pl M /irssi/trunk/scripts/mlock.pl M /irssi/trunk/scripts/quitmsg.pl M /irssi/trunk/scripts/scriptassist.pl M /irssi/trunk/scripts/splitlong.pl M /irssi/trunk/scripts/usercount.pl M /irssi/trunk/src/fe-text/gui-readline.c M /irssi/trunk/syntax.pl Fixed bug where pasting is not using the character translation (http://bugs.irssi.org/index.php?id=151) patch by Unknown Fixed a bug in scripts/autorejoin.pl so you can really use a space or a comma for separating the channels in /set autorejoin_channels Changed svn:mime-type of .pl and .sh files into the text/x- version, so you can diff them 2005-04-26 14:25:19 Wouter Coekaerts Changed paths: M /irssi/trunk/src/perl/perl-common.c Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David Pashley 2005-04-26 13:51:40 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/irc-servers-reconnect.c Remember alternate_nick and max_whois on reconnect (Bug 181) 2005-04-26 00:21:19 Wouter Coekaerts Changed paths: M /irssi/trunk/src/common.h Compile fix for gcc 4 (Bug 219) 2005-04-25 22:31:12 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/irc/fe-ctcp.c Fix displaying of ctcp userinfo and clientinfo (Bug 222) 2005-03-31 01:56:08 Geert Hauwaerts Changed paths: M /irssi/trunk/irssi.conf Added three new default aliases. EXEMPTLIST: Show the exemptlist of the current channel. TAG: Execute the folowing command on a specific network. For example: /TAG Freenode /msg #irssi Hi! ATAG: Changed the active window tag to the specified network. 2005-03-07 18:10:45 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Use char* instead of const char* in read_settings, so memory can be freed without compiler warnings, by Toby Peterson (related to bug 210) 2005-03-07 17:02:06 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/dcc/dcc-chat.c M /irssi/trunk/src/irc/dcc/dcc-send.c Don't use a retarted ip for passive DCC 2005-03-07 16:37:31 Wouter Coekaerts Changed paths: M /irssi/trunk/src/perl/common/Irssi.xs M /irssi/trunk/src/perl/irc/Irc.xs M /irssi/trunk/src/perl/textui/TextUI.xs M /irssi/trunk/src/perl/ui/UI.xs Fix /script reset, which caused crashes (Bug 48) 2005-03-07 15:17:07 Wouter Coekaerts Changed paths: M /irssi/trunk/src/fe-common/core/fe-messages.c Don't apply emphasis on _foo_^ if it's a nick (Bug 52) 2005-03-07 07:20:55 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Free the right memory in fe-recode.c (related to bug 210) 2005-03-06 22:49:57 vb Changed paths: M /irssi/trunk/src/fe-common/core/fe-recode.c Fixed memleak when preserving valid charsets in read_settings in fe-recode.c (Bug 210) 2005-03-06 20:30:08 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/core/bans.c Fix memleak in /UNBAN, by Toby Peterson (Bug 215) 2005-03-06 19:47:05 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/dcc/dcc-get.c Fix memleak in dcc get, by Toby Peterson (Bug 214) 2005-03-06 19:45:47 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/servers-reconnect.c M /irssi/trunk/src/fe-common/core/fe-ignore.c M /irssi/trunk/src/fe-common/core/fe-recode.c M /irssi/trunk/src/irc/notifylist/notify-commands.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 19:43:39 Wouter Coekaerts Changed paths: M /irssi/trunk/src/irc/proxy/Makefile.am M /irssi/trunk/src/perl/Makefile.am Add libtool's -module flag to get built properly on all platforms, by Toby Peterson (Bug 212) 2005-03-06 19:42:10 Wouter Coekaerts Changed paths: M /irssi/trunk/src/core/commands.c F