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
path:
root
/
slack_profile.pl
Age
Commit message (
Expand
)
Author
2016-09-17
update_user_profile: Remove unnecessary comment
Teddy Wing
2016-09-17
cmd_set: Get rid of unused variables
Teddy Wing
2016-09-17
Add `/slack_profile_set` command
Teddy Wing
2016-09-17
update_user_profile: Allow updating of custom fields
Teddy Wing
2016-09-12
Add `underscorize` subroutine
Teddy Wing
2016-09-12
Start of a subroutine to update profile fields
Teddy Wing
2016-09-12
Add command to refresh users list
Teddy Wing
2016-09-12
Add user presence to WHOIS output
Teddy Wing
2016-09-12
slack_api: Move `die`s outside the subroutine
Teddy Wing
2016-09-12
print_whois: Make field printing more generic
Teddy Wing
2016-09-12
swhois: Use a more declarative style when no arguments are given
Teddy Wing
2016-09-12
Get & print user profile information from Slack
Teddy Wing
2016-09-12
slack_api: Allow API arguments to be passed to the sub
Teddy Wing
2016-09-12
Make the HTTP request subroutine more generic
Teddy Wing
2016-09-12
Change name of users.list cached Storable file
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 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