summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2017-03-17[hitcount] unloadbw1
2017-03-17[hitcount] refresh_tagbw1
2017-03-17[hitcount] re arrange the scriptbw1
2017-03-17[hddtemp] a small correctionbw1
2017-03-16Merge pull request #369 from bw1/quizgrailin-nemui
[quizgr] a small correction
2017-03-16[quizgr] a small correctionbw1
2017-03-15[randaway] a small correctionbw1
2017-03-12[page-c0ffee] a small correctionbw1
2017-03-11Update script to new version.wilk
- 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
2017-03-07Merge pull request #362 from bw1/colorkickailin-nemui
[colorkick] declare $VERSION %IRSSI
2017-03-07[colorkick] fix bug == with eqbw1
2017-03-07Merge pull request #361 from bw1/pagerailin-nemui
[pager] declaration $VERSION %IRSSI
2017-03-07[colorkick] declare $VERSION %IRSSIbw1
2017-03-06Merge pull request #360 from bw1/translitailin-nemui
translit
2017-03-06[pager] declaration $VERSION %IRSSIbw1
2017-03-05translitbw1
add $VERSION
2017-03-05dccselfbw1
add $VERSION
2017-02-23Merge pull request #355 from madduck/ctrlact-fix_cmd_query_netmatchailin-nemui
[ctrlact] Fix network matching for query subcommand
2017-02-24Loosen version check on data file readmartin f. krafft
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>
2017-02-24Fix network matching for query subcommandmartin f. krafft
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>
2017-02-19Forgot the version bumpThomas Stagner
2017-02-19Implement second-level tab completion for /perlalias and /perlunaliasThomas Stagner
2017-02-17Merge pull request #350 from madduck/ctrlactailin-nemui
ctrlact — Irssi script for fine-grained control of activity indication
2017-02-15Switch to 3-arg open callsmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Properly handle mappings file creationmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Use croak instead of diemartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Simplify debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Unify print outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Print linenumbers in /ctrlact list outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Lower message level of debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Add ability to match on server tagmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Single-line debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-14React to setup reread signalmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-13Merge pull request #348 from dequis/hilightwin_ignore_targetsailin-nemui
hilightwin.pl: Add hilightwin_ignore_targets setting
2017-02-13chanact: update to v0.6.0Stefan Völkel
2017-02-13hilightwin.pl: Add hilightwin_ignore_targets settingdequis
Setting parser inspired by irssi's own strarray_find_dest()
2017-02-13Make inhibiting the beep configurablemartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-13Initial checkin of ctrlact scriptmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-08Merge pull request #337 from madduck/go_case-insensitiveailin-nemui
[go.pl] Make matching behaviour configurable
2017-02-08Make anchored string matching configurablemartin f. krafft
Introduces two new settings `go_match_anchored` and `go_complete_anchored` that control whether the search string (the argument to `/go`) matches only at the start of window/item names (the default), or anywhere in the names. Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-04Add discard subcommand to drop messagesmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-03Make case-sensitivity of match configurablemartin f. krafft
Introduces two new settings: - 'go_match_case_sensitive' which, if OFF, causes channel/window names to be matched case-insensitively. /go foo → #Foobar - 'go_complete_case_sensitive' which, if ON, causes channel/window names to be matched case-sensitively during tab-completion: /go foo<tab> → will not yield #Foobar Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-03Initial checkin of print_signals scriptmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-01-23desktop-notify.pl: bump to 1.0.1xhe
as title
2017-01-23desktop-notify.pl: process non-ascii msgsxhe
irssi-1.0.0 bug found by jimgrape, patched by xhebox. https://github.com/irssi/scripts.irssi.org/issues/334
2017-01-21Make active server and window item visible to scriptletsThomas Stagner
2017-01-20Add perlalias.pl : Provides for quick perl-based commandsThomas Stagner
2017-01-20Invitejoin refactoring of the load and save functionallity as of the ↵dedeibel
nickserv script. Added nicklist empty notice. Validated nick name against being empty.
2017-01-20Nickserv script refactoring, modernized file handling and reused common code ↵dedeibel
parts. Refactoring save file location building to single position. Removing postcmds after deletion of net or nick.
2017-01-20Modernized file opening section. Corrected empty allowed list handling.dedeibel