HackerSmacker

Results 24 comments of HackerSmacker

I am somewhat confused as to what the nature of this issue is -- can you please elaborate? I do not believe that Concord would be very effective without a...

Okay, that definitely makes sense. Yeah, there's definitely room for improvement there.

> > > I think before the PR is accepted, we should do a bit of testing. The code changed is pretty critical to the function of Concord, after all....

> I think before the PR is accepted, we should do a bit of testing. The code changed is pretty critical to the function of Concord, after all. @HackerSmacker, do...

> Currently compiles fine on both Linux and BSD. On Linux, there is a warning about the queue and ratelimiting, which can be found [here](https://pastebin.com/Vh1NFdKZ). That being said, that part...

> @sus-impost0r Are we good for testing? @tarbomb and I did plenty of testing, and we determined that this PR contains a bug that causes the bot (PancakeBot) to never...

Inevitably, this won't fix big-endian systems, there's an issue somewhere else in CWS that's hindering us there. Nonetheless, I still think it's good.

I'm about a day delinquent on this, so, let me compose a long and supposedly eloquent response. I'll do this as a bulleted list: > `malloc` output isn't being checked!...

The `printf` family is a classic example because you can (quite easily) get two strings mixing together on the terminal. Fortunately, I don't think it'll be a massive issue for...

Heads up -- the Makefile is busted! ``` OBJS = src/memhandl.o src/utils.o src/db.o src/main.o PROGRAM = sbclone CC = cc CCLD = cc CFLAGS = -g -I/usr/local/include LDFLAGS = -ldiscord...