| Age | Commit message (Collapse) | Author |
|
Add credstore.pl (#51)
|
|
spellcheck.pl - Fix for urls
|
|
Update xdccget.pl with some queue management and search capabilities. (pausing, retries, max parallel downloads).
Rework of help output.
|
|
This script is based on email_privmsgs.pl v0.5 from Adam James:
https://github.com/irssi/scripts.irssi.org/blob/ac4229402acecd02aad24e874316b9d2c6d1a9d2/scripts/email_privmsgs.pl
email_msgs.pl provides advanced features and customization options
in comparison to email_privmsgs.pl:
* support for public messages as well (with/without mentions);
* support for own messages as well;
* configuration options to select what messages should be emailed:
- public received;
- private received;
- private sent;
- public sent;
- public mentions received.
* configuration option to choose whether the user must be away or not;
* configuration option to select message check/email interval;
* configuration option for the destination email address;
* configuration option to activate detailed info:
- currently only to email the user's hostname (for spam tracking e.g.).
* fixed code warning related to hashes in original source.
|
|
|
|
|
|
|
|
|
|
I've had a rename since back when this script was written. Also, the old email address is soon deprecated.
|
|
Update for compatibility with current Crypt::CBC
|
|
|
|
Produces a user count at the end of the output of /WHO.
|
|
|
|
This is a regression introduced in
c5ad61b4b0166f7cb769f23dfece2a5d4e62bd6e where one `defined' statement
got removed in error while cleaning up warnings. Fixes #134
|
|
|
|
|
|
|
|
|
|
Follow-up to #129 to fix all $/ inside the scripts archive. Also fix
dejunk to not break scripts using the assumed default. Note, other
scripts like cmpchans might still break your scripts due to the global
nature of the Perl.
|
|
I think another script of mine was breaking it, so people.pl couldn't
load its own config file as it thought the whole thing was one massive
line.
|
|
|
|
gh-pages
Conflicts:
_data/scripts.yaml
|
|
|
|
|
|
Normalise version info from rcsid
|
|
Escape any %-code so that it doesn't turn into colours.
|
|
Add new script send_scroll.pl
|
|
Use the Encode module in rainbow.pl
|
|
The send_scroll script scrolls the window to the end before permitting
to send new messages. Useful in case you like to forget this.
|
|
|
|
|
|
Before, I was getting:
```
12:55:46 -!- Irssi: Error in script rainbow:
12:55:46 Undefined subroutine &Encode::_utf8_on called at /home/m/.irssi/scripts/autorun/rainbow.pl line 50.
```
|
|
A few small commits to fix the script headers which are used to
auto-generate scripts.yaml;
* replace licence with license,
* fix compilation errors due to missing comma,
* fix hiding of information by using `my' instead of `our' / `use
vars`,
* wrong assignment of hash reference to hash
|
|
|
|
|
|
(and it blocks which is just silly.)
|
|
Add greetignore.pl
|
|
Add bitrate and volume format directives
|
|
|
|
Thanks Nei for spotting.
|
|
git://github.com/obfuscoder/scripts.irssi.org into obfuscoder-perlcritic-e-l
Conflicts:
scripts/eng_no_translate_dpryo.pl
|
|
Fix perlcritic issues for all scripts starting with s to z
|
|
Fix perlcritic issues for all scripts starting with a
|
|
Conflicts:
_data/scripts.yaml
|
|
As users can now generate keys without an external tool, add a command
to dump its public key. (Also useful for verifying that keys generated
*with* external tools are supported – in particular, Crypt::PK::ECC
currently does not support named parameters.)
Misc changes:
- mech ECDSA-NIST256P-CHALLENGE: rename $k to $f
- /sasl keygen: adjust error messages
|
|
A script for converting Slack emoji to smileys.
|
|
|
|
(Covers pull requests #2 and #3.)
|
|
|
|
Update go.pl
|