index
:
irssi-slack-profile
master
Get whois information about Slack users in Irssi
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-09-12
Change name of users.list cached Storable file
Teddy Wing
2016-09-12
Add TODO
Teddy Wing
2016-09-12
Only check for server if it's needed
Teddy Wing
2016-09-12
help: Return early instead of using an `if` statement
Teddy Wing
2016-09-12
Add help for `/swhois`
Teddy Wing
2016-09-12
Add README
Teddy Wing
2016-09-12
Add license & copyright information
Teddy Wing
2016-09-12
Remove Data::Dumper import
Teddy Wing
2016-09-12
Add script information as a comment header
Teddy Wing
2016-09-12
Display an error and exit if Slack API token isn't set
Teddy Wing
2016-09-12
Print message before fetching users list
Teddy Wing
2016-09-12
Rename slack-profile.pl -> slack_profile.pl
Teddy Wing
2016-09-12
Print whois info for current nick when `/swhois` is called without arg
Teddy Wing
2016-09-12
Ensure we're connected to a server before running /swhois
Teddy Wing
2016-09-11
Switch from LWP to HTTP::Tiny package
Teddy Wing
2016-09-11
swhois: Fix spacing of 'name' output
Teddy Wing
2016-09-11
If the users list is not available, fetch it from the Slack API
Teddy Wing
2016-09-10
Add a setting for the Slack API token
Teddy Wing
2016-09-10
find_user: Remove redundant line
Teddy Wing
2016-09-10
swhois: Add timezone to output
Teddy Wing
2016-09-10
swhois: Rename `$data` to `$username`
Teddy Wing
2016-09-10
swhois: Don't print fields if their value is empty
Teddy Wing
2016-09-10
swhois: If user is a bot, identify them as such in swhois output
Teddy Wing
2016-09-10
swhois: Print additional profile information
Teddy Wing
2016-09-10
swhois: Remove commented `$user` assignment
Teddy Wing
2016-09-10
Move the users list to a global variable
Teddy Wing
2016-09-10
Add 'swhois' Irssi command
Teddy Wing
2016-09-10
Clean up code that finds a user in the users list
Teddy Wing
2016-09-10
Add Irssi metadata
Teddy Wing
2016-09-10
Remove binary search in favour of linear search
Teddy Wing
2016-09-10
Use `Storable` to serialize the users list data
Teddy Wing
2016-09-10
Implement binary search to find users by username
Teddy Wing
2016-09-10
Read and decode a JSON users list from a file
Teddy Wing
2016-09-10
Move HTTP code to a subroutine
Teddy Wing
2016-09-09
Initial commit. Make an HTTP request.
Teddy Wing
[prev]