Commit Graph

  • a440850ff1
    add a bunch of reaction aliases Michael Telatynski 2017-08-23 16:44:56 +0100
  • c774bb893b
    update react cmd to use a string map for aliases Michael Telatynski 2017-08-23 16:37:47 +0100
  • c85abe84da
    update defaultRepo wording Michael Telatynski 2017-08-23 16:34:02 +0100
  • 2b570d9b6c
    improve error from no default repo Michael Telatynski 2017-08-22 18:33:37 +0100
  • e8a4b1eda5
    error-check !github react before calling Github Michael Telatynski 2017-08-22 17:56:29 +0100
  • b6fe6092ab
    fix cmd usage messages Michael Telatynski 2017-08-22 17:42:50 +0100
  • 2da64f9fba
    add !github assign and tidy !github help generation code Michael Telatynski 2017-08-22 17:19:22 +0100
  • c7ad22d4ee
    DRY wrt cmd Usages Michael Telatynski 2017-08-22 15:59:56 +0100
  • 3a046cf3ad
    add !github react Michael Telatynski 2017-08-22 15:52:43 +0100
  • aa36440112
    add !github close command Michael Telatynski 2017-08-22 15:34:56 +0100
  • fd9e3a0957
    fix error wording Michael Telatynski 2017-08-22 14:54:53 +0100
  • af0a709c58 Merge pull request #196 from t3chguy/moar-github-commands Kegsay 2017-08-21 12:34:48 +0100
  • 58d6be0184
    fix err shadowing Michael Telatynski 2017-08-21 09:54:57 +0100
  • b03b3fd0f5
    factor out `requireGithubClientFor` Michael Telatynski 2017-08-21 09:46:35 +0100
  • fd792f4499
    adds the `!github comment` command Michael Telatynski 2017-08-14 21:44:09 +0100
  • 4845e810f1 Merge pull request #193 from rosston/giphy-downsized Kegsay 2017-07-21 09:38:36 +0100
  • 39d91b721b Add ability to use downsized images from giphy. rosston 2017-07-20 13:21:26 -0400
  • 79131f19c2 Merge pull request #188 from matrix-org/rob/docker Robert Swain 2017-07-04 09:55:04 +0200
  • 2d581581bc README.md: Add notes on docker image Robert Swain 2017-07-02 21:43:09 +0200
  • c34b32647a Add Dockerfile and docker image build script Robert Swain 2017-07-02 21:36:17 +0200
  • ed085d6349 Turn off gzipping; this should really be a config option Kegan Dougal 2017-05-30 10:24:26 +0100
  • 01a5a3fc88 Merge pull request #176 from matrix-org/kegan/rss-limits Kegsay 2017-05-04 16:35:24 +0100
  • 38ef6c591d Increase the max number of GUIDs we keep per RSS feed Kegan Dougal 2017-05-04 16:30:31 +0100
  • 7a234d16a4 better log msg Matthew Hodgson 2017-05-01 21:46:15 +0100
  • 9ebd11262c Merge pull request #162 from matrix-org/kegan/jsonresponse Kegsay 2017-02-24 10:26:19 +0000
  • 7a643a0711 Comment the return args on getWebhook Kegan Dougal 2017-02-24 10:22:58 +0000
  • 302a0238e2 Update go-neb to use util.JSONResponse Kegan Dougal 2017-02-23 17:37:42 +0000
  • 9b349b12f4 Update util dep to pull in util.JSONResponse Kegan Dougal 2017-02-23 16:17:45 +0000
  • 6112d7e8d6 Merge pull request #160 from matrix-org/rxl881/wikipedia Richard Lewis 2017-02-22 16:42:04 +0000
  • 7314554c1c Comment struct fields (specifically map keys) Richard Lewis 2017-02-22 15:51:03 +0000
  • d108e8c6a6 Merge pull request #159 from matrix-org/rxl881/wikipedia Richard Lewis 2017-02-22 14:50:09 +0000
  • ec97260b18 Comments to show intended structure use Richard Lewis 2017-02-22 14:38:01 +0000
  • 7cb153d0d0 Automatically follow redirects Richard Lewis 2017-02-21 23:25:39 +0000
  • 7551e730db Improve code readability & general cleanup Richard Lewis 2017-02-21 22:02:00 +0000
  • 37b234c9d2 Fix tests Richard Lewis 2017-02-21 21:54:45 +0000
  • fb52354461 Cleaned up string formatting Richard Lewis 2017-02-21 21:35:44 +0000
  • d448b04a3f Merge branch 'master' of github.com:matrix-org/go-neb into rxl881/wikipedia Richard Lewis 2017-02-21 21:29:35 +0000
  • 34c4874acd Name wikipedia query struct, message formatting, fix tests Richard Lewis 2017-02-21 21:25:10 +0000
  • c326029a22 Merge pull request #158 from matrix-org/imgur Richard Lewis 2017-02-21 20:16:48 +0000
  • 74751cb219 Initialise struct literals with boolean pointers, using anonymous functions Richard Lewis 2017-02-21 19:50:09 +0000
  • fef5fb5deb Clean up code style Richard Lewis 2017-02-21 13:13:02 +0000
  • 808bc2f3ad Add a comment to explain temporary storage as RawMessage objects Richard Lewis 2017-02-21 12:59:23 +0000
  • 1ced308b56 Use boolean references Richard Lewis 2017-02-21 12:55:03 +0000
  • 790e6586b4 Improve string formatting Richard Lewis 2017-02-21 11:57:25 +0000
  • d28156c99a Pass clientID directly Richard Lewis 2017-02-21 11:44:21 +0000
  • 84235d0794 Inline base URL Richard Lewis 2017-02-21 11:30:53 +0000
  • 592b7830e3 Refactor to reduce cyclomatic complexity Richard Lewis 2017-02-21 10:15:13 +0000
  • 47060231d1 Add HTML2text library. Fix extract formatting Richard Lewis 2017-02-20 23:59:21 +0000
  • e8597f40a8 Added wikipedia bot integration Richard Lewis 2017-02-20 23:05:33 +0000
  • 5f1130608b Wikipedia config sample Richard Lewis 2017-02-20 22:35:15 +0000
  • 3f81304076 Removed redundant field name and type from implemented field comments Richard Lewis 2017-02-20 18:24:17 +0000
  • 4e461c16e7 Fix typo Richard Lewis 2017-02-20 18:20:17 +0000
  • a71efc96f0 Improve function names Richard Lewis 2017-02-20 18:18:33 +0000
  • c211f4e4c1 Removed old comment -- error was due to non image file type (HTML) Richard Lewis 2017-02-20 18:14:24 +0000
  • aa3454f2c8 Inline redundant variable Richard Lewis 2017-02-20 18:12:46 +0000
  • c30a9f87b3 Fix response code check Richard Lewis 2017-02-20 18:11:42 +0000
  • f1da426545 Fix google bot tests Richard Lewis 2017-02-20 17:28:32 +0000
  • d51c28cf8b Fix tests and underlying bugs Richard Lewis 2017-02-20 16:57:50 +0000
  • 80e1637238 Fix struct initialisation Richard Lewis 2017-02-20 16:20:24 +0000
  • 5bb065f2ca Merge branch 'master' of github.com:matrix-org/go-neb into imgur Richard Lewis 2017-02-20 16:10:14 +0000
  • 0d2593b152 Fix imgur bot tests Richard Lewis 2017-02-20 16:10:04 +0000
  • 77e5f692a2 Return a random image result. Clean up some commented code Richard Lewis 2017-02-20 15:53:07 +0000
  • 8479782cad Check that response is actually an image Richard Lewis 2017-02-20 15:33:36 +0000
  • 024a784412 Fix data structure Richard Lewis 2017-02-20 12:19:59 +0000
  • 33c75423e0 Add auth header Richard Lewis 2017-02-20 10:36:08 +0000
  • f8e4bce075 Fix data object check Richard Lewis 2017-02-20 10:01:59 +0000
  • 823d3277c7 Handle image search results Richard Lewis 2017-02-20 00:12:02 +0000
  • eac024eabb Merge pull request #156 from matrix-org/kegan/httpcache-update Kegsay 2017-02-14 15:31:44 +0000
  • ca451098b2 Update httpcache to fix memory leak Kegan Dougal 2017-02-14 15:22:08 +0000
  • 4042324a40 Merge pull request #155 from matrix-org/google Richard Lewis 2017-02-14 14:44:51 +0000
  • 4e00142231 Merge branch 'google' of github.com:matrix-org/go-neb into imgur Richard Lewis 2017-02-14 14:33:17 +0000
  • 07d27b67b1 Fix number of commands test Richard Lewis 2017-02-13 17:23:36 +0000
  • 445c277bd3 Add default command route handler Richard Lewis 2017-02-13 17:22:14 +0000
  • 4eeb46d6b9 Search for large images only. Fix httpClient reference. Fix logging when no error and no results Richard Lewis 2017-02-13 17:16:31 +0000
  • 51b7f1ec5f Imgur data model updates -- tests broken Richard Lewis 2017-02-13 17:02:03 +0000
  • 6ba9cfb63e Add cx paramater to sample config Richard Lewis 2017-02-10 17:25:17 +0000
  • b726158ac4 Fix message types Richard Lewis 2017-02-10 17:19:09 +0000
  • c46ad2e09b Clean up named return value Richard Lewis 2017-02-10 16:48:12 +0000
  • c22c94b1c8 Cleaned up redundant variable Richard Lewis 2017-02-10 16:43:59 +0000
  • 3ae13428d8 Moved google custom search engine ID in to service config. Cleaned up comments Richard Lewis 2017-02-10 16:39:00 +0000
  • 333161d2e9 Improve command path parsing Richard Lewis 2017-02-10 16:07:48 +0000
  • 19845fcc25 Redacted invalid auth keys. Comment / logging cleanup and formatting. Richard Lewis 2017-02-10 15:46:19 +0000
  • 0f1ee35418 Check that query string is valid. Disable command execution test (currently broken) Richard Lewis 2017-02-10 15:42:28 +0000
  • b005c4fc83 Google image search bot Richard Lewis 2017-02-09 16:44:41 +0000
  • 89056ebf9e Merge pull request #152 from matrix-org/kegan/matrix-org-util Kegsay 2017-01-31 15:03:50 +0000
  • 3a7d5f84da Bump requirements to Go 1.7 for net/http.Request.Context() Kegan Dougal 2017-01-31 13:59:56 +0000
  • cbc30321a4 Use github.com/matrix-org/util Kegan Dougal 2017-01-31 13:57:02 +0000
  • d6d19a8f6c Add GH Webhook test Kegan Dougal 2017-01-20 10:25:18 +0000
  • ae5b0df563 Merge pull request #147 from matrix-org/kegan/fix-log-field-names Kegsay 2017-01-18 16:03:07 +0000
  • 356ada4add Do not use log field names 'level', 'msg' or 'time' Kegan Dougal 2017-01-18 15:40:35 +0000
  • c7a127c2d8 Implement slackapi Service (#116) Kegsay 2017-01-13 13:57:11 +0000
  • 5abfa281f5 Merge pull request #142 from matrix-org/kegan/gh-help Kegsay 2016-12-23 15:33:53 +0000
  • 96109afd41 Add "!github help" and fix command selection bug Kegan Dougal 2016-12-23 15:13:25 +0000
  • 34ea2d06ce Give a more helpful error message if a service is created with an unknown user ID Kegan Dougal 2016-12-09 13:56:43 +0000
  • b1fe968f83 Merge pull request #137 from matrix-org/kegan/gomatrix Kegsay 2016-12-01 15:31:13 +0000
  • 8d75494c19 Also log when clients are created Kegan Dougal 2016-12-01 15:30:11 +0000
  • efe04d7917 Keep doing the Inviter hack when joining rooms so non-ops can kick the bot they invited Kegan Dougal 2016-12-01 15:23:34 +0000
  • e94ab0d18e And log when we stop Kegan Dougal 2016-12-01 15:15:35 +0000
  • 9708e6351b Stop syncing on nil errors Kegan Dougal 2016-12-01 15:14:39 +0000
  • 60429f32b3 Bug fixes Kegan Dougal 2016-12-01 14:56:40 +0000