Elizabeth Myers

Results 23 issues of Elizabeth Myers

This will make it easier for networks to opt out of followbots for all their users, without having to make the instance private or such.

Users aren't going to update the bot once they get it working. It's just a fact of life. This means people who request opt-outs won't be on the list. They'll...

One of my contacts seems to be having trouble talking to me with this showing up in the debug log: ``` 19:50:37: (Libpurple: jabber) Recv (ssl)(1015): [REDACTED][REDACTED] 19:50:37: (Libpurple: jabber)...

More extban types are added, a lot of mode parameter stuff was cleaned up, and support for some contrib modules was added too. In addition, durations are now supported for...

This is a crypt(3)-based hash module for compatibility with Unix crypt and other IRC daemons that use it. This relies on the system crypt which may unfortunately be deficient, hence...

Hello, This fixes the build for Java 7 by overriding methods that are required to be overridden. This fix works fine for me.

Hello, it appears http://repo.tehkode.ru/ and the associated mvn repo are down, breaking the build for HawkEye. I have no idea what the right way to do this would be other...

Hello, For some reason, `nix::unistd::initgroups` is explicitly not defined for macOS, with ~~no~~ incorrect justification in the docs: https://github.com/nix-rust/nix/blob/75a26cd1e0b44c8d953633ee45cfc189cda7e4d7/src/unistd.rs#L1782 This is strange, because the API [definitely exists](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/initgroups.3.html). I'm unsure if...

A-features

Hello, The default template for Alpine 3.16 should have the kernel and initrd suffix changed from `-vanilla` to `-lts` in order to work. I'm not sure when the change was...

pretty_env_logger 0.4.0 depends on env_logger 0.7.1, which depends on atty. atty has a long-standing security problem with unaligned reads and has not been fixed, it is likely abandoned. This is...