Commit Graph

302 Commits (0b2bf7a94e49b9657109bd335dbdfcab8eebabfb)

Author SHA1 Message Date
Lamp a3fc575f46 pr pw in env 2019-07-01 17:25:53 -07:00
Lamp 4f5b1462f3 require('./prbridge'); 2019-07-01 17:23:24 -07:00
Lamp 6a6308d9a4 Merge branch 'master' of gitlab.com:ledlamp/discord-mpp-bridge 2019-07-01 17:22:40 -07:00
Lamp e6828d9414 update puppeteer
to resolve vulnerability
2019-07-01 17:20:33 -07:00
Lamp 7431a31a7e Merge branch 'master' into 'master'
Fix chat on messages without name, i.e join/leave messages. Fix client sending...

See merge request ledlamp/discord-mpp-bridge!19
2019-06-28 23:35:57 +00:00
Bop It Freak 2251e92ac4 Fix chat on messages without name, i.e join/leave messages. Fix client sending it's own messages to discord. havn't tested :O 2019-06-28 02:03:01 +00:00
Lamp 8ebb27dd57 bot ignore self ofo
on disc
2019-06-27 17:42:57 -07:00
Lamp 3269121dbd asdf 2019-06-27 17:31:56 -07:00
Lamp 9c6cbed684 global reference to pr client 2019-06-27 17:16:30 -07:00
Lamp 3e7254ca87 send to right room id 2019-06-27 17:06:10 -07:00
Lamp 55cfcb924c fufufufuf 2019-06-27 16:54:19 -07:00
Lamp 158aebf0d9 fix? 2019-06-27 16:52:15 -07:00
Lamp 66876def71 implement pr bridge
guess it's good
2019-06-27 16:43:03 -07:00
Bop It Freak 915efb7803 PianoRhythm Bridge 2019-06-27 16:14:59 -07:00
Lamp 1133e9aff4 Update BIMP 2019-06-17 04:50:10 +00:00
Lamp e4c0de8396 Bump up the send interval a little bit
or down?
2019-06-02 05:42:55 +00:00
Lamp 04db3184b7 gah fok
ignore webhooks
2019-05-21 23:17:07 +00:00
Lamp e1d48d5cf6 Show bot or ! messages except from self 2019-05-16 21:00:27 +00:00
Lamp 2da9371fa5 super simple fix for race condition
should close #14
2019-04-25 01:40:05 +00:00
Lamp 4d56f3de9e Automatically prune orphan roles when out of roles
closes #20
2019-04-19 04:40:35 +00:00
Lamp b69022e2b0 catch error from role delete
so it doesn't break the loop
2019-04-19 04:31:11 +00:00
Lamp b1a35aabef add "colour" alias 2019-04-15 20:21:58 +00:00
Lamp d31d2c64e0 add emoji protection override 2019-04-03 22:42:34 +00:00
Lamp 485d39045a update invisible char for bot sorting
thanks doge
2019-04-03 00:21:05 +00:00
Lamp a3033fd84b Add Bop It's MPP 2019-03-26 00:40:03 +00:00
Lamp 07539d8208 Update POWOP [(O)WOPP] uri 2019-03-22 22:15:26 +00:00
Lamp 3549c63a08 oop that wont work 2019-03-22 21:38:37 +00:00
Lamp 7114896ebe Add owop captcha bypass 2019-03-22 21:37:08 +00:00
Lamp 2f46a5ac36 expand color command description
also title command description
and added handler for invisible users to title command
2019-02-26 00:09:35 +00:00
Lamp b7a3bd3798 fix welcome webhook avatar url 2019-01-30 21:14:38 +00:00
Lamp 5d114145bd restore name on mpp 2019-01-26 23:46:25 +00:00
Lamp 19a7098361 Revert "bodge room "심심" always visible"
This reverts commit af8ce61982
2019-01-25 23:45:11 +00:00
Lamp af8ce61982 bodge room "심심" always visible 2019-01-25 22:46:40 +00:00
Lamp dd5fdc521a
Revert "Fix race condition in name collector to close #14"
This reverts commit bb3afc2bf6.
2019-01-21 13:45:57 -08:00
Lamp 18b034ed58 stop using home proxy
cause power failures during rainy season

plus stupid bios complaining about something requiring plugging in keyboard and pressing f1 to boot
2019-01-09 22:25:55 +00:00
Lamp 31d9ddbb9a oops forgot to edit pasted line 2018-12-14 06:09:57 +00:00
Lamp a1aa5f0154 _events[name].unshift() not compatible with nodejs EventEmitter; use .prependListener() 2018-12-14 06:07:35 +00:00
Lamp d9de1324ec fix event array not created yet 2018-12-14 06:01:39 +00:00
Lamp bb3afc2bf6 Fix race condition in name collector to close #14
by using a buffer and processing actions serially
2018-12-14 05:55:06 +00:00
Lamp 69240f21fa Fix asumption of p only on join, also added announce on name change
Closes #3 again
2018-12-14 05:31:38 +00:00
Lamp 8d7beab573 Fix bridge saying everyone else joined/left when only the bot did
Closes #3
2018-12-14 05:14:45 +00:00
Lamp 2521add583 fix pinboard url bug 2018-12-13 06:22:28 +00:00
Lamp 3d62322228 Pinboard 2018-12-13 06:12:24 +00:00
Lamp f3d69a4c4c
persistent emojis 2018-12-11 22:46:21 -08:00
Lamp a0810e0579
derp 2018-12-07 23:39:30 -08:00
Lamp 8bc944c2f5
Update Procfile 2018-12-07 23:33:46 -08:00
Lamp 0c553d2f00
fof async 2018-12-07 23:14:05 -08:00
Lamp 8f02d2ac3f
Refactor data collector & add to ddpbridge 2018-12-07 23:11:06 -08:00
Lamp 9ddc81ae59
setChannel with {visible:false}
because it only works if it's the first user in the room (and not a lobby) which is also when it needs to make the channel hidden anyway. this fixes channels not hidden initially
2018-12-07 21:49:27 -08:00
Lamp 171bcd99d9
delete createtextchannel command
it never was used constructively.
2018-12-02 15:34:29 -08:00