hiimgoodpack
  • Joined on 2020-11-20
hiimgoodpack pushed to master at hiimgoodpack/brainlet-irc 2021-01-28 06:10:33 +02:00
06d7e87ef8 Pull bug fix from brainlet-lib
hiimgoodpack pushed to master at hiimgoodpack/brainlet-lib 2021-01-28 06:09:12 +02:00
b48b971916 Bug fixing with subscribing to categories
hiimgoodpack pushed to master at hiimgoodpack/brainlet-irc 2021-01-25 21:48:46 +02:00
d5886843c6 Better README
3b998f16a8 Fix package dependencies
Compare 2 commits »
hiimgoodpack created pull request hippoz/brainlet#14 2021-01-25 17:21:22 +02:00
Make default configuration work
hiimgoodpack pushed to master at hiimgoodpack/brainlet-irc 2021-01-25 07:25:59 +02:00
60b564a154 Create bots
0972fb4bde General improvements
Compare 2 commits »
hiimgoodpack pushed to master at hiimgoodpack/brainlet-lib 2021-01-23 21:13:22 +02:00
bf46bb553c Take advantage of destructuring assignment for better code completion
hiimgoodpack pushed to master at hiimgoodpack/brainlet-lib 2021-01-23 19:28:22 +02:00
ea15842113 Better errors
hiimgoodpack opened issue hiimgoodpack/brainlet-irc#1 2021-01-21 18:14:16 +02:00
Use another IRC server package
hiimgoodpack pushed to master at hiimgoodpack/brainlet-irc 2021-01-21 16:34:13 +02:00
89abc5cedc Update brainlet-lib version
hiimgoodpack pushed to master at hiimgoodpack/brainlet-irc 2021-01-21 02:32:50 +02:00
4c5a28ca84 Update things
hiimgoodpack pushed to master at hiimgoodpack/brainlet-irc 2021-01-20 03:54:24 +02:00
1a8a6c1ef8 Initial commit
hiimgoodpack pushed to master at hiimgoodpack/brainlet-lib 2021-01-20 02:06:22 +02:00
04b534b596 Fix typo causing accounts to not be created
hiimgoodpack created repository hiimgoodpack/brainlet-irc 2021-01-13 21:06:14 +02:00
hiimgoodpack commented on issue hippoz/brainlet#13 2021-01-13 21:04:29 +02:00
SUGGESTION: Don't allow channels with the same name

You can't join a channel by its name, as there could be multiple channels with the same name.

hiimgoodpack opened issue hippoz/brainlet#13 2021-01-13 20:59:29 +02:00
SUGGESTION: Don't allow channels with the same name
hiimgoodpack opened issue hiimgoodpack/brainlet-lib#2 2021-01-07 19:05:07 +02:00
Unit testing
hiimgoodpack commented on issue hippoz/brainlet#10 2021-01-02 18:06:52 +02:00
BUG: Attempting to subscribe to an invalid category ID causes the server to close

When I try to join the channel a, it tells me

(node:3214) UnhandledPromiseRejectionWarning: CastError: Cast to ObjectId failed for value "a" at path "_id" for model "Category"
    at…
hiimgoodpack commented on issue hippoz/brainlet#10 2021-01-02 18:04:02 +02:00
BUG: Attempting to subscribe to an invalid category ID causes the server to close

It seems like on Node v12.20.0, it doesn't crash, but instead creates a UnhandledPromiseRejectionWarning.

hiimgoodpack pushed to master at hiimgoodpack/brainlet-cli 2021-01-01 20:32:19 +02:00
ff61e90e8e Try supporting old versions of Node
hiimgoodpack pushed to master at hiimgoodpack/brainlet-cli 2020-12-31 23:27:59 +02:00
044787e284 Partial markdown support