| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Silencing all windows with `M-+' (across multiple catgirl instances)
can be cumbersome, so provide an option to hide events, JOIN/PART noise,
etc. by default (each window's threshold will persist across load/save
cycles, i.e. when using the `-s/save' option).
Started out as `-v | visibility = threshold' to set a specific level,
the idea of a simpler toggle comes from june, who also squashed other
bugs (as usual).
|
|
|
|
| |
Follow a79a3fc "Use NS and CS server aliases".
|
| |
|
|
|
|
| |
Mostly related to the utilities options.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This could just iterate over idNames instead, but using complete
means more recently used windows will match first.
|
|
|
|
|
|
|
|
|
| |
`-T[format]' is not possible with getopt(3) but getopt_long(3) supports
"T::" exactly for that, so make the command line option go in line with
configuration files and documentation.
While here, check `has_arg' explicitly as getopt_long(3) only documents
mnemonic values not numerical ones.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"username" alone is ambiguous and without jumping to ENVIRONMENT
explaining the use of USER, catgirl's user- and nickname options read
like pointing at each other:
-n nick | nick = nick
Set nickname to nick. The default nickname is the user's name.
[...]
-u user | user = user
Set username to user. The default username is the same as the
nickname.
Clarify that `-n' does *not* default to `-u's value.
|
|
|
|
| |
Reuse the /window command to preserve /wi abbreviation.
|
| |
|
|
|
|
|
|
| |
Without, the mandoc HTML output includes the space and equals in
the class="Cm" element and generates a permalink of #hash_= for
example.
|
|
|
|
|
| |
E.g. ":t debug" will now jump right to the definition just like ":t v"
already did -- at least with mandoc(1) from OpenBSD.
|
| |
|
|
|
|
| |
So that the first part of $SSH_CLIENT can be passed as username.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Using the +draft/reply client tag, which is supported by BitBot.
This hides the bot's replies to ignored users or ignored bot command
messages.
This commit is dedicated to the land of Estonia.
|
|
|
|
|
| |
So you don't have to remember those dang numbers whose order makes
no sense!
|
|
|
|
|
|
|
|
|
| |
Those patterns are not specific to the shell, many commands support them.
Notes:
glob(7) does not exist on FreeBSD, but I'm going to consider that
a documentation bug on FreeBSD's part. The page exists in OpenBSD,
NetBSD and even Linux!
|
|
|
|
|
| |
And I think with C-Left and C-Right I can actually say "as expected"
now.
|
|
|
|
|
| |
Trust is not certificate pinning and should only be used for
self-signed certificates.
|
| |
|
|
|
|
|
|
| |
OpenBSD's xterm doesn't have bracketed paste mode, and it would be
nice to still be able to paste in several lines and collapse them
with M-q, provided one remembers to type C-z p first...
|
|
|
|
|
|
|
|
|
| |
A little annoying to make it a "chord" like this, but C-v is already
used for scrolling, following Emacs-style key bindings (in order
to have a way to scroll without using "special" keys like the arrows
and page up/down), and C-z is at least already in the business of
inserting control characters. This makes it possible to manually
enter some things that are otherwise only possible with /exec printf.
|
|
|
|
| |
This respects the user's locale settings.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
catgirl shouldn't try to execute a command if it is misconfigured
with both restrict and notify.
|
|
|
|
| |
The manual is the wrong place to document platform support.
|
|
|
|
|
|
|
|
|
|
|
| |
Restrict mode will focus on sandboxing, while kiosk will continue
to restrict IRC access through a public kiosk. Kiosk mode without
restrict mode allows execution of man 1 catgirl with /help, assuming
external sandboxing.
The /list and /part commands are also added to the list of disabled
commands in kiosk mode, since they are pointless without access to
/join.
|
| |
|
| |
|
|
|
|
| |
These can now be hidden with M-+.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Can't keep the 4-letter pattern forever :(
|
| |
|
|
|
|
|
|
|
| |
This allows limiting the nick colors used to the 16-color terminal set
without modifying the TERM environment variable. Produces different
results from just using the default configuration in a 16-color
terminal, but what can you do?
|
| |
|
| |
|
|
|
|
|
|
| |
I'm not sure about that replies check in handleStandardReply. If more of
those are added the reply counter system will definitely need
refactoring.
|