| Age | Commit message (Collapse) | Author |
|
|
|
Add pushsafer.com notification service
|
|
|
|
|
|

# irssi-pushsafer
Plugin for irssi (a console based IRC client) to send push-notifications using https://www.pushsafer.com.
This allows you to be notified when someone messages/mentions you on IRC,
when you're not online.
# Installation
1. Add a new application to your pushsafer control panel, note the API key.
2. cp pushsafer.pl to ~/.irssi/scripts/ and symlink into scripts/autorun if you desire.
3. touch ~/.irssi/pushsafer_ignores
4. Within irssi:
1. /load autorun/pushsafer.pl
2. /set pushsafer_key "your pushsafer private or alias key"
3. optional set the following params https://www.pushsafer.com/en/pushapi
4. /set pushsafer_device "device or device group id"
5. /set pushsafer_sound "sound number"
6. /set pushsafer_icon "icon number>
7. /set pushsafer_vibration "vibration 0-3>
8. /set pushsafer_url "optional url"
9. /set pushsafer_u
|
|
|
|
Add script to send highlighted messages via Signal
|
|
|
|
[nicklist][crit] rewrite open
|
|
|
|
|
|
[connectcmd] a small correction
|
|
[scroller] a small correction
|
|
|
|
|
|
[mangle] a small correction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[quizgr] a small correction
|
|
|
|
|
|
|
|
- added optional automatic hints
- made /quiz or /help quiz commands to show only options for selected quiz type (the list was too wide to comprehend)
- !podp no longer shows already revealed hint/answer
- script informs player about achieving point limit in 50%+1 mode
- team order is sorted by join time (Familiada)
- option to reset/keep team players in their teams (aside of individual points) (Familiada)
- some minor fixes
|
|
[colorkick] declare $VERSION %IRSSI
|
|
|
|
[pager] declaration $VERSION %IRSSI
|
|
|
|
translit
|
|
|
|
add $VERSION
|
|
add $VERSION
|
|
[ctrlact] Fix network matching for query subcommand
|
|
The versioning of the data file allows for making changes to the format,
but if the script version increases without the data file-format being
changed, things are expected to work as before, and thus there ought not
be an error spouted.
Let's only use the versioning to patch up handling for formats of the
past.
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
In the absence of a network tag passed to the `query` subcommand, no
rules but the default would match and so the returned match(es) would
potentially not actually be the ones used in context of ctrlact's normal
operation.
This commit fixes #354 by special-casing the threshold match when the
data to be looked up doesn't actually specify a network tag. In this
case, the output for net will be '(ignored)'.
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
|
|
|
|
ctrlact — Irssi script for fine-grained control of activity indication
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|