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-18
Increase version v1.00 -> v1.01
HEAD
v1.01
master
Teddy Wing
2016-09-18
Merge branch 'swhois--trim-surrounding-spaces-from-argument'
Teddy Wing
2016-09-18
swhois: Trim leading & trailing whitespace from nick argument
Teddy Wing
2016-09-18
Merge branch 'remove-smartmatch'
Teddy Wing
2016-09-18
Replace smartmatch operator
Teddy Wing
2016-09-17
Merge branch 'update-readme-with-documentation-of-new-commands'
v1.00
Teddy Wing
2016-09-17
README: Update usage section to include info on new commands
Teddy Wing
2016-09-17
Merge branch 'add-help-for-new-commands'
Teddy Wing
2016-09-17
Update TODO
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
Update TODO
Teddy Wing
2016-09-17
help: Add built-in help for `slack_profile_sync` & `slack_profile_set`
Teddy Wing
2016-09-17
Merge branch 'pad-colons'
Teddy Wing
2016-09-17
Update TODO
Teddy Wing
2016-09-17
print_whois: Pad labels to vertically align colons
Teddy Wing
2016-09-17
Merge branch 'profile-field-completion'
Teddy Wing
2016-09-17
Update TODO
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
Merge branch 'fix-in-memory-cache-after-running-sync-command'
Teddy Wing
2016-09-17
Fix users list bug after running 'sync' command
Teddy Wing
2016-09-17
Update TODO
Teddy Wing
2016-09-17
Merge branch 'set-profile-fields'
Teddy Wing
2016-09-17
Update TODO
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-17
Update TODO
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
Merge branch 'sync-command'
Teddy Wing
2016-09-12
Add command to refresh users list
Teddy Wing
2016-09-12
Merge branch 'fetch-profile-fields'
Teddy Wing
2016-09-12
Update TODO
Teddy Wing
2016-09-12
Add user presence to WHOIS output
Teddy Wing
2016-09-12
Update TODO
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
[next]