| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Each optional portion requires the optional portions before it,
including a full hostmask.
|
| |
|
|
|
|
| |
Point to EXAMPLES and /help from the top of the manual.
|
|
|
|
|
|
| |
While the automatic search via LESS is neat, I don't think it's very
useful. Just always open the manual to the COMMANDS section, and fix it
to append to LESS rather than replace it.
|
|
|
|
|
|
| |
It's pretty awkward with large channels since NAMES isn't sorted by
prefixes or anything... But having it accumulate names across many
replies would require more reworking.
|
| |
|
| |
|
|
|
|
| |
This has always been how it works, but it was previously undocumented.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Mirrored by S-Home and S-End but I guess I'm not documenting those...
|
|
|
|
|
|
|
| |
This reverts commit 3a156540b8d134b05d7c318ac047a0c690cdc950.
Decided I don't like having two keys do the same thing (other than
"special" keys).
|
| |
|
| |
|
|
|
|
| |
I don't care that this looks nuts.
|
| |
|
| |
|