------------------------------------------------------------------------
r4156 | dpash | 2005-12-11 10:15:04 +0000 (Sun, 11 Dec 2005) | 1 line
Changed paths:
   M /irssi/trunk/debian/changelog

0.8.10 release
------------------------------------------------------------------------
r4154 | coekie | 2005-12-11 09:41:15 +0000 (Sun, 11 Dec 2005) | 1 line
Changed paths:
   M /irssi/trunk/NEWS
   M /irssi/trunk/configure.in

Release 0.8.10
------------------------------------------------------------------------
r4114 | dpash | 2005-12-01 09:22:57 +0000 (Thu, 01 Dec 2005) | 2 lines
Changed paths:
   M /irssi/trunk/debian/changelog
   M /irssi/trunk/debian/control

Update for 0.8.10rc8

------------------------------------------------------------------------
r4106 | coekie | 2005-11-30 13:49:01 +0000 (Wed, 30 Nov 2005) | 4 lines
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

------------------------------------------------------------------------
r4096 | vb | 2005-11-24 18:17:57 +0000 (Thu, 24 Nov 2005) | 1 line
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
------------------------------------------------------------------------
r4091 | vb | 2005-11-23 18:30:22 +0000 (Wed, 23 Nov 2005) | 8 lines
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

------------------------------------------------------------------------
r4090 | vb | 2005-11-23 18:17:11 +0000 (Wed, 23 Nov 2005) | 1 line
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
------------------------------------------------------------------------
r4083 | cras | 2005-11-20 14:33:32 +0000 (Sun, 20 Nov 2005) | 4 lines
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.


------------------------------------------------------------------------
r4082 | cras | 2005-11-19 18:13:18 +0000 (Sat, 19 Nov 2005) | 4 lines
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.


------------------------------------------------------------------------
r4081 | cras | 2005-11-19 17:28:50 +0000 (Sat, 19 Nov 2005) | 3 lines
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.


------------------------------------------------------------------------
r4080 | cras | 2005-11-19 16:44:28 +0000 (Sat, 19 Nov 2005) | 5 lines
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.


------------------------------------------------------------------------
r4079 | cras | 2005-11-19 16:15:55 +0000 (Sat, 19 Nov 2005) | 3 lines
Changed paths:
   M /irssi/trunk/src/core/recode.c

Default recode_transliterate to yes
 

------------------------------------------------------------------------
r4078 | cras | 2005-11-19 16:14:37 +0000 (Sat, 19 Nov 2005) | 3 lines
Changed paths:
   M /irssi/trunk/configure.in

Default to IPv6 enabled


------------------------------------------------------------------------
r4077 | cras | 2005-11-19 16:12:40 +0000 (Sat, 19 Nov 2005) | 3 lines
Changed paths:
   M /irssi/trunk/src/core/network.c

When looking up IP addresses, return random IP instead of the first one.


------------------------------------------------------------------------
r4076 | c0ffee | 2005-11-15 23:38:01 +0000 (Tue, 15 Nov 2005) | 4 lines
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)


------------------------------------------------------------------------
r4072 | coekie | 2005-11-09 15:16:43 +0000 (Wed, 09 Nov 2005) | 1 line
Changed paths:
   M /irssi/trunk/NEWS
   M /irssi/trunk/configure.in

Time for 0.8.10-rc7
------------------------------------------------------------------------
r4067 | vb | 2005-11-07 19:06:42 +0000 (Mon, 07 Nov 2005) | 4 lines
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

------------------------------------------------------------------------
r4066 | coekie | 2005-11-06 22:05:28 +0000 (zo, 06 nov 2005) | 1 line
Changed paths:
   M /irssi/trunk/configure.in

Ahem. And now really fix it.
------------------------------------------------------------------------
r4065 | coekie | 2005-11-06 21:19:14 +0000 (zo, 06 nov 2005) | 1 line
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)
------------------------------------------------------------------------
r4064 | coekie | 2005-11-03 21:33:32 +0000 (Thu, 03 Nov 2005) | 1 line
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
------------------------------------------------------------------------
r4063 | coekie | 2005-11-02 21:05:24 +0000 (Wed, 02 Nov 2005) | 1 line
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
------------------------------------------------------------------------
r4062 | coekie | 2005-11-02 20:40:21 +0000 (Wed, 02 Nov 2005) | 1 line
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)
------------------------------------------------------------------------
r4061 | coekie | 2005-10-30 20:04:12 +0000 (Sun, 30 Oct 2005) | 2 lines
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.

------------------------------------------------------------------------
r4054 | coekie | 2005-10-21 12:48:07 +0000 (Fri, 21 Oct 2005) | 1 line
Changed paths:
   M /irssi/trunk/acconfig.h
   M /irssi/trunk/configure.in

Fix configure.in from previous commit, by Emanuele Giaquinta
------------------------------------------------------------------------
r4052 | vb | 2005-10-19 17:24:19 +0000 (Wed, 19 Oct 2005) | 1 line
Changed paths:
   M /irssi/trunk/configure.in

Add AC_DEFINE(HAVE_SOCKS), fixes SOCKSinit in irssi.c, patch by Emanuele Giaquinta
------------------------------------------------------------------------
r4047 | coekie | 2005-10-18 19:50:09 +0000 (di, 18 okt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-nicklist.c

Fix crash on netsplit+join after /upgrade from 0.8.9
------------------------------------------------------------------------
r4046 | coekie | 2005-10-18 17:43:48 +0000 (di, 18 okt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

Fix warnings caused by r4043
------------------------------------------------------------------------
r4045 | coekie | 2005-10-18 16:20:08 +0000 (di, 18 okt 2005) | 1 line
Changed paths:
   M /irssi/trunk/configure.in

s/with_glib1/want_glib1/ in configure.in, by Emanuele Giaquinta
------------------------------------------------------------------------
r4043 | coekie | 2005-10-18 11:59:26 +0000 (di, 18 okt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

Fix delete_{next,previous}_word bindings, patch by Emanuele Giaquinta
------------------------------------------------------------------------
r4042 | vb | 2005-10-16 11:16:33 +0000 (zo, 16 okt 2005) | 1 line
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
------------------------------------------------------------------------
r4041 | vb | 2005-10-15 18:45:25 +0000 (za, 15 okt 2005) | 1 line
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
------------------------------------------------------------------------
r4040 | vb | 2005-10-15 08:46:35 +0000 (za, 15 okt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/core/network-openssl.c
   M /irssi/trunk/src/core/network.c

Remove the inline declarations, patch by nailbiter
------------------------------------------------------------------------
r4039 | dpash | 2005-10-13 23:37:36 +0000 (do, 13 okt 2005) | 5 lines
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


------------------------------------------------------------------------
r4038 | vb | 2005-10-12 18:22:14 +0000 (wo, 12 okt 2005) | 4 lines
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, )

------------------------------------------------------------------------
r4034 | vb | 2005-10-10 18:32:32 +0000 (ma, 10 okt 2005) | 4 lines
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).
------------------------------------------------------------------------
r4033 | coekie | 2005-10-10 10:04:51 +0000 (ma, 10 okt 2005) | 1 line
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)
------------------------------------------------------------------------
r4013 | coekie | 2005-09-29 21:02:31 +0000 (do, 29 sep 2005) | 2 lines
Changed paths:
   M /irssi/trunk/src/perl/ui/Formats.xs

Fix compilation with gcc4 and --with-gc, Patch by Michael Poole

------------------------------------------------------------------------
r3997 | coekie | 2005-09-25 13:36:09 +0000 (zo, 25 sep 2005) | 4 lines
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

------------------------------------------------------------------------
r3992 | coekie | 2005-09-10 13:30:23 +0000 (za, 10 sep 2005) | 1 line
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)
------------------------------------------------------------------------
r3991 | coekie | 2005-09-10 13:19:20 +0000 (za, 10 sep 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/themes.c

fix completion for /format (Bug 143)
------------------------------------------------------------------------
r3990 | coekie | 2005-09-10 12:51:43 +0000 (za, 10 sep 2005) | 2 lines
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)

