| 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> | |||
| 2017-02-03 | Initial checkin of print_signals script | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
| 2017-01-23 | desktop-notify.pl: bump to 1.0.1 | xhe | |
| as title | |||
| 2017-01-23 | desktop-notify.pl: process non-ascii msgs | xhe | |
| irssi-1.0.0 bug found by jimgrape, patched by xhebox. https://github.com/irssi/scripts.irssi.org/issues/334 | |||
| 2017-01-21 | Make active server and window item visible to scriptlets | Thomas Stagner | |
| 2017-01-20 | Add perlalias.pl : Provides for quick perl-based commands | Thomas Stagner | |
| 2017-01-20 | Invitejoin 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-20 | Nickserv 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-20 | Modernized file opening section. Corrected empty allowed list handling. | dedeibel | |
| 2017-01-20 | Removed early exit when writing files which prevented deleting the last ↵ | dedeibel | |
| entry of a list. Closed files after creating them (touch) | |||
| 2017-01-17 | Added allowed users list to invitejoin script | dedeibel | |
| 2017-01-17 | Added post auth command, for example to trigger a chanserv invite | dedeibel | |
| 2017-01-16 | exempt cap_sasl_fail, it has been deprecated | Ailin Nemui | |
| 2017-01-12 | Simple script that just highlights URLs in public messages | Stefan Heinemann | |
| 2017-01-10 | Merge pull request #328 from ailin-nemui/trackbar | ailin-nemui | |
| update trackbar22 to v2.3 | |||
| 2017-01-09 | update trackbar22 to v2.3 | Ailin Nemui | |
| * fix uninitialized warning reported by varazir * add trackbar signals for use in other scripts | |||
| 2017-01-07 | Forgot to change version | Jari Matilainen | |
| 2017-01-07 | Added unlink to remove the uncompressed log | Jari Matilainen | |
| 2016-12-09 | Merge pull request #323 from IsaacG/new_listchan | ailin-nemui | |
| New listsort.pl script: order /list by chan size | |||
| 2016-12-07 | Reset the list hash cleanly. Avoid deleting key by key. | Isaac Good | |
| 2016-12-07 | Merge pull request #326 from IsaacG/add_ident.pl | ailin-nemui | |
| Add ident.pl - automatically identify from file-based pws | |||
| 2016-12-06 | Escape . in .layout regexp | Isaac Good | |
| 2016-12-06 | Drop remaining tabs | Isaac Good | |
| 2016-12-06 | Drop tabs. Read instead of write passwords. | Isaac Good | |
| 2016-12-06 | Fix build errors | Isaac Good | |
| 2016-12-06 | Support multiple spaces between tag and password | Isaac Good | |
| 2016-12-06 | Add ident.pl to auto identify when prompted, using a pw file. | Isaac Good | |
| 2016-12-06 | Clean up my reorder script | Isaac Good | |
| 2016-12-06 | New listsort.pl script: order /list by chan size | Isaac Good | |
| 2016-11-15 | Merge pull request #317 from ailin-nemui/master | ailin-nemui | |
| adv_windowlist update to 1.3 | |||
| 2016-11-10 | Merge pull request #321 from rud01f/master | ailin-nemui | |
| Updated rud_emotes.pl script | |||
| 2016-11-07 | Update rud_emotes.pl | Dawid Ł | |
| 2016-11-07 | mh_sbuserinfo.pl v1.05 | mh | |
| statusbar item that shows users and limit info in channels changes: added setting _show_details_oper and supporting code added setting _format_sep and supportingf code added setting _format_div and supporting code added setting _group_begin and _format_group_end and supporting code added setting _format_mode_oper, _format_mode_op, _format_mode_ho, _format_mode_vo and _format_mode_other, and supporting code added settting _show_warning_limit_difference and supporting code (changing _show_warning_limit_percent behavior) changed default of _show_warning_limit_percent from 95 to 0 | |||
| 2016-11-01 | adv_windowlist update to 1.3 | Ailin Nemui | |
| - workaround for irssi issue #572 | |||
| 2016-10-31 | Merge pull request #314 from pierrot14/fix_aspell | ailin-nemui | |
| Fix aspell | |||
| 2016-10-31 | Merge pull request #316 from fullmetal1/gh-pages | ailin-nemui | |
| various bugfixes from many months of usage | |||
| 2016-10-26 | various bugfixes from many months of usage | Alex Checca | |
| 2016-10-26 | Revert "various bugfixes from many months of usage" | Alex Checca | |
| This reverts commit 05a76b2e0f8baf489f667583f8f3972e7927d67c. | |||
| 2016-10-26 | various bugfixes from many months of usage | Alex Checca | |
| 2016-10-06 | Jump to next misspelled word when pressing SPC | Pablo Báez | |
| 2016-10-06 | Makes the script to count logical characters. Otherwise the cursor isn't ↵ | Pablo Báez | |
| moved to the end when special characters are used in the input field. | |||
| 2016-10-03 | Added iquiz.pl & iquiz_en.pl | wilk | |
| iQuiz is a quiz script featuring five types of games: classic Dizzy, Mieszacz, Familiada, Multi (Familiada without teams) and Pomieszany. iquiz.pl - original script (Polish) iquiz_en.pl - English translation | |||
| 2016-09-22 | Merge pull request #308 from rud01f/rud_emotes | ailin-nemui | |
| added rud_emotes.pl | |||
| 2016-09-22 | Merge pull request #309 from n0vember-/master | ailin-nemui | |
| FIX: start and realname declaration | |||
| 2016-09-22 | Fix disclosure via filesystem | Juerd Waalboer | |
| buf.pl restores the scrollbuffer between "/upgrade"s by writing the contents to a file, and reading that after the new process was spawned. Through that file, the contents of (private) chat conversations may leak to other users. Careful users with a limited umask (e.g. 077) are not affected by this bug. However, most Linux systems default to a umask of 022, meaning that files written without further restricting the permissions, are readable by any user. This patch sets a safer umask of 077 for the scrollbuffer dump, and will remove the temporary file after use to further reduce the attack surface. Additionally, it will remove any remaining temporary scrollbuffer file left in place, like those written by previous versions of the script. | |||
| 2016-09-20 | FIX: start and realname declaration | n0vember- | |
| 2016-09-17 | added rud_emotes.pl | Dawid Ł | |
| 2016-09-14 | Merge pull request #305 from tslocum/anames | ailin-nemui | |
| Improve anames nick prefix sorting | |||
| 2016-09-13 | Improve anames nick prefix sorting | Trevor Slocum | |
