1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
Commit Graph

149 Commits

Author SHA1 Message Date
richlv
940566b111 Update connect.in
add trailing dot for consistency; mention that existing connections are kept
2014-07-05 20:47:06 +03:00
Alexander Færøy
ed51629514 Merge pull request #80 from dgl/noact
Change NO_ACT so it can be combined with other levels
2014-07-04 23:48:41 +02:00
Geert Hauwaerts
4c8fe0963c Syntax documentation rewrite for F-commands
Rewrote the syntax documentation for all commands starting with the
letter F.
2014-07-04 20:38:37 +02:00
Geert Hauwaerts
f295a02cda Syntax documentation rewrite for E-commands
Rewrote the syntax documentation for commands starting with the letter
E.
2014-07-03 21:42:37 +02:00
Geert Hauwaerts
037fae0ed5 Syntax format changes for A-C commands
Updated the file format template for commands A through C.
2014-07-03 21:41:10 +02:00
Geert Hauwaerts
878411edc4 Syntax documentation rewrite for D-commands
Rewrote the syntax documentation for all commands starting with the
letter D.
2014-07-03 21:37:41 +02:00
Geert Hauwaerts
3f79c8553c Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the
letter C.
2014-07-03 17:41:15 +02:00
Geert Hauwaerts
0a22174264 Syntax documentation rewrite for B-commands
Rewrote the syntax documentation for all the commands starting with B.
2014-07-02 22:35:17 +02:00
Geert Hauwaerts
b2f265f44e Rewrote the syntax documentation for all the commands starting with A. 2014-07-02 22:25:33 +02:00
Geert Hauwaerts
ba4f6c4056 Aligned the /NETWORK documentation with docs/manual.txt 2014-06-30 22:27:22 +02:00
David Leadbeater
819f9d16c9 Change NO_ACT so it can be used in addition to other ignores
This results in a more flexible system and is less surprising as it means levels
can be used in the way they normally can in an ignore.

As an example the current approach to NO_ACT provides no way to let HILIGHTS
be shown, with this change /set activity_hide_targets can be recreated with:
  /ignore #channel NO_ACT
  /ignore #channel -except -regexp -pattern . NO_ACT HILIGHTS
