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
Age
Commit message (
Expand
)
Author
2015-06-14
Condense `signal_add` call
v1.00
Teddy Wing
2015-06-14
Remove hipchat-data.txt
Teddy Wing
2015-06-14
Add README
Teddy Wing
2015-06-14
Add LICENSE (MIT)
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
test.pl: Change status expected text to 'Status:'
Teddy Wing
2015-06-14
prettify_hipchat: Collapse extra whitespace between words
Teddy Wing
2015-06-14
test.sh: Ensure closing '}' is at the start of a line
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
Get tests working to test `prettify_hipchat` sub
Teddy Wing
2015-06-14
Create test.sh
Teddy Wing
2015-06-14
Add a new `prettify_hipchat` stub sub
Teddy Wing
2015-06-13
test.pl: Add some real test cases
Teddy Wing
2015-06-13
Remove `Data::Dumper` import
Teddy Wing
2015-06-13
hipchat-data.txt: Use generic issue prefix and number
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
2015-05-31
Add hipchat-data.txt
Teddy Wing
2015-05-31
.gitignore: Ignore /private
Teddy Wing
2015-05-31
Initial commit. Learning about Perl testing.
Teddy Wing