| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-21 | Merge pull request #381 from jwm/master | ailin-nemui | |
| Add script to send highlighted messages via Signal | |||
| 2017-03-21 | add script to send highlighted messages via Signal | John Morrissey | |
| 2017-03-20 | Merge pull request #379 from bw1/nicklist | ailin-nemui | |
| [nicklist][crit] rewrite open | |||
| 2017-03-20 | [query][crit] rewrite open | bw1 | |
| 2017-03-20 | [nicklist][crit] rewrite open | bw1 | |
| 2017-03-20 | Merge pull request #373 from bw1/connectcmd | ailin-nemui | |
| [connectcmd] a small correction | |||
| 2017-03-20 | Merge pull request #371 from bw1/scroller.pl | ailin-nemui | |
| [scroller] a small correction | |||
| 2017-03-20 | [ogg123][CRIT] rewrite open | bw1 | |
| 2017-03-20 | [connectcmd] a small correction | bw1 | |
| 2017-03-20 | Merge pull request #372 from bw1/mangle | ailin-nemui | |
| [mangle] a small correction | |||
| 2017-03-19 | [dau][CRIT] rewrite open | bw1 | |
| 2017-03-18 | [topicsed] a small correction | bw1 | |
| 2017-03-17 | [mangle] [CRIT] correct open | bw1 | |
| 2017-03-17 | [mangle] a small correction | bw1 | |
| 2017-03-17 | [scroller] a small correction | bw1 | |
| 2017-03-17 | [hitcount] format change | bw1 | |
| 2017-03-17 | [hitcount] unload | bw1 | |
| 2017-03-17 | [hitcount] refresh_tag | bw1 | |
| 2017-03-17 | [hitcount] re arrange the script | bw1 | |
| 2017-03-17 | [hddtemp] a small correction | bw1 | |
| 2017-03-16 | Merge pull request #369 from bw1/quizgr | ailin-nemui | |
| [quizgr] a small correction | |||
| 2017-03-16 | [quizgr] a small correction | bw1 | |
| 2017-03-15 | [randaway] a small correction | bw1 | |
| 2017-03-12 | [page-c0ffee] a small correction | bw1 | |
| 2017-03-11 | Update 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-07 | Merge pull request #362 from bw1/colorkick | ailin-nemui | |
| [colorkick] declare $VERSION %IRSSI | |||
| 2017-03-07 | [colorkick] fix bug == with eq | bw1 | |
| 2017-03-07 | Merge pull request #361 from bw1/pager | ailin-nemui | |
| [pager] declaration $VERSION %IRSSI | |||
| 2017-03-07 | [colorkick] declare $VERSION %IRSSI | bw1 | |
| 2017-03-06 | Merge pull request #360 from bw1/translit | ailin-nemui | |
| translit | |||
| 2017-03-06 | [pager] declaration $VERSION %IRSSI | bw1 | |
| 2017-03-05 | translit | bw1 | |
| add $VERSION | |||
| 2017-03-05 | dccself | bw1 | |
| add $VERSION | |||
| 2017-02-23 | Merge pull request #355 from madduck/ctrlact-fix_cmd_query_netmatch | ailin-nemui | |
| [ctrlact] Fix network matching for query subcommand | |||
| 2017-02-24 | Loosen version check on data file read | martin 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-24 | Fix network matching for query subcommand | martin 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-19 | Forgot the version bump | Thomas Stagner | |
| 2017-02-19 | Implement second-level tab completion for /perlalias and /perlunalias | Thomas Stagner | |
| 2017-02-17 | Merge pull request #350 from madduck/ctrlact | ailin-nemui | |
| ctrlact — Irssi script for fine-grained control of activity indication | |||
| 2017-02-15 | Switch to 3-arg open calls | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Properly handle mappings file creation | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Use croak instead of die | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Simplify debug output | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Unify print output | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Print linenumbers in /ctrlact list output | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Lower message level of debug output | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Add ability to match on server tag | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-15 | Single-line debug output | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-14 | React to setup reread signal | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-02-13 | Merge pull request #348 from dequis/hilightwin_ignore_targets | ailin-nemui | |
| hilightwin.pl: Add hilightwin_ignore_targets setting | |||
