GitHub / github/node-slack-sdk / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 1ab67fc4 | release 1.4.1 | Myles Grant <m****s@m****m> | about 11 years ago | |
| deee924a | merge Merge pull request #31 from c2gconsulting/master | Myles Grant <m****s@m****m> | about 11 years ago | |
| fe56cd90 | merge Merge pull request #36 from CharlieHess/fix-message-callbacks | Myles Grant <m****s@m****m> | about 11 years ago | |
| 214e3c31 | Ensure that 'this' is bound correctly, otherwise these callbacks blow up. | Charlie Hess <c****e@s****m> | over 11 years ago | |
| 4a5d1098 | merge Merge pull request #35 from iwege/master | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 92d8a6d4 | Pass down the websocket error | iwege <c****e@g****m> | over 11 years ago | |
| e8982c15 | Test for valid (non-null) socket @ws in Client.reconnect() before @ws.close()... | Kachi Izukanne <c****e@c****m> | over 11 years ago | |
| a93537f0 | Update changelog | Paul Hammond <p****h@t****m> | over 11 years ago | |
| 6e4bcd41 | release 1.4.0 | Paul Hammond <p****h@t****m> | over 11 years ago | |
| f7c61f0e | merge Merge pull request #27 from sillygwailo/stars | Paul Hammond <p****l@p****g> | over 11 years ago | |
| fe7a6777 | merge Merge pull request #30 from slackhq/api-call-callbacks | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 22f35dfe | merge Merge pull request #28 from jvelliott/coffeescript-example | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 03ad8a78 | Added null checking to prevent bot from crashing if user name, text or channe... | James Elliott <j****t@s****m> | over 11 years ago | |
| 0f09108d | Put groups list back into comprehension. | James Elliott <j****t@s****m> | over 11 years ago | |
| 7f53357c | Removed old javascript example. Replaced with coffeescript example | James Elliott <j****t@s****m> | over 11 years ago | |
| 70ecd06f | There's no 'star_added' or 'star_removed' event in ws, but there is in a 'mes... | Richard Eriksson <r****d@j****m> | over 11 years ago | |
| 230c7f74 | Fix duplicate scripts entries in package | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 6c0d1ea5 | Typo. | Richard Eriksson <r****d@j****m> | over 11 years ago | |
| 438aebcf | Ported simple.js to coffeescript | James Elliott <j****t@s****m> | over 11 years ago | |
| bd176a0f | Implement https://api.slack.com/events/star_added and https://api.slack.com/e... | Richard Eriksson <r****d@j****m> | over 11 years ago | |
| cc157c53 | merge Merge pull request #25 from jtatum/master | Evan Solomon <e****n@e****m> | over 11 years ago | |
| d09ea70e | Updating requirements - require node > 0.10.x. | James Tatum <j****m@n****m> | over 11 years ago | |
| 04a4623a | Updating travis.yml to remove grunt dependencies | James Tatum <j****m@n****m> | over 11 years ago | |
| 92fcbf0e | Add user-exposed callbacks to methods that hit _apiCall | Evan Solomon <e****n@e****m> | over 11 years ago | |
| e2c17a69 | Fix coffeescript loading error in example | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 7e7dac79 | Initialized the prefs object in the Team class. Fixes #18. | Ross Harmes <r****s@r****t> | over 11 years ago | |
| 5fa3e7fa | Add changelog | Paul Hammond <p****h@t****m> | over 11 years ago | |
| b880a851 | release 1.3.1 | Paul Hammond <p****h@t****m> | over 11 years ago | |
| 3b063599 | merge Merge pull request #15 from paulhammond/chat.postMessage | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 04783517 | merge Merge pull request #17 from paulhammond/message_delete | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 141937a2 | merge Merge pull request #19 from paulhammond/open_after_hello | Paul Hammond <p****l@p****g> | over 11 years ago | |
| b2d4da9d | Emit open event after hello, not before | Paul Hammond <p****h@t****m> | over 11 years ago | |
| bdfb0fa6 | Only log debug messages when updating/deleting messages | Paul Hammond <p****h@t****m> | over 11 years ago | |
| 7bf952dd | Add ability to delete messages | Paul Hammond <p****h@t****m> | over 11 years ago | |
| 0bb9f071 | merge Merge pull request #14 from fabianthoma/master | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 9ff5d6ef | merge Merge pull request #16 from slackhq/revert-13-upstream | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 37f3b797 | Revert "Implement star_added and star_removed" | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 4c5b9d67 | merge Merge pull request #13 from sillygwailo/upstream | Paul Hammond <p****l@p****g> | over 11 years ago | |
| 9c815511 | Add support for chat.postMessage API method | Paul Hammond <p****h@t****m> | over 11 years ago | |
| a3babf7e | Send messeges back all the way | Fabian Thoma <f****n@e****g> | over 11 years ago | |
| e525ce8f | Add Capability to modify messages via the api | Fabian Thoma <f****n@e****g> | over 11 years ago | |
| 92ec0503 | merge Merge pull request #8 from natesilva/fix-getChannelsWithUnreads | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 9b454122 | getChannelByName now strips hashes |
Yoz (Jeremy) Grahame <j****e@g****v>
Committed by: Evan Solomon <e****n@e****m> |
over 11 years ago | |
| 51c101b4 | fix getChannelsWithUnreads | Nate Silva <n****e@n****m> | over 11 years ago | |
| 7ee93a7b | Initial commit of a simple example of how to use the slack-client module from... | Ross Harmes <r****s@r****t> | over 11 years ago | |
| 14af16b4 | Implement https://api.slack.com/events/star_added and https://api.slack.com/e... | Richard Eriksson <r****d@j****m> | over 11 years ago | |
| 973a5ae8 | release 1.2.2 | Myles Grant <m****s@m****m> | over 11 years ago | |
| 9eb2454b | merge Merge pull request #6 from slackhq/coffee-js | Myles Grant <m****s@m****m> | over 11 years ago | |
| 6dbc77a8 | 1.2.1 | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 7e88e654 | Compile coffeescript to javascript for npm | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 605768b6 | merge Merge pull request #2 from rgbkrk/patch-1 | Evan Solomon <e****n@e****m> | over 11 years ago | |
| 01690382 | Missing :tea: | Kyle Kelley <r****k@g****m> | over 11 years ago | |
| aba21724 | release 1.2.0 | Myles Grant <m****s@m****m> | over 11 years ago | |
| 5ebcc9dc | Update README | Paul Hammond <p****h@t****m> | over 11 years ago | |
| 4bf44ee9 | Emit an event when a user object is changed or added | Myles Grant <m****s@m****m> | over 11 years ago | |
| e6e7996f | Update copyright statements to use our new legal name | Paul Hammond <p****h@t****m> | almost 12 years ago | |
| fe7ca0a7 | Move to slackhq github account | Paul Hammond <p****h@t****m> | almost 12 years ago | |
| fc5c709c | Version bump in npm | Myles Grant <m****s@m****m> | almost 12 years ago | |
| 047c3af0 | Functions for getting channel/message channel type | Myles Grant <m****s@m****m> | almost 12 years ago | |
| 5f772524 | Some additional debug logging | Myles Grant <m****s@m****m> | almost 12 years ago | |
| aa87da6a | Call rtm.start instead of users.login | Myles Grant <m****s@m****m> | about 12 years ago | |
| feca1368 | release 1.0.1 | Myles Grant <m****s@m****m> | over 12 years ago | |
| 18e17427 | Fix multiple crashing typos | Myles Grant <m****s@m****m> | over 12 years ago | |
| e9968253 | How did I miss these logging statements? | Myles Grant <m****s@m****m> | over 12 years ago | |
| 1c47485e | Switch to better logging | Myles Grant <m****s@m****m> | over 12 years ago | |
| b292bbab | Standardize building message text | Myles Grant <m****s@m****m> | over 12 years ago | |
| 135cd156 | A TODO | Myles Grant <m****s@m****m> | over 12 years ago | |
| ded9ca28 | Flesh out the README some more | Myles Grant <m****s@m****m> | over 12 years ago | |
| e5a0c62f | Typo in statusChange event name | Myles Grant <m****s@m****m> | over 12 years ago | |
| dbc00327 | Pick an unused package name, mark 1.0 release | Myles Grant <m****s@m****m> | over 12 years ago | |
| a56ae0b1 | The package does not need the node- prefix | Myles Grant <m****s@m****m> | over 12 years ago | |
| 0227c94a | Better tracking of channel unread count | Myles Grant <m****s@m****m> | over 12 years ago | |
| d722f7bd | Function for fetching the channels that have unreads in them | Myles Grant <m****s@m****m> | over 12 years ago | |
| 7805b418 | Don't forget to close the websocket when we're about to try a reconnect | Myles Grant <m****s@m****m> | over 12 years ago | |
| 3f89b7a1 | Towards automarking behavior | Myles Grant <m****s@m****m> | over 12 years ago | |
| 774b90fb | auto reconnect is the default | Myles Grant <m****s@m****m> | over 12 years ago | |
| fbc7dd90 | Much better reconnect logic | Myles Grant <m****s@m****m> | over 12 years ago | |
| 1f3101b2 | Some TODOs for the future | Myles Grant <m****s@m****m> | over 12 years ago | |
| b673be5f | Add note about development status | Myles Grant <m****s@m****m> | over 12 years ago | |
| a967e519 | Some work on reconnecting, a method for counting the number of unreads | Myles Grant <m****s@m****m> | over 12 years ago | |
| 7f46ca85 | Starting on a readme | Myles Grant <m****s@m****m> | over 12 years ago | |
| 717902f2 | Adding Grunt | Myles Grant <m****s@m****m> | over 12 years ago | |
| 80eca051 | Point to the repo, bump version | Myles Grant <m****s@m****m> | over 12 years ago | |
| 8587ac17 | Status and presence methods | Myles Grant <m****s@m****m> | over 12 years ago | |
| f1f228dc | Stubbing out more api methods | Myles Grant <m****s@m****m> | over 12 years ago | |
| a17f2c9a | Stubbing out some api calls | Myles Grant <m****s@m****m> | over 12 years ago | |
| 4d527148 | More reconnecting logic | Myles Grant <m****s@m****m> | over 12 years ago | |
| 455653bd | Towards ping/pong and disconnect detection | Myles Grant <m****s@m****m> | over 12 years ago | |
| 49bb91c2 | Typo I guess | Myles Grant <m****s@m****m> | over 12 years ago | |
| 87b1ac3f | derp | Myles Grant <m****s@m****m> | over 12 years ago | |
| ec8823bf | Safter | Myles Grant <m****s@m****m> | over 12 years ago | |
| fd5fb269 | Start handling a bunch of message subtypes | Myles Grant <m****s@m****m> | over 12 years ago | |
| f88cf762 | Starting to centralize channels, groups, and dms | Myles Grant <m****s@m****m> | over 12 years ago | |
| 4d9f1f76 | Adding some slash commands | Myles Grant <m****s@m****m> | over 12 years ago | |
| b71a5361 | Handle a bunch more events | Myles Grant <m****s@m****m> | over 12 years ago | |
| 063ba194 | Catch API call errors | Myles Grant <m****s@m****m> | over 12 years ago | |
| 895837d7 | Handle more messages | Myles Grant <m****s@m****m> | over 12 years ago | |
| aa63b420 | Handle user_change | Myles Grant <m****s@m****m> | over 12 years ago | |
| f16f390a | Starting on sending messages from the example client | Myles Grant <m****s@m****m> | over 12 years ago | |
| 1b80fef9 | A little formatting cleanup | Myles Grant <m****s@m****m> | over 12 years ago |