(but obviously this can be configured in many more ways if desired).
2014-06-30 00:31:53 +01:00
David Leadbeater
0e17da4a1c Document that /UPGRADE doesn't work with SSL 2014-06-16 00:11:59 +01:00
Alexander Færøy
68f8229373 Add -ssl_pass to /connect and /server
Fixes: Bug #305

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5231 dbcabf3a-b0e7-0310-adc4-f8d773084564
2014-01-11 19:53:17 +00:00
Jase Thew
d74c9788b7 Update help for /log - change default for log_create_mode to 0600
(Bug #830).


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5211 dbcabf3a-b0e7-0310-adc4-f8d773084564
2012-01-10 21:36:07 +00:00
Alexander Færøy
796134ffbd Add -noautosendcmd to /SERVER and /CONNECT.
Passing this option will force Irssi to not execute the content of the
autosendcmd chatnet-setting upon connect.

Fixes: #738


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5209 dbcabf3a-b0e7-0310-adc4-f8d773084564
2011-11-21 21:27:58 +00:00
Jase Thew
b77539816c Document available options for /JOIN command.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5207 dbcabf3a-b0e7-0310-adc4-f8d773084564
2011-07-31 16:25:33 +00:00
Jase Thew
04911955fe Clarify delimiter needed for -channels option of /HILIGHT and /IGNORE commands.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5206 dbcabf3a-b0e7-0310-adc4-f8d773084564
2011-07-30 23:24:06 +00:00
Jase Thew
f3419c3936 Add a reference to /help levels for IGNORE help entry.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5204 dbcabf3a-b0e7-0310-adc4-f8d773084564
2011-05-04 20:10:48 +00:00
Jase Thew
be5b3cf8b8 Correct typo (it's -> its) - spotted by coekie.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5172 dbcabf3a-b0e7-0310-adc4-f8d773084564
2010-05-19 19:44:39 +00:00
Alexander Færøy
e37be456cd Allow servers with the same server and port to be part of multiple networks. This should make life much easier for znc users. Thanks to Tykling, Bazerka and znx.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5125 dbcabf3a-b0e7-0310-adc4-f8d773084564
2010-03-21 20:06:10 +00:00
Alexander Færøy
2cc1db2e71 Add NAMES to the WHO help entry. Patch by Thomas Karpiniec. Fixes ticket:728
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5111 dbcabf3a-b0e7-0310-adc4-f8d773084564
2010-02-09 20:15:08 +00:00
Alexander Færøy
5c6ebb9f93 Documentation cleanup. Thanks to Remco Lanting.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5098 dbcabf3a-b0e7-0310-adc4-f8d773084564
2009-09-05 13:18:10 +00:00
Jilles Tjoelker
eedd174bac Helpfile improvements from "rudi_s".
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5097 dbcabf3a-b0e7-0310-adc4-f8d773084564
2009-09-02 21:46:57 +00:00
Emanuele Giaquinta
57282ee557 Doc fix.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4988 dbcabf3a-b0e7-0310-adc4-f8d773084564
2009-01-15 11:14:51 +00:00
Geert Hauwaerts
51d9d6947d Typo fix by Richard Hartmann (RichiH)
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4918 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-11-22 12:43:39 +00:00
Jilles Tjoelker
289b1ab81c Remove reference to wallchops.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4903 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-11-12 21:47:21 +00:00
Jilles Tjoelker
c5109787eb Remove /wallchops, do not suggest other commands in /help wall.
The only major ircd supporting /wallchops also supports
/notice @#channel.

The /wall command has used /notice @#channel (if it is
supported which is pretty much everywhere) for a while
and so it can be used without problems on large channels.


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4902 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-11-12 21:00:05 +00:00
Emanuele Giaquinta
86a5e8085a Remove scrollback_levelclear_levels setting and add a 'level' option to
'sb levelclear' to specify a comma separated list of levels.


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4876 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-10-21 11:09:51 +00:00
Emanuele Giaquinta
7e3bf21139 Remove duplicated help file.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4870 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-08-22 11:47:21 +00:00
Emanuele Giaquinta
13849ba4f2 Fix typos.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4865 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-08-01 12:27:37 +00:00
Emanuele Giaquinta
547e3defc2 Add 'list' option to bind command to list all the available commands and remove
hardcoded list in bind help.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4835 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-05-19 11:25:14 +00:00
Emanuele Giaquinta
87e1889e83 Update option names after r3080.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4833 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-05-18 14:47:01 +00:00
Emanuele Giaquinta
9b730ecab6 Remove duplicated help file.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4832 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-05-18 14:31:03 +00:00
Emanuele Giaquinta
ad5059da77 Clarify the meaning of 'port' option for 'server add', patch by Dyana Wu.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4831 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-05-18 14:03:35 +00:00
Emanuele Giaquinta
b52a60e9e0 Remove references to LEAVE alias.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4688 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-01-25 12:06:42 +00:00
Emanuele Giaquinta
3c7c3941d7 Remove .cvsignore files.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4672 dbcabf3a-b0e7-0310-adc4-f8d773084564
2008-01-21 11:49:10 +00:00
Jilles Tjoelker
18f2a0fc67 Do not allow /ping by itself to ctcp ping a channel.
This is like the new /ver behaviour.
Bug #542, patch by Geert with tweaks by exg


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4640 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-11-17 16:35:47 +00:00
Jilles Tjoelker
78dad04c7b Remove /notify -idle, it can only work with not-nice automated remote whois.
(causes infrequent "server load too heavy" etc)
If people really want this, they should write a script.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4632 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-10-31 22:58:44 +00:00
Geert Hauwaerts
5d7a264587 More URL fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4613 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-10-11 16:08:19 +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
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
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
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
Emanuele Giaquinta
8efa5e6ce7 Document time format for /scrollback goto.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4451 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-04-14 20:45:04 +00:00
Emanuele Giaquinta
da4303be07 Document /window item move.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4427 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-02-24 16:33:59 +00:00
Emanuele Giaquinta
d446ee2f6f Add crapbuster-like "scrollback levelclear" command.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4420 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-02-18 14:59:54 +00:00
Valentin Batz
00fdaf4d72 documentation: added the explanation of the -noproxy option of in the server command
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4394 dbcabf3a-b0e7-0310-adc4-f8d773084564
2006-10-30 20:23:39 +00:00
Emanuele Giaquinta
7c046a264c Remove duplicate entry.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4386 dbcabf3a-b0e7-0310-adc4-f8d773084564
2006-10-18 11:53:42 +00:00