Artem Savkov
Artem Savkov
Could this be your irc client's limit on number of nicks presented? The first thing to check would be running bitlbee in debug mode (see readme) and looking if any...
This sounds a lot like #201, make sure you have the latest commits when testing.
Yes, this is a known issue: #49 Discord doesn't send us per-channel presences or user lists, only "guild"-wide, so to limit user-lists per-channel the whole discord permissions system needs to...
Thanks for the writeup. I wonder where exactly it get's stuck. bitlbee-discord only calls discord_http_get_backlog() on channel join. Now the joins are handled by bitlbee itself in irc_channel_auto_joins() and that...
bitlbee-discord also has a lot of debug messages when BITLBEE_DEBUG env var is set, so running biltlbee like `BITLBEE_DEBUG=1 bitlbee -Dnv` might give you a better idea of what is...
The lag in control channel is very likely to be caused by big user list, you can read more on the issue in #47. It is very likely that the...
That is an absolutely wonderful question. Thank you for it. The answer is - no, big user list did not affect your private message backlog for a reason that bitlbee-discord...
Please read through "Debugging" section in README and try to get a debug.log (make sure you are not posting tokens/passwords). 403 is HTTP's "Forbidden" code so are you sure you...
I think this might be the same as #182, so if the latest commits fix sending messages for you, please close this issue.
Hi, I was looking into adding support for recently merged [crash_kexec() kfunc](https://lore.kernel.org/bpf/[email protected]/) to bpftrace. So I would love to help out with getting general kfunc support into bpftrace as well....