index
:
irssi-hipchat-stfu
master
An irssi plugin to quiet noisy and disruptive HipChat messages.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hipchat-stfu.pl
Age
Commit message (
Expand
)
Author
2015-06-14
Condense `signal_add` call
v1.00
Teddy Wing
2015-06-14
Strip 'Priority:' and 'Status:'
Teddy Wing
2015-06-14
Change title message format (single line)
Teddy Wing
2015-06-14
Stop output of empty messages
Teddy Wing
2015-06-14
Transform messages from HipChat & output to channel
Teddy Wing
2015-06-14
Construct start message
Teddy Wing
2015-06-14
prettify_hipchat: Collapse extra whitespace between words
Teddy Wing
2015-06-14
prettify_hipchat: Remove HTML tags
Teddy Wing
2015-06-14
prettify_hipchat: Also match non-breaking spaces
Teddy Wing
2015-06-14
prettify_hipchat: Trim whitespace
Teddy Wing
2015-06-14
Add a new `prettify_hipchat` stub sub
Teddy Wing
2015-06-13
Remove `Data::Dumper` import
Teddy Wing
2015-06-13
Drop empty messages from HipChat/JIRA
Teddy Wing
2015-06-13
Delete old log file output code
Teddy Wing
2015-06-13
Checking for empty messages from HipChat (WIP)
Teddy Wing
2015-06-13
Rename main sub to `hipchat_stfu`
Teddy Wing
2015-06-13
Dump server information to log
Teddy Wing
2015-06-13
Fix test `message public` listener
Teddy Wing
2015-06-02
Test listener for `message public` signal
Teddy Wing
2015-05-31
Add base irssi script
Teddy Wing