aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-18Increase version v1.00 -> v1.01HEADv1.01masterTeddy Wing
2016-09-18Merge branch 'swhois--trim-surrounding-spaces-from-argument'Teddy Wing
2016-09-18swhois: Trim leading & trailing whitespace from nick argumentTeddy Wing
2016-09-18Merge branch 'remove-smartmatch'Teddy Wing
2016-09-18Replace smartmatch operatorTeddy Wing
2016-09-17Merge branch 'update-readme-with-documentation-of-new-commands'v1.00Teddy Wing
2016-09-17README: Update usage section to include info on new commandsTeddy Wing
2016-09-17Merge branch 'add-help-for-new-commands'Teddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-17Add comment header documentation to all subroutinesTeddy Wing
2016-09-17Document `slack_profile_sync` & `slack_profile_set` in script headerTeddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-17help: Add built-in help for `slack_profile_sync` & `slack_profile_set`Teddy Wing
2016-09-17Merge branch 'pad-colons'Teddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-17print_whois: Pad labels to vertically align colonsTeddy Wing
2016-09-17Merge branch 'profile-field-completion'Teddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-17complete_profile_field: Correctly get current nickTeddy Wing
2016-09-17find_user: Only request custom fields & presence if not already thereTeddy Wing
2016-09-17update_user_profile: Use correct nickTeddy Wing
2016-09-17complete_profile_field: Add custom fields to completion listTeddy Wing
2016-09-17cmd_set: Only call `update_user_profile` if `$key` is setTeddy Wing
2016-09-17complete_profile_field: Fill in rest of field nameTeddy Wing
2016-09-17complete_profile_field: Simplify complist dataTeddy Wing
2016-09-17Add completion of default Slack profile fieldsTeddy Wing
2016-09-17Merge branch 'fix-in-memory-cache-after-running-sync-command'Teddy Wing
2016-09-17Fix users list bug after running 'sync' commandTeddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-17Merge branch 'set-profile-fields'Teddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-17update_user_profile: Remove unnecessary commentTeddy Wing
2016-09-17cmd_set: Get rid of unused variablesTeddy Wing
2016-09-17Add `/slack_profile_set` commandTeddy Wing
2016-09-17update_user_profile: Allow updating of custom fieldsTeddy Wing
2016-09-17Update TODOTeddy Wing
2016-09-12Add `underscorize` subroutineTeddy Wing
2016-09-12Start of a subroutine to update profile fieldsTeddy Wing
2016-09-12Merge branch 'sync-command'Teddy Wing
2016-09-12Add command to refresh users listTeddy Wing
2016-09-12Merge branch 'fetch-profile-fields'Teddy Wing
2016-09-12Update TODOTeddy Wing
2016-09-12Add user presence to WHOIS outputTeddy Wing
2016-09-12Update TODOTeddy Wing
2016-09-12slack_api: Move `die`s outside the subroutineTeddy Wing
2016-09-12print_whois: Make field printing more genericTeddy Wing
2016-09-12swhois: Use a more declarative style when no arguments are givenTeddy Wing
2016-09-12Get & print user profile information from SlackTeddy Wing
2016-09-12slack_api: Allow API arguments to be passed to the subTeddy Wing
2016-09-12Make the HTTP request subroutine more genericTeddy Wing