Emanuele Giaquinta
9af4399089
Replace 0 with NULL.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4591 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-08-04 12:49:57 +00:00
Wouter Coekaerts
dfb892559c
Add Perl bindings for some gui_entry methods.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4590 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-08-04 08:35:59 +00:00
Jilles Tjoelker
5a639efef3
- 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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4589 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-08-03 17:24:25 +00:00
Jilles Tjoelker
21dee70141
Add Command/Server redirections section, mostly a
...
reference to perl.txt's description.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4587 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 14:41:35 +00:00
Emanuele Giaquinta
3823400390
Sort the layout to save by refnum.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4586 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 14:27:18 +00:00
Emanuele Giaquinta
022b6f183a
Fix typo.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4585 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 14:15:12 +00:00
Emanuele Giaquinta
927f7bc53e
Remove backward compatibility for very old options.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4584 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 14:06:38 +00:00
Emanuele Giaquinta
e55d0a862c
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)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4583 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 13:53:22 +00:00
Emanuele Giaquinta
4e5fa17f50
s/HELP LEVELS/LEVELS/
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4582 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 13:34:32 +00:00
Jilles Tjoelker
bfe1a42abf
Correct description of masked channels (#channel:mask, IRCnet only).
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4581 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 13:32:24 +00:00
Jilles Tjoelker
b14ec609b7
- 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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4580 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-26 13:24:11 +00:00
Geert Hauwaerts
90deec2009
[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 :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4579 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-12 15:04:18 +00:00
Jilles Tjoelker
69bda66acd
Update NEWS file, always mentioning the bug number if any.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4578 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-11 21:00:37 +00:00
Jilles Tjoelker
380d0d3d38
SSL: Fix assertion failures when net_connect_ip() detects
...
an error, e.g. bad bind address, localhost connection
refused.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4577 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-08 19:00:42 +00:00
Jilles Tjoelker
55c2d17c2b
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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4576 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-08 18:39:32 +00:00
Jilles Tjoelker
3b72b51257
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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4575 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-08 16:44:35 +00:00
Jilles Tjoelker
131d92c4d3
Fix 477 numeric broken by r4572
...
(should be displayed in status if it's a join failure,
channel window otherwise)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4574 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-07 10:49:19 +00:00
Jilles Tjoelker
3f84c9d19d
/lastlog -file: use stdio instead of two write(2) calls per line
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4573 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-06 21:54:32 +00:00
Jilles Tjoelker
8312144547
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).
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4572 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-07-06 21:43:23 +00:00
Jilles Tjoelker
0b8bee080a
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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4571 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-29 18:45:14 +00:00
Emanuele Giaquinta
566f6d24be
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'.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4570 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-28 22:50:58 +00:00
Emanuele Giaquinta
bc45b39030
Do not compile the regexp if the input string is empty.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4569 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-28 18:29:03 +00:00
Jilles Tjoelker
0f33f40e7f
NEWS: describe my changes (not others') since 0.8.11.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4568 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-20 21:35:23 +00:00
Emanuele Giaquinta
92035b9fb6
Do not invoke pkg-config to check that openssl is present,
...
PKG_CHECK_MODULES does it for us.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4567 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 22:54:00 +00:00
Emanuele Giaquinta
5a433f4359
More accurate reporting of enabled/disabled features.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4566 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 22:13:24 +00:00
Emanuele Giaquinta
9e57a69b4c
mv glib-2.0.m4{_,}
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4565 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 21:55:10 +00:00
Emanuele Giaquinta
22fec48fee
Update to latest revision.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4564 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 21:44:42 +00:00
Emanuele Giaquinta
40bcac38c1
Do not print the no arguments warning message if NOCONFIGURE is set,
...
reported by znx.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4563 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 21:29:34 +00:00
Emanuele Giaquinta
b2a4abf01f
Remove leftover.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4562 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 18:36:33 +00:00
Emanuele Giaquinta
ad342fb765
Reindent.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4561 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 18:36:02 +00:00
Emanuele Giaquinta
b67f641ac1
Remove cuix from trunk.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4560 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 14:40:13 +00:00
Jilles Tjoelker
98e3a37d7b
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
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4559 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-17 13:22:36 +00:00
Emanuele Giaquinta
95a1e5dce3
Document -window option of join command.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4557 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-16 15:11:42 +00:00
Emanuele Giaquinta
d434820cd7
Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in
...
r2389.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4556 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-16 15:02:17 +00:00
Emanuele Giaquinta
f0cf56bda4
Revert r4549.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4555 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-16 14:58:13 +00:00
Emanuele Giaquinta
3845518b3a
Fix comment.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4554 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-16 14:50:05 +00:00
Jochen Eisinger
d700521273
fix off by one error when extracting e.g. fe from fe_silc
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4553 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-14 19:12:10 +00:00
Jilles Tjoelker
cafa6aa0f4
Change 'looser' to 'loser' in help file.
...
Bug #512
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4552 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-13 16:16:44 +00:00
Timo Sirainen
8e178969ac
Removed special error==1 handling from net_gethosterror(). It wasn't used
...
anymore, and even when it originally was used it was wrong.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4551 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-10 19:37:06 +00:00
Emanuele Giaquinta
3a1ef5d9eb
Make /window goto start searching at the window after the active one and stop
...
at the one before, bug #332 .
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4550 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-10 18:00:26 +00:00
Emanuele Giaquinta
d51a03ed01
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 .
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4549 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-10 17:15:14 +00:00
Emanuele Giaquinta
db0eac61e4
When parsing a '@' option verify that the whole argument, rather than only the
...
first character, is numeric.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4548 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-10 17:07:31 +00:00
Jilles Tjoelker
a588d67bc2
AUTHORS: move myself from contributors to staff
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4547 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-09 20:22:28 +00:00
Jilles Tjoelker
9d6335735b
Add support for the ACCEPT command, which is part of the
...
CALLERID server side ignore system in hybrid7 and derived
ircds.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4546 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-08 18:49:24 +00:00
Jilles Tjoelker
10ae40c368
Various updates/enhancements/fixes to the help files.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4545 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-08 15:59:02 +00:00
Jilles Tjoelker
ff63982d4f
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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4544 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-06 17:57:28 +00:00
Emanuele Giaquinta
0bfffb33ce
Enhance /set completer to complete option names also when a command option
...
is present and to complete option values.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4543 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-06 17:49:10 +00:00
Emanuele Giaquinta
64e6e92f20
Add g_strdup forgotten in r4471.
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4542 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-06 16:55:48 +00:00
Jilles Tjoelker
78e24b0378
Put "account" before services login name (330 numeric, whois_extra).
...
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4541 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-05 20:24:33 +00:00
Emanuele Giaquinta
51ab0c1350
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.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4540 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-05 12:03:18 +00:00