| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-08 | Make anchored string matching configurable | martin 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-03 | Make case-sensitivity of match configurable | martin 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> | |||
| 2014-10-19 | Update go.pl | ferret | |
| bump go.pl version | |||
| 2014-09-28 | Update go.pl | ferret | |
| Change tab completion to match /go but not other command beginning with /go (e.g. /google) | |||
| 2014-05-31 | Import scripts from scripts.irssi.org | Alexander Færøy | |
