irssi/src
dequis 3429c1a0a0 Set the default STATUSMSG to @ instead of @+ if it's missing
This fixes two issues:

- IRCNet doesn't have STATUSMSG, but it supports +channels, and
  including + in the default value meant processing those incorrectly

- The "bahamut hack", for old servers that support but don't advertise
  STATUSMSG, didn't work since ischannel_func doesn't use the default.

The choice of @ intentionally leaves out support for other STATUSMSG
(for example, AzzurraNet's bahamut 1.4 fork seemed to support + and % in
any order, contradicting the comment in the code).

I think this is a decent tradeoff, given how those servers are uncommon
and relying on +# or %# is even less common than @#.

Fixes #531
2016-08-24 19:56:23 -03:00
..
core Merge pull request #422 from LemonBoy/misc-cleanup 2016-06-14 12:35:30 +02:00
fe-common Set the default STATUSMSG to @ instead of @+ if it's missing 2016-08-24 19:56:23 -03:00
fe-none s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
fe-text Fix an OOB access in the cutbuffer implementation. 2016-08-24 22:29:52 +02:00
irc Set the default STATUSMSG to @ instead of @+ if it's missing 2016-08-24 19:56:23 -03:00
lib-config Change g_hash_table_contains() for compatibility with glib < 2.32 2015-04-20 08:01:01 +02:00
perl fix use after free in expando error 2016-08-12 18:24:58 +02:00
common.h Bump the ABI 2016-06-05 22:47:29 +02:00
Makefile.am Remove popt and use glib GOption commandline option parser 2008-02-03 16:48:02 +00:00