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-18
Increase version v1.00 -> v1.01
HEAD
v1.01
master
Teddy Wing
2016-09-18
swhois: Trim leading & trailing whitespace from nick argument
Teddy Wing
2016-09-18
Replace smartmatch operator
Teddy Wing
2016-09-17
Add comment header documentation to all subroutines
Teddy Wing
2016-09-17
Document `slack_profile_sync` & `slack_profile_set` in script header
Teddy Wing
2016-09-17
help: Add built-in help for `slack_profile_sync` & `slack_profile_set`
Teddy Wing
2016-09-17
print_whois: Pad labels to vertically align colons
Teddy Wing
2016-09-17
complete_profile_field: Correctly get current nick
Teddy Wing
2016-09-17
find_user: Only request custom fields & presence if not already there
Teddy Wing
2016-09-17
update_user_profile: Use correct nick
Teddy Wing
2016-09-17
complete_profile_field: Add custom fields to completion list
Teddy Wing
2016-09-17
cmd_set: Only call `update_user_profile` if `$key` is set
Teddy Wing
2016-09-17
complete_profile_field: Fill in rest of field name
Teddy Wing
2016-09-17
complete_profile_field: Simplify complist data
Teddy Wing
2016-09-17
Add completion of default Slack profile fields
Teddy Wing
2016-09-17
Fix users list bug after running 'sync' command
Teddy Wing
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