------------------------------------------------------------------------
r3989 | coekie | 2005-09-10 03:23:27 +0000 (za, 10 sep 2005) | 3 lines
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)

------------------------------------------------------------------------
r3988 | coekie | 2005-09-10 01:36:06 +0000 (za, 10 sep 2005) | 8 lines
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)

------------------------------------------------------------------------
r3987 | coekie | 2005-09-08 13:09:23 +0000 (do, 08 sep 2005) | 3 lines
Changed paths:
   M /irssi/trunk/autogen.sh

type -p seems to be a bashism. doing svn --version instead
/me blames darix :)

------------------------------------------------------------------------
r3986 | coekie | 2005-09-08 11:01:21 +0000 (do, 08 sep 2005) | 4 lines
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

------------------------------------------------------------------------
r3963 | vb | 2005-08-27 22:06:34 +0000 (za, 27 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3948 | vb | 2005-08-24 19:42:17 +0000 (wo, 24 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3947 | vb | 2005-08-24 19:25:47 +0000 (wo, 24 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3935 | coekie | 2005-08-18 12:14:49 +0000 (do, 18 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3932 | coekie | 2005-08-15 23:04:06 +0000 (ma, 15 aug 2005) | 1 line
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)
------------------------------------------------------------------------
r3931 | coekie | 2005-08-15 22:32:26 +0000 (ma, 15 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3930 | coekie | 2005-08-15 22:18:49 +0000 (ma, 15 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3929 | coekie | 2005-08-15 22:03:52 +0000 (ma, 15 aug 2005) | 1 line
Changed paths:
   M /irssi/trunk/docs/faq.html

Update faq: s/term_type/term_charset/ and a bit more verbose
------------------------------------------------------------------------
r3920 | vb | 2005-08-11 13:07:17 +0000 (do, 11 aug 2005) | 1 line
Changed paths:
   M /irssi/trunk/NEWS
   M /irssi/trunk/docs/help/in/recode.in

updated /help recode and NEWS
------------------------------------------------------------------------
r3917 | coekie | 2005-08-09 21:23:52 +0000 (di, 09 aug 2005) | 3 lines
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)

------------------------------------------------------------------------
r3916 | coekie | 2005-08-09 20:29:45 +0000 (di, 09 aug 2005) | 1 line
Changed paths:
   M /irssi/trunk/AUTHORS
   M /irssi/trunk/NEWS

update NEWS and AUTHORS
------------------------------------------------------------------------
r3915 | coekie | 2005-08-09 19:41:06 +0000 (di, 09 aug 2005) | 1 line
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
------------------------------------------------------------------------
r3897 | coekie | 2005-08-05 02:24:29 +0000 (vr, 05 aug 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-text/textbuffer-view.c

fix minor textbuffer leak, Bug 288 by Toby
------------------------------------------------------------------------
r3896 | vb | 2005-08-04 08:41:33 +0000 (do, 04 aug 2005) | 1 line
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)
------------------------------------------------------------------------
r3895 | coekie | 2005-08-01 16:07:22 +0000 (ma, 01 aug 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-resume.c

Fix dcc resume crash (only in the rc's and svn) (Bug 287)
------------------------------------------------------------------------
r3882 | vb | 2005-07-24 20:01:06 +0000 (zo, 24 jul 2005) | 1 line
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 :( )
------------------------------------------------------------------------
r3881 | vb | 2005-07-24 19:16:14 +0000 (zo, 24 jul 2005) | 1 line
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.
------------------------------------------------------------------------
r3865 | coekie | 2005-07-17 16:43:18 +0000 (zo, 17 jul 2005) | 1 line
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)
------------------------------------------------------------------------
r3864 | coekie | 2005-07-17 16:41:23 +0000 (zo, 17 jul 2005) | 1 line
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)
------------------------------------------------------------------------
r3863 | dpash | 2005-07-17 16:40:28 +0000 (zo, 17 jul 2005) | 3 lines
Changed paths:
   A /irssi/trunk/debian/NEWS.Debian

Warn people about the lack of certificate verification in the gnutls
code.

------------------------------------------------------------------------
r3862 | coekie | 2005-07-17 16:40:06 +0000 (zo, 17 jul 2005) | 1 line
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)
------------------------------------------------------------------------
r3861 | dpash | 2005-07-17 14:07:20 +0000 (zo, 17 jul 2005) | 2 lines
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

------------------------------------------------------------------------
r3860 | dpash | 2005-07-17 12:23:37 +0000 (zo, 17 jul 2005) | 2 lines
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.

------------------------------------------------------------------------
r3859 | dpash | 2005-07-17 12:23:05 +0000 (zo, 17 jul 2005) | 3 lines
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

------------------------------------------------------------------------
r3858 | dpash | 2005-07-17 11:42:18 +0000 (zo, 17 jul 2005) | 3 lines
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

------------------------------------------------------------------------
r3857 | dpash | 2005-07-17 11:40:58 +0000 (zo, 17 jul 2005) | 3 lines
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

------------------------------------------------------------------------
r3855 | dpash | 2005-07-15 21:54:15 +0000 (vr, 15 jul 2005) | 2 lines
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

------------------------------------------------------------------------
r3827 | vb | 2005-07-07 18:17:29 +0000 (do, 07 jul 2005) | 1 line
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:
------------------------------------------------------------------------
r3826 | vb | 2005-07-07 17:56:51 +0000 (do, 07 jul 2005) | 1 line
Changed paths:
   M /irssi/trunk/docs/help/in/query.in

Updated the help file for QUERY, added UNQUERY to See also:
------------------------------------------------------------------------
r3805 | vb | 2005-06-29 07:47:45 +0000 (wo, 29 jun 2005) | 1 line
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
------------------------------------------------------------------------
r3794 | coekie | 2005-06-24 16:43:18 +0000 (vr, 24 jun 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-commands.c

Fix server->last_nick leak by Toby (Bug 267)
------------------------------------------------------------------------
r3755 | vb | 2005-05-14 18:01:07 +0000 (za, 14 mei 2005) | 1 line
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
------------------------------------------------------------------------
r3754 | vb | 2005-05-14 17:53:49 +0000 (za, 14 mei 2005) | 1 line
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
------------------------------------------------------------------------
r3750 | vb | 2005-05-14 12:32:03 +0000 (za, 14 mei 2005) | 1 line
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
------------------------------------------------------------------------
r3746 | vb | 2005-05-11 18:52:12 +0000 (wo, 11 mei 2005) | 1 line
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)
------------------------------------------------------------------------
r3740 | vb | 2005-05-09 21:31:47 +0000 (ma, 09 mei 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-recode.c

Updated the syntax definition for /recode add in fe-recode.c
------------------------------------------------------------------------
r3738 | vb | 2005-05-09 15:30:59 +0000 (ma, 09 mei 2005) | 1 line
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
------------------------------------------------------------------------
r3737 | vb | 2005-05-09 15:18:24 +0000 (ma, 09 mei 2005) | 3 lines
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
------------------------------------------------------------------------
r3728 | coekie | 2005-04-26 12:25:19 +0000 (di, 26 apr 2005) | 1 line
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
------------------------------------------------------------------------
r3727 | coekie | 2005-04-26 11:51:40 +0000 (di, 26 apr 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers-reconnect.c

Remember alternate_nick and max_whois on reconnect (Bug 181)
------------------------------------------------------------------------
r3726 | coekie | 2005-04-25 22:21:19 +0000 (ma, 25 apr 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/common.h

Compile fix for gcc 4 (Bug 219)
------------------------------------------------------------------------
r3725 | coekie | 2005-04-25 20:31:12 +0000 (ma, 25 apr 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-ctcp.c

Fix displaying of ctcp userinfo and clientinfo (Bug 222)
------------------------------------------------------------------------
r3724 | Geert | 2005-03-30 23:56:08 +0000 (wo, 30 mrt 2005) | 7 lines
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.

------------------------------------------------------------------------
r3723 | vb | 2005-03-07 17:10:45 +0000 (ma, 07 mrt 2005) | 1 line
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)
------------------------------------------------------------------------
r3722 | coekie | 2005-03-07 16:02:06 +0000 (ma, 07 mrt 2005) | 1 line
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
------------------------------------------------------------------------
r3721 | coekie | 2005-03-07 15:37:31 +0000 (ma, 07 mrt 2005) | 1 line
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)
------------------------------------------------------------------------
r3720 | coekie | 2005-03-07 14:17:07 +0000 (ma, 07 mrt 2005) | 1 line
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)
------------------------------------------------------------------------
r3719 | vb | 2005-03-07 06:20:55 +0000 (ma, 07 mrt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-recode.c

Free the right memory in fe-recode.c (related to bug 210)
------------------------------------------------------------------------
r3718 | vb | 2005-03-06 21:49:57 +0000 (zo, 06 mrt 2005) | 1 line
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)
------------------------------------------------------------------------
r3717 | coekie | 2005-03-06 19:30:08 +0000 (zo, 06 mrt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/bans.c

Fix memleak in /UNBAN, by Toby Peterson (Bug 215)
------------------------------------------------------------------------
r3716 | coekie | 2005-03-06 18:47:05 +0000 (zo, 06 mrt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-get.c

Fix memleak in dcc get, by Toby Peterson (Bug 214)
------------------------------------------------------------------------
r3715 | coekie | 2005-03-06 18:45:47 +0000 (zo, 06 mrt 2005) | 1 line
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)
------------------------------------------------------------------------
r3714 | coekie | 2005-03-06 18:43:39 +0000 (zo, 06 mrt 2005) | 1 line
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)
------------------------------------------------------------------------
r3713 | coekie | 2005-03-06 18:42:10 +0000 (zo, 06 mrt 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/core/commands.c

Fix command_unbind memleak by Toby Peterson (Bug 211)
------------------------------------------------------------------------
r3712 | Geert | 2005-03-04 21:07:51 +0000 (vr, 04 mrt 2005) | 25 lines
Changed paths:
   M /irssi/trunk/irssi.conf

It has been brought to our attention that freenode staff management are
concerned that bot owners might be using the mIRC server lists in order
to target irc networks for spam, this we do not find any proof of. mIRC
might be the most used Windows Client, and  possibly also the "ultimate
kiddie" client. This does not  mean that  we should flame mIRC  or mIRC
users through wallops.

The Irssi development team does not support flaming or in any way attacking
other IRC clients and their users (nor do  we support flaming of other OS's
or personal attacks on people for their choice of OS, application etc.),
whether their inbuildt lists *could* be used by drone writers or not. Every
IRC client holds 'default servers'. Xchat and Gaim for example  have nearly
the exact same list as mIRC.

Regards,

- Geert Hauwaerts     <geert@irssi.org>
- Christel Dahlskjaer <christel@irssi.org>
- Valentin Batz       <senneth@irssi.org> 

Changes:
--------

- Removed 'freenode' from the ircnet list.

------------------------------------------------------------------------
r3711 | coekie | 2005-02-22 00:05:06 +0000 (di, 22 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/autogen.sh
   M /irssi/trunk/configure.in

Byebye stupid tail problems on Solaris. Hi, Mr. grep
------------------------------------------------------------------------
r3710 | coekie | 2005-02-16 17:23:19 +0000 (wo, 16 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/autogen.sh

One more autogen fix by Janne Kujanpaa
------------------------------------------------------------------------
r3709 | coekie | 2005-02-16 16:33:51 +0000 (wo, 16 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/autogen.sh
   M /irssi/trunk/configure.in

autogen and configure fixes by Janne Kujanpaa (Bug 192)
------------------------------------------------------------------------
r3708 | vb | 2005-02-11 17:27:09 +0000 (vr, 11 feb 2005) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/hilight-text.c
   M /irssi/trunk/src/irc/dcc/dcc-chat.c

Fixed output of /hilight (add a space after -levels if any).
Added recode to dcc-chat, patch by Jean-Yves Lefort
------------------------------------------------------------------------
r3707 | vb | 2005-02-06 21:31:58 +0000 (zo, 06 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/core/channels.c
   M /irssi/trunk/src/irc/core/channel-events.c
   M /irssi/trunk/src/perl/perl-core.c

Fixed memory leaks when destroying a channel, when loading nonexisten scripts and in topics, patch by Toby Peterson
------------------------------------------------------------------------
r3706 | coekie | 2005-02-05 13:20:16 +0000 (za, 05 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/autogen.sh

Update ChangeLog incremental. Dropped ChangeLog.xml (for now?)
------------------------------------------------------------------------
r3705 | coekie | 2005-02-04 22:28:08 +0000 (vr, 04 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Compile fix: make it c99 again, by Timothy Hatcher (Bug 184)
------------------------------------------------------------------------
r3704 | vb | 2005-02-03 15:51:03 +0000 (do, 03 feb 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-nicklist.c

Update our own nickrec->gone flag on /away <reason> or on /away
------------------------------------------------------------------------
r3703 | vb | 2005-01-12 16:40:44 +0000 (wo, 12 jan 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/core/recode.c
   M /irssi/trunk/src/fe-text/irssi.c

call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get_charset() is called in recode.c
------------------------------------------------------------------------
r3702 | vb | 2005-01-12 12:10:48 +0000 (wo, 12 jan 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/core/recode.c

call setlocale(LC_ALL, ) before g_get_charset to properly return the user's charset
------------------------------------------------------------------------
r3701 | coekie | 2005-01-12 02:09:07 +0000 (wo, 12 jan 2005) | 2 lines
Changed paths:
   A /irssi/trunk/docs/help/in/ircnet.in
   M /irssi/trunk/src/fe-common/irc/fe-ircnet.c

Added IRCNET command again, as a deprecated alias for NETWORK

------------------------------------------------------------------------
r3700 | vb | 2005-01-04 12:13:47 +0000 (di, 04 jan 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-recode.c

Fixed a bug with /me, use the right arguments for "message irc own_action"
------------------------------------------------------------------------
r3699 | vb | 2005-01-04 10:30:53 +0000 (di, 04 jan 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/perl/irc/Modes.xs

Updated the changed arguments for ban_remove
------------------------------------------------------------------------
r3698 | coekie | 2005-01-03 19:22:53 +0000 (ma, 03 jan 2005) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-nicklist.c
   M /irssi/trunk/src/irc/core/irc-servers.c

improve queuing commands, patch by Timothy Hatcher (Bug 168)
(patch changed so it doesn't wait one second after the 001 event)
------------------------------------------------------------------------
r3697 | coekie | 2005-01-03 18:57:08 +0000 (ma, 03 jan 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Fix multiple entries for local IP in /etc/hosts prevents connecting, patch by eridius (Bug 167)
------------------------------------------------------------------------
r3696 | coekie | 2005-01-03 18:54:39 +0000 (ma, 03 jan 2005) | 3 lines
Changed paths:
   M /irssi/trunk/docs/signals.txt
   M /irssi/trunk/src/irc/core/mode-lists.c
   M /irssi/trunk/src/irc/core/mode-lists.h
   M /irssi/trunk/src/irc/core/modes.c

"ban remove" signal should pass who removed it, patch by Timothy Hatcher (Bug 166)
added it to docs/signals.txt too

------------------------------------------------------------------------
r3695 | coekie | 2005-01-03 18:09:45 +0000 (ma, 03 jan 2005) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-core-commands.c

Fix recursive ^ prefixed commands blocking all output (Bug 159)
------------------------------------------------------------------------
r3694 | vb | 2004-12-22 18:47:38 +0000 (wo, 22 dec 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-common-core.c

Don't crash with an empty nick argument from the command line.
------------------------------------------------------------------------
r3693 | vb | 2004-12-20 15:06:29 +0000 (ma, 20 dec 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/core/recode.c

Fixed target handling in recode_out
------------------------------------------------------------------------
r3692 | vb | 2004-12-20 13:59:15 +0000 (ma, 20 dec 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/recode.in
   M /irssi/trunk/src/core/chat-commands.c
   M /irssi/trunk/src/core/recode.c
   M /irssi/trunk/src/core/recode.h
   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/fe-events-numeric.c
   M /irssi/trunk/src/fe-common/irc/fe-events.c
   M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c
   M /irssi/trunk/src/fe-common/irc/fe-whois.c
   M /irssi/trunk/src/irc/core/channel-events.c
   M /irssi/trunk/src/irc/core/irc-commands.c
   M /irssi/trunk/src/irc/proxy/dump.c

Added <tag>/<target> support for recode.

------------------------------------------------------------------------
r3691 | vb | 2004-12-07 17:48:21 +0000 (di, 07 dec 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/proxy/dump.c

Fixed a memleak, when using recode_out you have too free the memory it allocates for you.
------------------------------------------------------------------------
r3690 | coekie | 2004-12-07 17:02:40 +0000 (di, 07 dec 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/proxy/dump.c

If available, send who set topic and when to irssi-proxy clients
------------------------------------------------------------------------
r3689 | Geert | 2004-12-05 23:48:36 +0000 (zo, 05 dec 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/disconnect.in

/SERVER LIST doesn't output the current ones, /SERVER does

------------------------------------------------------------------------
r3688 | vb | 2004-11-30 07:59:10 +0000 (di, 30 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/configure.in

Forgot the comma for printf in the previous patch
------------------------------------------------------------------------
r3687 | vb | 2004-11-29 16:19:43 +0000 (ma, 29 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/configure.in

Fixed bug in configure.in, if release timestamp is before 10:00 and contains 8's or 9's it causes problems because it's not an octal number, patch by Peder Stray
------------------------------------------------------------------------
r3686 | vb | 2004-11-29 15:59:21 +0000 (ma, 29 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Fixed printing of the recoded realname in whowas
------------------------------------------------------------------------
r3685 | vb | 2004-11-28 08:23:21 +0000 (zo, 28 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/docs/help/in/completion.in

Added a note about quotes for /COMPLETION -delete when -auto is specified for the completion you try to remove
------------------------------------------------------------------------
r3684 | vb | 2004-11-23 17:06:06 +0000 (di, 23 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Reverting bugfix for 'usermode activates after autosendcmd' because it breaks usermode for reconnections
------------------------------------------------------------------------
r3683 | coekie | 2004-11-22 18:25:03 +0000 (ma, 22 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/fe-common/core/window-commands.c

Fix typo in help for window close
------------------------------------------------------------------------
r3681 | vb | 2004-11-19 17:25:18 +0000 (vr, 19 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Fixed bug where usermode was not sent correctly
------------------------------------------------------------------------
r3680 | vb | 2004-11-04 15:53:22 +0000 (do, 04 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/autogen.sh
   M /irssi/trunk/configure.in

Changed autogen.sh and configure.in, so compiling works with svn, darix will make the svn path configureable
------------------------------------------------------------------------
r3679 | vb | 2004-11-04 15:08:57 +0000 (do, 04 nov 2004) | 1 line
Changed paths:
   M /irssi/trunk/src/core/misc.c

Fixed bug with time settings where hours actually returned 60*hours
------------------------------------------------------------------------
r3324 | senneth | 2004-10-18 14:40:33 +0000 (ma, 18 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/session.c

/UPGRADE saves now server->version

------------------------------------------------------------------------
r3323 | coekie | 2004-10-18 14:19:07 +0000 (ma, 18 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/window-commands.c

Make cmd_window_item_goto use cmd_get_params, so "/WINDOW ITEM GOTO item<space>" (for example) works

------------------------------------------------------------------------
r3322 | coekie | 2004-10-17 19:23:10 +0000 (zo, 17 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/server.in

Fix /help server: -noauto is the default

------------------------------------------------------------------------
r3321 | senneth | 2004-10-16 02:10:47 +0000 (za, 16 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Added recode for the away-messages

------------------------------------------------------------------------
r3320 | senneth | 2004-10-16 00:08:21 +0000 (za, 16 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-channels.c

Fixed /join -invite -window bug if there is no invite

------------------------------------------------------------------------
r3319 | senneth | 2004-10-14 16:41:02 +0000 (do, 14 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/listen.c

Fixed bug 120 where proxy doesn't set the server_rec->away_reason

------------------------------------------------------------------------
r3318 | coekie | 2004-10-12 17:06:11 +0000 (di, 12 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Fix crash with non-irc servers

------------------------------------------------------------------------
r3317 | senneth | 2004-10-10 23:04:04 +0000 (zo, 10 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Added recode to whois_channels event

------------------------------------------------------------------------
r3316 | coekie | 2004-10-10 21:23:38 +0000 (zo, 10 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

Also remember other (not k or l) modes with arguments

------------------------------------------------------------------------
r3315 | coekie | 2004-10-10 21:09:02 +0000 (zo, 10 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

Remember key not only with channel->key, but also in channel->mode (in the statusbar) on key-hiding-servers, like before isupport

------------------------------------------------------------------------
r3314 | senneth | 2004-10-10 18:10:30 +0000 (zo, 10 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/log.c

Fixed bug with logging where item names starting with the same string were not logged properly.

------------------------------------------------------------------------
r3313 | coekie | 2004-10-08 11:58:06 +0000 (vr, 08 okt 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

add d,q,f and J to CHANMODES default, to work a bit better with dancer and possibly others
(Dear irc server coder, please send isupport with CHANMODES, thank you)

------------------------------------------------------------------------
r3312 | coekie | 2004-10-06 20:48:25 +0000 (wo, 06 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/perl/common/Core.xs

And the same for signal_continue

------------------------------------------------------------------------
r3311 | coekie | 2004-10-06 20:11:26 +0000 (wo, 06 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/perl/common/Core.xs

Recognise a param of signal_emit from perl if it's an int

------------------------------------------------------------------------
r3310 | senneth | 2004-10-06 16:48:59 +0000 (wo, 06 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-messages.c

Fixed possible printing bug with quit messages when the message is printed in the statuswindow

------------------------------------------------------------------------
r3309 | coekie | 2004-10-06 16:25:34 +0000 (wo, 06 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-messages.c
   M /irssi/trunk/src/fe-common/core/hilight-text.c
   M /irssi/trunk/src/fe-common/core/hilight-text.h

Fix HILIGHT -actcolor -mask (Bug 131)

------------------------------------------------------------------------
r3308 | coekie | 2004-10-05 12:36:57 +0000 (di, 05 okt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/listen.c

Fix own nick changes in irssi-proxy

------------------------------------------------------------------------
r3307 | senneth | 2004-09-23 14:12:08 +0000 (do, 23 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/perl.txt

Added timeout_add_once function to docs

------------------------------------------------------------------------
r3306 | senneth | 2004-09-20 12:45:49 +0000 (ma, 20 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/recode.in
   M /irssi/trunk/src/core/recode.c
   M /irssi/trunk/src/fe-common/core/fe-common-core.c
   M /irssi/trunk/src/fe-common/core/fe-recode.c

Changed the order of recode_out_default_charset, it doesn't override /recode add anymore. The string returned by nl_langinfo(CODESET) may be empty, use ISO8859-1 in this case

------------------------------------------------------------------------
r3305 | geert | 2004-09-18 20:56:33 +0000 (za, 18 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/knock.in
   M /irssi/trunk/src/irc/core/irc-commands.c

Fixed /KNOCK support.

------------------------------------------------------------------------
r3304 | senneth | 2004-09-18 03:42:59 +0000 (za, 18 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/recode.c

Forgot g_free(translit_to); in recode_in

------------------------------------------------------------------------
r3303 | senneth | 2004-09-17 15:55:34 +0000 (vr, 17 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Added event 317, 319, 313, 330, 377, 378, 379, 327, 326 to src/fe-common/irc/fe-whois.c, fixes the printing of /whois -yes * (Bug 123)

------------------------------------------------------------------------
r3302 | senneth | 2004-09-16 11:46:33 +0000 (do, 16 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/recode.in

Updated help for recode

------------------------------------------------------------------------
r3301 | senneth | 2004-09-16 09:00:42 +0000 (do, 16 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Fixed /WHOWAS bug, where "event 312" was not printed right, Recent WHOIS changes broke it.

------------------------------------------------------------------------
r3300 | senneth | 2004-09-16 08:31:59 +0000 (do, 16 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Added recoding of realname to who and whois replies

------------------------------------------------------------------------
r3299 | geert | 2004-09-15 21:27:22 +0000 (wo, 15 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Bugfix: http://bugs.irssi.org/?do=details&id=121

------------------------------------------------------------------------
r3298 | geert | 2004-09-15 19:29:55 +0000 (wo, 15 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-whois.c

Bugfix: http://bugs.irssi.org/?do=details&id=99

------------------------------------------------------------------------
r3297 | coekie | 2004-09-15 13:06:16 +0000 (wo, 15 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/perl.txt

forgot argument 'value' for settings_set_*

------------------------------------------------------------------------
r3296 | coekie | 2004-09-15 12:49:36 +0000 (wo, 15 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/perl.txt

Updated settings_* functions docs

------------------------------------------------------------------------
r3295 | senneth | 2004-09-15 12:11:43 +0000 (wo, 15 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/TODO
   M /irssi/trunk/configure.in
   M /irssi/trunk/docs/help/in/network.in
   M /irssi/trunk/docs/help/in/recode.in
   M /irssi/trunk/docs/special_vars.txt
   M /irssi/trunk/src/core/commands.h
   M /irssi/trunk/src/core/recode.c
   M /irssi/trunk/src/core/recode.h
   M /irssi/trunk/src/core/settings.c
   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/fe-core-commands.c
   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/core/formats.c
   M /irssi/trunk/src/fe-common/core/module-formats.c
   M /irssi/trunk/src/fe-common/core/module-formats.h
   M /irssi/trunk/src/fe-common/core/module.h
   M /irssi/trunk/src/fe-common/core/printtext.c
   A /irssi/trunk/src/fe-common/core/utf8.c
   A /irssi/trunk/src/fe-common/core/utf8.h
   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-text/Makefile.am
   M /irssi/trunk/src/fe-text/statusbar.c
   M /irssi/trunk/src/fe-text/term.c

Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106

------------------------------------------------------------------------
r3294 | coekie | 2004-09-13 22:09:54 +0000 (ma, 13 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-irc-messages.c

Fix messages to @#channel showed *your* nickmode, not the one of the sender (part of Bug 80)

------------------------------------------------------------------------
r3293 | coekie | 2004-09-13 19:02:02 +0000 (ma, 13 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/hilight-text.c

Fix readded (changed) hilights being in config twice, resulted in duplicate hilights or removed hilights coming back (Bug 39)

------------------------------------------------------------------------
r3292 | coekie | 2004-09-13 16:54:28 +0000 (ma, 13 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-channels.c

Make /JOIN -tag #channel and /JOIN #channel<space> switch to that channel (Bugs 13 and 93)

------------------------------------------------------------------------
r3291 | coekie | 2004-09-12 22:45:36 +0000 (zo, 12 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-commands.c

Fix /WHOIS -yes (Bug 67)

------------------------------------------------------------------------
r3290 | cras | 2004-09-12 13:12:34 +0000 (zo, 12 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-whois.c
   M /irssi/trunk/src/irc/core/irc-commands.c
   M /irssi/trunk/src/irc/core/irc-nicklist.c

Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin Batz

------------------------------------------------------------------------
r3289 | cras | 2004-09-01 17:19:23 +0000 (wo, 01 sep 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/signals.txt

Added "whois default event"

------------------------------------------------------------------------
r3288 | cras | 2004-08-31 22:32:58 +0000 (di, 31 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/dump.c

send max 15 005 parameters at once. Patch by Valentin Batz

------------------------------------------------------------------------
r3287 | cras | 2004-08-24 06:31:08 +0000 (di, 24 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc.c

Allow '@' characters in nick.

------------------------------------------------------------------------
r3286 | geert | 2004-08-21 14:31:34 +0000 (za, 21 aug 2004) | 2 lines
Changed paths:
   A /irssi/trunk/docs/help/in/flushbuffer.in

Changed the built-in documentation to fit current CVS.

------------------------------------------------------------------------
r3285 | cras | 2004-08-21 07:05:16 +0000 (za, 21 aug 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/core/recode.c

Bug #104  recode treats multibyte jp characters as utf8. Patch by Valentin
Batz

------------------------------------------------------------------------
r3284 | cras | 2004-08-20 00:27:05 +0000 (vr, 20 aug 2004) | 2 lines
Changed paths:
   A /irssi/trunk/docs/help/in/recode.in
   A /irssi/trunk/src/core/recode.c
   A /irssi/trunk/src/core/recode.h
   A /irssi/trunk/src/fe-common/core/fe-recode.c
   A /irssi/trunk/src/fe-common/core/fe-recode.h

forgot to add

------------------------------------------------------------------------
r3283 | cras | 2004-08-20 00:03:40 +0000 (vr, 20 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/acconfig.h
   M /irssi/trunk/configure.in
   M /irssi/trunk/src/core/Makefile.am
   M /irssi/trunk/src/core/chat-commands.c
   M /irssi/trunk/src/core/core.c
   M /irssi/trunk/src/fe-common/core/Makefile.am
   M /irssi/trunk/src/fe-common/core/chat-completion.c
   M /irssi/trunk/src/fe-common/core/fe-common-core.c
   M /irssi/trunk/src/fe-common/core/fe-queries.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
   M /irssi/trunk/src/fe-common/core/printtext.c
   M /irssi/trunk/src/fe-common/irc/fe-irc-commands.c
   M /irssi/trunk/src/fe-text/statusbar.c
   M /irssi/trunk/src/fe-text/term.c
   M /irssi/trunk/src/irc/core/channel-events.c
   M /irssi/trunk/src/irc/core/irc-commands.c
   M /irssi/trunk/src/irc/proxy/dump.c
   M /irssi/trunk/src/irc/proxy/listen.c

Recode patch by decadix/senneth

------------------------------------------------------------------------
r3282 | cras | 2004-08-19 23:34:00 +0000 (do, 19 aug 2004) | 5 lines
Changed paths:
   M /irssi/trunk/src/core/log.c
   M /irssi/trunk/src/fe-common/core/fe-log.c

Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a given
server; you must confine the logging to a window or a set of targets. This
patch adds a default "*" target which matches everything on the server,
including NULL items associated with it:

------------------------------------------------------------------------
r3281 | cras | 2004-08-19 23:24:24 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/dump.c

005 fix. Patch by Valentin Batz

------------------------------------------------------------------------
r3280 | cras | 2004-08-19 23:22:34 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   D /irssi/trunk/docs/help/in/ircnet.in
   A /irssi/trunk/docs/help/in/network.in

s/ircnet/network/

------------------------------------------------------------------------
r3279 | cras | 2004-08-19 20:41:47 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-send.c

/DCC SEND didn't actually use /SET dcc_upload_path

------------------------------------------------------------------------
r3278 | cras | 2004-08-19 18:58:17 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/chat-commands.c

/SERVER, /CONNECT -network wasn't working

------------------------------------------------------------------------
r3277 | cras | 2004-08-19 18:55:15 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-settings.c

/SET -default fix

------------------------------------------------------------------------
r3276 | cras | 2004-08-19 18:53:23 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-common-core.c

After /LAYOUT SAVE changing settings created new windows.

------------------------------------------------------------------------
r3275 | cras | 2004-08-19 18:47:41 +0000 (do, 19 aug 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-ircnet.c

/network fixes

------------------------------------------------------------------------
r3274 | cras | 2004-07-14 12:12:10 +0000 (wo, 14 jul 2004) | 4 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-nicklist.c

Handle 432 numeric (errorneus nickname) as "nick in use". Fixes problems
with ircnet 2.11 ircd when irssi tries to reconnect using UID as nick. Patch
by Petr Baudis

------------------------------------------------------------------------
r3273 | cras | 2004-07-14 12:08:53 +0000 (wo, 14 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/startup-HOWTO.html

notes about using /IRCNET with 0.8.9 and older

------------------------------------------------------------------------
r3272 | cras | 2004-07-14 12:04:47 +0000 (wo, 14 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-exec.c

/EXEC crashed with 64bit systems. Patch by Soren Jacobsen

------------------------------------------------------------------------
r3271 | cras | 2004-07-11 21:56:52 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-autoget.c

Don't autoget files sent to channels, unless dcc_autoget_masks is set.

------------------------------------------------------------------------
r3270 | cras | 2004-07-11 21:31:49 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/AUTHORS
   M /irssi/trunk/docs/help/in/channel.in
   M /irssi/trunk/docs/help/in/connect.in
   M /irssi/trunk/docs/help/in/ignore.in
   M /irssi/trunk/docs/help/in/server.in
   M /irssi/trunk/docs/manual.txt
   M /irssi/trunk/docs/startup-HOWTO.html
   M /irssi/trunk/src/core/chat-commands.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-ignore.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/module-formats.c
   M /irssi/trunk/src/fe-common/irc/module-formats.h

s/ircnet/network/ - patch by Joost Vunderink

------------------------------------------------------------------------
r3269 | cras | 2004-07-11 21:12:58 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-help.c

Help files are always lowercased. Make sure /HELP COMMAND works too.

------------------------------------------------------------------------
r3268 | cras | 2004-07-11 17:01:04 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/TODO

updated

------------------------------------------------------------------------
r3267 | cras | 2004-07-11 16:54:11 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-exec.c
   M /irssi/trunk/src/fe-common/core/fe-exec.h

Remember server for /EXEC targets.

------------------------------------------------------------------------
r3266 | cras | 2004-07-11 16:07:40 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-server.c
   M /irssi/trunk/src/irc/dcc/dcc.c

Some DCC SERVER fixes.

------------------------------------------------------------------------
r3265 | cras | 2004-07-11 15:55:27 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-chat.c

Don't crash if dcc chated user changes nick

------------------------------------------------------------------------
r3264 | cras | 2004-07-11 15:52:04 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc.c

Fix.

------------------------------------------------------------------------
r3263 | cras | 2004-07-11 15:42:21 +0000 (zo, 11 jul 2004) | 5 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/Makefile.am
   M /irssi/trunk/src/fe-common/irc/fe-common-irc.c
   M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c
   A /irssi/trunk/src/fe-common/irc/fe-whois.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

Fixed handling WHOIS printing once and for all. Everything unknown between
"beginning of whois" and "end of whois" events is now printed as
whois_special. Removed whois_registered and whois_help, they're printed with
whois_special as well.

------------------------------------------------------------------------
r3262 | cras | 2004-07-11 14:50:47 +0000 (zo, 11 jul 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

Don't replace channel key when receiving channel mode numeric. It could be a
fake key there.

------------------------------------------------------------------------
r3261 | cras | 2004-07-11 14:41:46 +0000 (zo, 11 jul 2004) | 3 lines
Changed paths:
   M /irssi/trunk/irssi.conf
   M /irssi/trunk/src/fe-text/irssi.c

Added /MANUAL-WINDOWS alias which removes all automated windowing stuff.
Startup message also mentions it.

------------------------------------------------------------------------
r3260 | cras | 2004-07-11 14:40:31 +0000 (zo, 11 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-common-core.c

/SET use_status_window and /SET use_msgs_window make the effects immediately

------------------------------------------------------------------------
r3259 | cras | 2004-07-08 23:31:31 +0000 (do, 08 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/ignore.in
   M /irssi/trunk/src/fe-common/core/fe-ignore.c

Added -ircnet option to /IGNORE. Patch by Valentin Batz

------------------------------------------------------------------------
r3258 | cras | 2004-07-06 20:33:28 +0000 (di, 06 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Changed default SSL port to 6697

------------------------------------------------------------------------
r3257 | cras | 2004-07-04 02:10:05 +0000 (zo, 04 jul 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/startup-HOWTO.html

Note about esc = meta

------------------------------------------------------------------------
r3256 | cras | 2004-06-29 10:07:03 +0000 (di, 29 jun 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/perl/perl-fe.c

Make /LOAD script.pl load it.

------------------------------------------------------------------------
r3255 | cras | 2004-06-01 19:14:06 +0000 (di, 01 jun 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/mode.in

don't use tabs

------------------------------------------------------------------------
r3254 | cras | 2004-05-20 12:16:19 +0000 (do, 20 mei 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/startup-HOWTO-rus.html

to xhtml

------------------------------------------------------------------------
r3253 | cras | 2004-05-20 11:56:28 +0000 (do, 20 mei 2004) | 2 lines
Changed paths:
   A /irssi/trunk/docs/startup-HOWTO-rus.html

translation by NixoiD

------------------------------------------------------------------------
r3252 | cras | 2004-05-14 12:28:29 +0000 (vr, 14 mei 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-resume.c

Crashed with spaces in filenames, patch by Francesco Fracassi

------------------------------------------------------------------------
r3251 | cras | 2004-05-14 12:25:49 +0000 (vr, 14 mei 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-text/term-terminfo.c

Pasting multibyte chars was buggy, patch by Kuang-che Wu

------------------------------------------------------------------------
r3250 | cras | 2004-05-10 20:30:57 +0000 (ma, 10 mei 2004) | 2 lines
Changed paths:
   M /irssi/trunk/Makefile.am
   M /irssi/trunk/src/Makefile.am
   M /irssi/trunk/src/core/Makefile.am
   M /irssi/trunk/src/fe-common/core/Makefile.am
   M /irssi/trunk/src/fe-common/irc/Makefile.am
   M /irssi/trunk/src/fe-common/irc/dcc/Makefile.am
   M /irssi/trunk/src/fe-common/irc/notifylist/Makefile.am
   M /irssi/trunk/src/irc/core/Makefile.am
   M /irssi/trunk/src/irc/dcc/Makefile.am
   M /irssi/trunk/src/irc/flood/Makefile.am
   M /irssi/trunk/src/irc/notifylist/Makefile.am
   M /irssi/trunk/src/lib-config/Makefile.am
   M /irssi/trunk/src/lib-popt/Makefile.am

noinst_HEADERS -> pkginc_HEADERS

------------------------------------------------------------------------
r3249 | cras | 2004-05-10 13:45:27 +0000 (ma, 10 mei 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

Never send hostname beginning with /+-[0-9]/ in USER command, that could
be interpreted as mode change with ircnet ircd.

------------------------------------------------------------------------
r3248 | cras | 2004-03-26 10:14:32 +0000 (vr, 26 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-session.c

Remember isupport_sent flag correctly.

------------------------------------------------------------------------
r3247 | cras | 2004-03-24 17:35:17 +0000 (wo, 24 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/AUTHORS

update

------------------------------------------------------------------------
r3246 | cras | 2004-03-24 17:31:26 +0000 (wo, 24 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/configure.in

rc4

------------------------------------------------------------------------
r3245 | cras | 2004-03-24 17:29:28 +0000 (wo, 24 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/AUTHORS

updated

------------------------------------------------------------------------
r3244 | cras | 2004-03-24 17:28:55 +0000 (wo, 24 mrt 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-entry.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/term-terminfo.c
   M /irssi/trunk/src/fe-text/textbuffer-view.c

Fixes for Chinese multibyte characters handling and cursor movement, patch
by Wang WenRui

------------------------------------------------------------------------
r3243 | cras | 2004-03-24 17:15:16 +0000 (wo, 24 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-common-core.c

/set -default timestamp_timeout crashed, patch by Wouter Coekaerts

------------------------------------------------------------------------
r3242 | cras | 2004-03-24 17:09:55 +0000 (wo, 24 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

mode changes got irssi stuck

------------------------------------------------------------------------
r3241 | cras | 2004-03-23 22:57:09 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/dcc.in

use less wide lines to avoid ugly wrapping

------------------------------------------------------------------------
r3240 | cras | 2004-03-23 22:47:25 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/listen.c

crashfix by Valentin Batz

------------------------------------------------------------------------
r3239 | cras | 2004-03-23 22:14:59 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/NEWS
   M /irssi/trunk/TODO
   M /irssi/trunk/configure.in

updates

------------------------------------------------------------------------
r3238 | cras | 2004-03-23 22:07:55 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/misc.c
   M /irssi/trunk/src/core/misc.h

added strocpy()

------------------------------------------------------------------------
r3237 | cras | 2004-03-23 22:07:13 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/AUTHORS

added people who have submitted patches

------------------------------------------------------------------------
r3236 | cras | 2004-03-23 22:06:41 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/help/in/dcc.in
   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-get.h
   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-rec.h
   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.c
   M /irssi/trunk/src/irc/dcc/dcc.h

Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)

------------------------------------------------------------------------
r3235 | cras | 2004-03-23 21:17:40 +0000 (di, 23 mrt 2004) | 4 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

Added /SET paste_detect_keycount back. Pasting isn't detected until so
many keypresses have been detected as pasting. Also we don't anymore count
repeated keypresses more than once.

------------------------------------------------------------------------
r3234 | cras | 2004-03-23 20:52:33 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

fixed /BIND escape_char

------------------------------------------------------------------------
r3233 | cras | 2004-03-23 20:47:51 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-commands.c

/WHOIS -<server tag> is supported now.

------------------------------------------------------------------------
r3232 | cras | 2004-03-23 19:44:06 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/crash.txt

changed bugs@irssi.org to http://bugs.irssi.org/

------------------------------------------------------------------------
r3231 | cras | 2004-03-23 19:20:45 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-settings.c

/SET without parameters didn't print all settings

------------------------------------------------------------------------
r3230 | cras | 2004-03-23 19:14:49 +0000 (di, 23 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

fixed channel->chanop

------------------------------------------------------------------------
r3229 | cras | 2004-03-10 19:36:01 +0000 (wo, 10 mrt 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/irc/core/channels-query.c

If channel has more nicks than /SET channel_max_who_sync, don't ask /WHO
list to avoid getting kicked out of server (Max SendQ exceeded).

------------------------------------------------------------------------
r3228 | cras | 2004-03-03 16:57:53 +0000 (wo, 03 mrt 2004) | 4 lines
Changed paths:
   M /irssi/trunk/src/core/servers-reconnect.c

reverted the username/realname keeping with /reconnect. it was broken.
fixing it properly would need to keep track of if the username/realname
came from /ircnet -username or /server add -username or what..

------------------------------------------------------------------------
r3227 | cras | 2004-03-03 00:26:30 +0000 (wo, 03 mrt 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/dump.c

fix

------------------------------------------------------------------------
r3226 | cras | 2004-02-18 15:07:44 +0000 (wo, 18 feb 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/perl.txt
   M /irssi/trunk/docs/signals.txt
   M /irssi/trunk/src/core/chat-commands.c

Added "server sendmsg" signal to replace server->send_message().

------------------------------------------------------------------------
r3225 | cras | 2004-02-07 00:03:56 +0000 (za, 07 feb 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

remove stuff from isupport always before inserting.

------------------------------------------------------------------------
r3224 | cras | 2004-01-28 14:27:24 +0000 (wo, 28 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/network.c

EAI_NODATA is depricated and doesn't exist everywhere anymore

------------------------------------------------------------------------
r3223 | cras | 2004-01-27 21:39:27 +0000 (di, 27 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

fixes for isupport-draft-incompatible servers sending 005 events..

------------------------------------------------------------------------
r3222 | cras | 2004-01-25 19:42:04 +0000 (zo, 25 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

crashfix when setting mode to channel you haven't joined

------------------------------------------------------------------------
r3221 | cras | 2004-01-25 18:23:38 +0000 (zo, 25 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-servers.c

update

------------------------------------------------------------------------
r3220 | cras | 2004-01-25 18:23:12 +0000 (zo, 25 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/modes.c

isupport fixes

------------------------------------------------------------------------
r3219 | cras | 2004-01-25 18:18:18 +0000 (zo, 25 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-netjoin.c
   M /irssi/trunk/src/irc/core/irc-nicklist.c
   M /irssi/trunk/src/irc/core/irc-servers.c
   M /irssi/trunk/src/irc/core/modes.c
   M /irssi/trunk/src/irc/core/modes.h

isupport updates

------------------------------------------------------------------------
r3218 | cras | 2004-01-25 17:32:50 +0000 (zo, 25 jan 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c

/SET whois_hide_safe_channel_id - removes the ugly IDs for !channels in
/WHOIS (default)

------------------------------------------------------------------------
r3217 | cras | 2004-01-24 22:08:56 +0000 (za, 24 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

add space between merged lines

------------------------------------------------------------------------
r3216 | cras | 2004-01-24 22:05:51 +0000 (za, 24 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/formats.c

reversed utf8 change, it's glib2 specific and I don't yet want to drop support for 1.x

------------------------------------------------------------------------
r3215 | cras | 2004-01-24 21:59:10 +0000 (za, 24 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/dump.c

compiler warning fix

------------------------------------------------------------------------
r3214 | cras | 2004-01-22 14:06:35 +0000 (do, 22 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/core/irc-session.c

fix

------------------------------------------------------------------------
r3213 | cras | 2004-01-22 13:14:37 +0000 (do, 22 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/nick-rec.h
   M /irssi/trunk/src/irc/core/irc-session.c

other fixes

------------------------------------------------------------------------
r3212 | cras | 2004-01-20 22:21:02 +0000 (di, 20 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/fe-settings.c

Don't die with "/SET -default"

------------------------------------------------------------------------
r3211 | cras | 2004-01-20 10:57:57 +0000 (di, 20 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/channels.c
   M /irssi/trunk/src/core/chat-commands.c
   M /irssi/trunk/src/core/nick-rec.h
   M /irssi/trunk/src/core/nicklist.c
   M /irssi/trunk/src/core/server-rec.h
   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-messages.c
   M /irssi/trunk/src/fe-common/irc/fe-events-numeric.c
   M /irssi/trunk/src/fe-common/irc/fe-netjoin.c
   M /irssi/trunk/src/irc/core/irc-commands.c
   M /irssi/trunk/src/irc/core/irc-expandos.c
   M /irssi/trunk/src/irc/core/irc-nicklist.c
   M /irssi/trunk/src/irc/core/irc-nicklist.h
   M /irssi/trunk/src/irc/core/irc-queries.c
   M /irssi/trunk/src/irc/core/irc-queries.h
   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
   M /irssi/trunk/src/irc/core/irc.h
   M /irssi/trunk/src/irc/core/modes.c
   M /irssi/trunk/src/irc/core/modes.h
   M /irssi/trunk/src/irc/core/netsplit.c
   M /irssi/trunk/src/irc/core/netsplit.h
   M /irssi/trunk/src/irc/proxy/dump.c
   M /irssi/trunk/src/perl/common/Server.xs
   M /irssi/trunk/src/perl/irc/Irc.xs
   M /irssi/trunk/src/perl/irc/Modes.xs
   M /irssi/trunk/src/perl/irc/Server.xs
   M /irssi/trunk/src/perl/perl-common.c

isupport patch by David Leadbeater

------------------------------------------------------------------------
r3210 | cras | 2004-01-19 19:28:15 +0000 (ma, 19 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

fix

------------------------------------------------------------------------
r3209 | cras | 2004-01-19 19:13:15 +0000 (ma, 19 jan 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/formats.c

UTF-8 support to format_get_length() and format_real_length(). patch by
Jean-Yves Lefort

------------------------------------------------------------------------
r3208 | cras | 2004-01-19 19:09:56 +0000 (ma, 19 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/configure.in

glib fetching updates by Rafael Kitover

------------------------------------------------------------------------
r3207 | cras | 2004-01-19 19:00:25 +0000 (ma, 19 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

fix

------------------------------------------------------------------------
r3206 | cras | 2004-01-19 18:59:17 +0000 (ma, 19 jan 2004) | 4 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

Added /SET paste_join_multiline - it attempts to be smart and detect when
you're copy&pasting indented lines, and merge them together to one long
line, but splits them to max. 400 chars per line.

------------------------------------------------------------------------
r3205 | cras | 2004-01-19 17:59:42 +0000 (ma, 19 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-text/gui-readline.c

add pasted lines to command history

------------------------------------------------------------------------
r3204 | cras | 2004-01-19 17:52:08 +0000 (ma, 19 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/server-connect-rec.h
   M /irssi/trunk/src/core/servers-reconnect.c
   M /irssi/trunk/src/fe-common/core/fe-server.c
   M /irssi/trunk/src/fe-common/core/module-formats.c
   M /irssi/trunk/src/fe-common/core/module-formats.h

Say when we're reconnecting, and mention it can be aborted with /RMRECONNS

------------------------------------------------------------------------
r3203 | cras | 2004-01-19 17:40:58 +0000 (ma, 19 jan 2004) | 4 lines
Changed paths:
   M /irssi/trunk/src/core/servers-reconnect.c

Don't try to keep user_name/real_name with /reconnect. They couldn't have
been overridden with /server command anyway, so we most likely never want to
keep it.

------------------------------------------------------------------------
r3202 | cras | 2004-01-19 17:13:40 +0000 (ma, 19 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/dcc/dcc-autoget.c

/set -default dcc_autoget_max_size crashed

------------------------------------------------------------------------
r3201 | cras | 2004-01-11 07:58:08 +0000 (zo, 11 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/docs/startup-HOWTO.html

Use HTTP/1.0 for HTTP proxy example (by dgl)

------------------------------------------------------------------------
r3200 | cras | 2004-01-10 16:33:48 +0000 (za, 10 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/fe-common/core/chat-completion.c

fix

------------------------------------------------------------------------
r3199 | cras | 2004-01-10 16:30:31 +0000 (za, 10 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/chat-commands.c

/msg , fix again by c0ffee

------------------------------------------------------------------------
r3198 | cras | 2004-01-09 05:50:23 +0000 (vr, 09 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/irc/proxy/listen.c

bugfix

------------------------------------------------------------------------
r3197 | cras | 2004-01-07 07:54:38 +0000 (wo, 07 jan 2004) | 3 lines
Changed paths:
   M /irssi/trunk/src/core/servers.c

If we can't connect to server using given IP, show the IP to user in the
error message.

------------------------------------------------------------------------
r3196 | cras | 2004-01-07 04:26:16 +0000 (wo, 07 jan 2004) | 2 lines
Changed paths:
   M /irssi/trunk/src/core/chat-commands.c

/msg , crashfix by c0ffee

------------------------------------------------------------------------
r3195 | cras | 2003-12-10 23:16:38 +0000 (wo, 10 dec 2003) | 2 lines
Changed paths:
   M /irssi/trunk/NEWS
   M /irssi/trunk/configure.in

0.8.9 release
------------------------------------------------------------------------
