summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-20make mail.pl compile againAilin Nemui
2016-05-17automatic scripts database update for 048dd53c87fdaa1c80996096af982bcd357d0a36Irssi Scripts Helper
[skip ci]
2016-05-17Merge pull request #275 from ailin-nemui/dim_nicksailin-nemui
dim_nicks 0.4.7
2016-05-16dim_nicks 0.4.7Ailin Nemui
update dim_nicks to v0.4.7 - fix useless re-reading of settings colour
2016-05-10automatic scripts database update for dfbb05cbf37c52818d93c2ae989c16ede155c030Irssi Scripts Helper
[skip ci]
2016-05-10Merge pull request #274 from mh-source/gh-pagesailin-nemui
mh_hold_mode.pl v1.07
2016-05-10mh_hold_mode.pl v1.07mh
Emulation of ircII per-window hold_mode changes: corrected typo in instructions added space to old-style more so it looks better
2016-05-04automatic scripts database update for 7b954dcac88a5df86051b513225e3f41c308b6e7Irssi Scripts Helper
[skip ci]
2016-05-04Merge pull request #272 from avar/chansort-configurable-1.3ailin-nemui
chansort_configurable: Fix a bug & change the default
2016-05-04chansort_configurable: Fix a bug & change the defaultÆvar Arnfjörð Bjarmason
For the reasons covered in the commets I'm adding here the ${a,b}.{type,chatnet,name} would sometimes not be filled, which my default sorter was assuming so it would end up spewing some warnings. So change the filling of the defaults to that this is always filled, and document what the value passed as $a or $b will look like. Finally, change the default sorting from the more naïve example that just mostly does alphabetic sorting to one that preserves the order of the QUERY windows as they're created.
2016-05-03automatic scripts database update for 9dc4b66fcee6a984e0515b93181c8fdd9625664bIrssi Scripts Helper
[skip ci]
2016-05-03Merge pull request #271 from mh-source/gh-pagesailin-nemui
mh_hold_mode.pl v1.06
2016-05-03mh_hold_mode.pl v1.06mh
Emulation of ircII per-window hold_mode changes: fixed call to missing sub
2016-05-01automatic scripts database update for ad9f6f1a94f4516141164bcc88833b4f920d2346Irssi Scripts Helper
[skip ci]
2016-05-01Merge pull request #270 from vague666/268_fixailin-nemui
Added command_runsub glue
2016-05-01Added command_runsub glueJari Matilainen
2016-04-27automatic scripts database update for 6455a8e468e35fff13e4587ea720266aa77ef70eIrssi Scripts Helper
[skip ci]
2016-04-27Merge pull request #266 from ailin-nemui/settingsailin-nemui
Add settingshelp
2016-04-27Merge pull request #263 from ailin-nemui/beforespaceailin-nemui
Add script beforespace
2016-04-27Merge pull request #261 from ailin-nemui/nm2ailin-nemui
update nm2
2016-04-27Merge pull request #264 from ailin-nemui/colon-emojjiailin-nemui
Add colon_emoji
2016-04-27automatic scripts database update for 66c18b3bec7bc742b62d134cdbb01c5d7a05535cIrssi Scripts Helper
[skip ci]
2016-04-27Merge pull request #262 from ailin-nemui/autowhoailin-nemui
Add autowho script
2016-04-27Add colon_emojiAilin Nemui
Replace words between :...: in messages according to a text file. Was intended for Unicode Emoji on certain proprietary platforms.
2016-04-27Merge pull request #265 from ailin-nemui/slackircailin-nemui
Add fix_slackirc
2016-04-27automatic scripts database update for 75123a679752eb367dabfe5083991391af301101Irssi Scripts Helper
[skip ci]
2016-04-27Merge pull request #267 from tslocum/updates1ailin-nemui
Update mass_hilight_blocker, autoaway, and recentdepart
2016-04-26recentdepart: fix undefined variable warningsTrevor Slocum
2016-04-26autoaway: remove dead codeTrevor Slocum
2016-04-26mass_hilight_blocker: fix nick quotingTrevor Slocum
2016-04-27Add settingshelpAilin Nemui
A copy of https://irssi.org/documentation/settings/ as /help script
2016-04-27Add fix_slackircAilin Nemui
Some workarounds to improve irssi experience on the Slack IRC gateway
2016-04-26Add script beforespaceAilin Nemui
Rebind certain keys so that they are inserted before the space
2016-04-26Add autowho scriptAilin Nemui
periodically send /who to channels
2016-04-26update nm2Ailin Nemui
- add support for realnames script
2016-04-26automatic scripts database update for 893093e2c61c6c4ac7094cbe1c827f3b605190e3Irssi Scripts Helper
[skip ci]
2016-04-26Merge pull request #260 from ailin-nemui/tmux-nicklistailin-nemui
update tmux-nicklist-portable
2016-04-26update tmux-nicklist-portableAilin Nemui
- implement documented but non-existant feature - add gone sort option - add support for realnames script
2016-04-26automatic scripts database update for 0e27c2df21881ab503ebd327aa6b755e28deaef8Irssi Scripts Helper
[skip ci]
2016-04-26Merge pull request #259 from tslocum/hilightcmdailin-nemui
Add hilightcmd with proper shell string quoting
2016-04-26Trim whitespace from hilighted text and improve script usage examplesTrevor Slocum
2016-04-26automatic scripts database update for fc8e2878120c834d106dbca6838cb9ab635a5ba6Irssi Scripts Helper
[skip ci]
2016-04-26Merge pull request #258 from tslocum/gh-pagesailin-nemui
Update chanact.pl: allow case-insensitive aliases, silence extraneous error message
2016-04-25Quote message before passing to shellTrevor Slocum
2016-04-25chanact: allow case-insensitive aliases, silence extraneous /window_alias ↵Trevor Slocum
error message
2016-04-20automatic scripts database update for 80ced1d77b83416a9d473aed58486697b935bfd1Irssi Scripts Helper
[skip ci]
2016-04-20Merge pull request #254 from ilmari/freenode-and-perlailin-nemui
nickserv.pl: Add support for Freenode and irc.perl.org
2016-04-20nickserv.pl: Add support for Freenode and irc.perl.orgDagfinn Ilmari Mannsåker
Freenode includes control characters in its notices, so strip these. Also removes a redundant regexp from the if clause for /msg NickServ style services.
2016-04-18Merge pull request #256 from ailin-nemui/url-hash-filterailin-nemui
support filling the javascript filter from url hash
2016-04-18automatic scripts database update for f815cfb8390b6a1cf35a1b8541a38bfce54fcebbIrssi Scripts Helper
[skip ci]