Blame
Date:
Mon Jan 23 05:00:25 2023 UTC
Message:
Daily backup
01
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
02
2023-01-22
jrmu
agent=Mozilla/5.0 (X11; OpenBSD amd64; rv:76.0) Gecko/20100101 Firefox/76.0
03
2023-01-22
jrmu
author=jrmu
04
2023-01-22
jrmu
charset=UTF-8
05
2023-01-22
jrmu
csum=
06
2023-01-22
jrmu
ctime=1596259083
07
2023-01-22
jrmu
host=38.81.163.143
08
2023-01-22
jrmu
name=Debate.Zncdefense
09
2023-01-22
jrmu
rev=1
10
2023-01-22
jrmu
targets=
11
2023-01-22
jrmu
text======= ZNC Bad ======%0a%0a - ZNC requires one connection per network. If a user wants to connect to 10 networks at once (freenode, ircnow, dal, efnet, etc), it requires him to set up 10 independent connections on his IRC client. This is almost impossible with mobile apps and very confusing for GUI apps. Practical experience has shown that %3c30%25 of bouncer users know how to do this. If you rely on ZNC, you will lose >70%25 of potential users. ZNC developers have declared they have zero interest in fixing this design flaw; in fact, they are proud of it.%0a - EDIT: While this remains true for mobile apps (and at least to a degree for cli) it depends upon the %0a specific client whether the GUI makes this task easier or harder. Source for the "practical %0a experience"? There are PLENTY of people using ZNC today%0a - ZNC has invented the most confusing way of logging in. If your username is john, your password is secret123, and you want to connect to freenode, your password field needs to be john/freenode:secret123. If you want to connect to dal, your password field needs to be john/dal:secret123. Nowhere have I ever seen such a weird and confusing way of changing networks. Nobody understands this until he has spent 1-2 hours of troubleshooting.%0a - EDIT: this system is actually not hard but rather simple as it allows uniquely distinguishing which %0a network(s) to connect to. The fact that also the network name must be spelled in the same case %0a sensitivty (i.e. ircnow vs IRCNow would be seen as different networks) is indeed confusing though. %0a The reason given was that it is part of the server password (PASS) and thus case-sensitive (since %0a passwords are). This aspect could indeed use improvement (also username has the same issue)%0a Nobody is an absolute statement and following the instructions on the ZNC wiki shows in %0a elaborated ways that it is handled this way.%0a - ZNC is not designed for casual users. It requires reading far too much documentation in order to use. For example, typing /msg *status help shows a wall of text that only a sysadmin could understand. You have jargon like AddTrustedServerFingerprint, ClearAllChannelBuffers, and SetUserBindHost -- words that only a sysadmin could understand after reading through several pages of wikis. As sysadmins, we should configure all this for the end-user so the end-user does not have to read a single page of documentation.%0a - EDIT: True when using the IRC /msg *module_name_here version that requires an easier interface. %0a Although most just use the webadmin panel which is very self-explanatory and when clicking a %0a module it opens the respective wiki site with simple instructions and examples on how to use it.%0a - ZNC relies on a web panel. There are two problems. First, I suspect this web panel cannot be easily customized without recompiling. Secondly, it does not follow the UNIX philosophy of Do One Thing and Do It Well. There is no need to bundle a web server with a bouncer. These should be two separate programs because they deal with two separate protocols/objectives. If you think about the matter critically, you will realize that users don't need a webpanel at all. There's nothing in the webpanel that could not be configured and managed by sysadmins on behalf of users.%0a - EDIT: It has themes that can apparently be used without recompiling, example: %0a https://github.com/catlinman/hivecom-znc . True that the UNIX philosophy is not followed, yet in %0a the point above it was stated that the IRC configuration is too difficult for regular users, thus the %0a webpanel exists so that casual users can easily change options as well. In most cases, ZNC is self- %0a hosted making (the only) user also the sysadmin (most bouncer providers closed down).%0a - ZNC is written in C++, an ugly and inelegant language.%0a - EDIT: While it is written in C++ indeed, this appears to be rather subjective language bias, %0a labeling it "ugly" and "inelegant". Real-life benchmarks needed for verification.%0a - ZNC throttles users when you first start up ZNC and connect everyone. However, the throttling is done in a very stupid manner -- each connection is attempted and throttled serially, even if the networks being connected to are different. These connections should be done in parallel rather than serially. For example, if you have 30 independent networks to connect to and a 30 second throttling delay, it would take 15 minutes with ZNC, but it should only take 5 seconds with a proper bouncer that connects to all 30 networks simultaneously (no need to throttle because they are all unique). On a ZNC server with 1000 users with 10 networks each, and 30 seconds of throttling, we are talking about a startup time of 5000 minutes; more than 3 days would elapse to get connected!%0a - EDIT: True, although when a shared service is in play, most likely many networks will be %0a common/the same, thus a throttle is necessary as otherwise too many users connect to the same %0a network at the same time. 1000 users all connecting to freenode at once from the same address %0a would VERY likely get removed from the network. Improvement necessary though indeed for fully %0a unique networks.%0a - If a server doesn't have a properly signed SSL cert, ZNC will disconnect until the user adds the SSL fingerprint manually. This confuses >90%25 of users. They always blame our bouncer for not working properly. To make matters worse, ZNC then insists upon reconnecting every minute or so and failing in the same manner. And because ZNC does connection throttling, this slows everyone from being able to connect. You as a sysadmin are forced to manually disconnect networks that have SSL certs that aren't properly signed, or else in a few weeks, your ZNC becomes so slow (due to all the throttling) that it takes >10 mins to connect.%0a - EDIT: True. It appears despite making changes to how SSL verification operates, there is still no %0a way to bypass the abovementioned issue which requires significant improvement.%0a - This same error also occurs when our bouncers are GLINEd. Again, ZNC stupidly tries to reconnect every minute, causing everyone to suffer from connection throttling, even if they are not GLINEd.%0a - EDIT: Lack of own experience due to never self-hosting but true with verified benchmarks.%0a - ZNC chose to adopt IRCv3, a terrible protocol because it adds nothing of value to users but introduces a lot of bugs. We have documented that older versions of mIRC (from around v7.33 to 7.41) are unable to connect because either mIRC or ZNC improperly implement IRCv3 capability negotiation. This bug has also been observed with some other Mac and Android IRC clients. What is worse is that nothing in the system logs or user clients ever show this error; it just appears to be nonresponsive after IRCv3 capability negotiation. We are able to reproduce this bug.%0a - EDIT: Personal bias against IRCv3 as it has improved the IRC experience (see account-notify %0a chghost extended-join multi-prefix userhost-in-names for some of the more useful specifications).%0a While the connection issues remain true, this can be bypassed by simply updating clients to a %0a current version, also most mobile clients are lackluster in quite some aspects. If users refuse to %0a upgrade mIRC because they wish to use a pirated version instead, this should infact NOT be %0a supported by IRCNow, as otherwise it is seen as acceptable to use pirated software. Mobile clients %0a infact need a significant repolishing.%0a - ZNC has no way of supporting both IPv4 and IPv6 simultaneously while preferring IPv6 when available. If you want to prefer IPv6, you are forced to drop support for IPv4 (you are therefore unable to connect to IPv4-only networks). If you choose to support both IPv4 and IPv6, znc usually chooses IPv4 by default, rather than using IPv6 by default. This is a design flaw. The default should be IPv6, then fallback to IPv4.%0a - EDIT: First part badly worded as the 2nd part does state one can choose to support both. True %0a that IPv6 should be the default, this is indeed a flaw requiring fixes.%0a - ZNC nickserv module appears to use the /nickserv alias which is not supported on all IRCds (not supported by ngircd). The proper nickserv module should instead adapt to each IRC network so that users do not have to memorize the idiosyncrasies of every single network's services. For example, for ngircd, the proper command is /squery nickserv identify %3cpassword>; for DALnet, the proper command is /msg nickserv@services.dal.net identify %3cpassword>. This really does not need to be an optional module; it needs to be integrated into the bouncer.%0a - EDIT: Out of the majorly used IRCds, ONLY ngIRCd lacks services aliases due to the developer %0a (FALSELY) assuming they should be implemented client-sided. DALnet's ns cs etc are all server- %0a sided aliases which can be observed by studying Bahamut's reference.conf. Only ngIRCd sticks out %0a of the crowd negatively thus that IRCd should be fixed, uniquely adapting to over 60+ IRCd's in %0a unfeasable for ANYONE. (citation of IRCd's: someone counted them once apparently heh)%0a - ZNC does not offer users any way to download their chat logs. It has a chat log module which stores the chat logs on the server hard disk -- but how is a user supposed to fetch these logs? Unless you give every single user on your bouncer ssh access, you are forced to manually email them. A hideous solution.%0a - EDIT: True. This requires a better system indeed.%0a - Requesting a ZNC account using a web registration form or a bouncer bot is an ugly hack. Users should be able to register an account instantly upon first connection.%0a - EDIT: "First" connect would have to be fingerprinted quite strongly to not get duplicates, %0a something not all providers would have the resources/capabilites etc to do. Good idea nontheless %0a though.%0a - ZNC bundles the [[https://wiki.znc.in/Shell|shell module]] by default, a module which makes it easy to exploit a 0day to get shell access to the entire server. It is impossible to delete this module. I complained about this to #znc on freenode and was told by that this was the least of my worries. This goes to show that znc developers do not care enough about security.%0a - EDIT: True although not loaded by default, the sysadmin(s) would have to willingly load it. %0a - ZNC's [[https://wiki.znc.in/Partyline|Partyline]] module is buggy when users are connected to multiple networks. Often, messages repeat 2x or more, and sometimes it causes the users to join strange channels without requesting it. This otherwise useful module has been dropped starting v1.8, so we will need to switch to psyBNC to keep it.%0a - EDIT: Likely true (lack of self-testing). Perhaps the source could be obtained and cleaned up?%0a - There is no way to turn debugging on or off without compiling ZNC from source and restarting ZNC.%0a - EDIT Likely true (lack of self-testing). Debug being available via a /msg *status should be available %0a for example%0a - ZNC's blockuser module may be buggy. I have not verified this with certainty, but I suspect that if you send a reconnect message to the *controlpanel, it may connect sometimes even if a user is blocked.%0a - EDIT: Possibly true, requires further testing%0a - Chrooting ZNC is a horrible, ugly hack.%0a - EDIT: Possibly true (lack of knowledge and experience with chroots to give a qualified statement)%0a - A commonly requested feature is to be able to use ZNC for both mobile phone client and PC IRC client. Here's the [[https://wiki.znc.in/Multiple_clients|ZNC wiki]] explaining how you have multiple clients. Did you understand that? Neither did I. This setup is too complex and confusing for normal people to follow.%0a - EDIT: Personal bias as the author themselves stated they (alone) cannot foolow the guide. The %0a given pastebin gives simple copy-paste instructions to follow. Also this guide is only needed if %0a both devies are used AT THE SAME TIME.%0a - ZNC developers most likely have no interest in fixing any of the above design flaws. And even if they did, you'd be at the mercy of their development team, which may take years before they fix it. You are better off forking the code yourself.%0a - EDIT: True it is up to the dev team, but that is the case with any software in the end. Possibly true %0a if they do not perceive the above points as flaws.%0a - ZNC modules often fall into the category of 1) useless or 2) proprietary software. For example, the ZNC Push Notifications module is proprietary software. There is no open source push notifications for ZNC, but this feature is essential for a proper mobile IRC client.%0a - EDIT: True regarding 2) but no quote given for 1) %0a%0aZNC is only 50%25 of the way there to a good bouncer. We chose it because it is more polished than psyBNC currently. psyBNC is only 30%25 of the way to a good bouncer. However, the problem is that znc is going on the wrong path, and will never straighten its course because of the above mentioned design flaws and a stubborn development team. psyBNC, however, is abandonware so we can mold it to fit our own goals.%0a%0a====== psyBNC Good ======%0a%0a - Written in C, a UNIX hacker's best friend.%0a - EDIT: True.%0a - psyBNC can multiplex multiple network connections onto a single connection, so that users only have to connect to psyBNC once to access all networks. If a user chooses to connect to 200 networks using psyBNC, his IRC client only has to connect once to psyBNC. This is a lot more intuitive than logging in 200 times.%0a - EDIT: What if the user only wishes to connect to 1,2,3 networks and not all at once? this could %0a also lead to significant client lag or even crashes connecting to 200 networks (with many channels %0a in each) at once.%0a - Instead of chroot, we can use OpenBSD's pledge and unveil for greater security.%0a - EDIT: Most likely true (lack of knowledge/experience to give a qualified statement)
12
2023-01-22
jrmu
time=1596259083
13
2023-01-22
jrmu
author:1596259083=jrmu
14
2023-01-22
jrmu
diff:1596259083:1596259083:=1,94d0%0a%3c ====== ZNC Bad ======%0a%3c %0a%3c - ZNC requires one connection per network. If a user wants to connect to 10 networks at once (freenode, ircnow, dal, efnet, etc), it requires him to set up 10 independent connections on his IRC client. This is almost impossible with mobile apps and very confusing for GUI apps. Practical experience has shown that %3c30%25 of bouncer users know how to do this. If you rely on ZNC, you will lose >70%25 of potential users. ZNC developers have declared they have zero interest in fixing this design flaw; in fact, they are proud of it.%0a%3c - EDIT: While this remains true for mobile apps (and at least to a degree for cli) it depends upon the %0a%3c specific client whether the GUI makes this task easier or harder. Source for the "practical %0a%3c experience"? There are PLENTY of people using ZNC today%0a%3c - ZNC has invented the most confusing way of logging in. If your username is john, your password is secret123, and you want to connect to freenode, your password field needs to be john/freenode:secret123. If you want to connect to dal, your password field needs to be john/dal:secret123. Nowhere have I ever seen such a weird and confusing way of changing networks. Nobody understands this until he has spent 1-2 hours of troubleshooting.%0a%3c - EDIT: this system is actually not hard but rather simple as it allows uniquely distinguishing which %0a%3c network(s) to connect to. The fact that also the network name must be spelled in the same case %0a%3c sensitivty (i.e. ircnow vs IRCNow would be seen as different networks) is indeed confusing though. %0a%3c The reason given was that it is part of the server password (PASS) and thus case-sensitive (since %0a%3c passwords are). This aspect could indeed use improvement (also username has the same issue)%0a%3c Nobody is an absolute statement and following the instructions on the ZNC wiki shows in %0a%3c elaborated ways that it is handled this way.%0a%3c - ZNC is not designed for casual users. It requires reading far too much documentation in order to use. For example, typing /msg *status help shows a wall of text that only a sysadmin could understand. You have jargon like AddTrustedServerFingerprint, ClearAllChannelBuffers, and SetUserBindHost -- words that only a sysadmin could understand after reading through several pages of wikis. As sysadmins, we should configure all this for the end-user so the end-user does not have to read a single page of documentation.%0a%3c - EDIT: True when using the IRC /msg *module_name_here version that requires an easier interface. %0a%3c Although most just use the webadmin panel which is very self-explanatory and when clicking a %0a%3c module it opens the respective wiki site with simple instructions and examples on how to use it.%0a%3c - ZNC relies on a web panel. There are two problems. First, I suspect this web panel cannot be easily customized without recompiling. Secondly, it does not follow the UNIX philosophy of Do One Thing and Do It Well. There is no need to bundle a web server with a bouncer. These should be two separate programs because they deal with two separate protocols/objectives. If you think about the matter critically, you will realize that users don't need a webpanel at all. There's nothing in the webpanel that could not be configured and managed by sysadmins on behalf of users.%0a%3c - EDIT: It has themes that can apparently be used without recompiling, example: %0a%3c https://github.com/catlinman/hivecom-znc . True that the UNIX philosophy is not followed, yet in %0a%3c the point above it was stated that the IRC configuration is too difficult for regular users, thus the %0a%3c webpanel exists so that casual users can easily change options as well. In most cases, ZNC is self- %0a%3c hosted making (the only) user also the sysadmin (most bouncer providers closed down).%0a%3c - ZNC is written in C++, an ugly and inelegant language.%0a%3c - EDIT: While it is written in C++ indeed, this appears to be rather subjective language bias, %0a%3c labeling it "ugly" and "inelegant". Real-life benchmarks needed for verification.%0a%3c - ZNC throttles users when you first start up ZNC and connect everyone. However, the throttling is done in a very stupid manner -- each connection is attempted and throttled serially, even if the networks being connected to are different. These connections should be done in parallel rather than serially. For example, if you have 30 independent networks to connect to and a 30 second throttling delay, it would take 15 minutes with ZNC, but it should only take 5 seconds with a proper bouncer that connects to all 30 networks simultaneously (no need to throttle because they are all unique). On a ZNC server with 1000 users with 10 networks each, and 30 seconds of throttling, we are talking about a startup time of 5000 minutes; more than 3 days would elapse to get connected!%0a%3c - EDIT: True, although when a shared service is in play, most likely many networks will be %0a%3c common/the same, thus a throttle is necessary as otherwise too many users connect to the same %0a%3c network at the same time. 1000 users all connecting to freenode at once from the same address %0a%3c would VERY likely get removed from the network. Improvement necessary though indeed for fully %0a%3c unique networks.%0a%3c - If a server doesn't have a properly signed SSL cert, ZNC will disconnect until the user adds the SSL fingerprint manually. This confuses >90%25 of users. They always blame our bouncer for not working properly. To make matters worse, ZNC then insists upon reconnecting every minute or so and failing in the same manner. And because ZNC does connection throttling, this slows everyone from being able to connect. You as a sysadmin are forced to manually disconnect networks that have SSL certs that aren't properly signed, or else in a few weeks, your ZNC becomes so slow (due to all the throttling) that it takes >10 mins to connect.%0a%3c - EDIT: True. It appears despite making changes to how SSL verification operates, there is still no %0a%3c way to bypass the abovementioned issue which requires significant improvement.%0a%3c - This same error also occurs when our bouncers are GLINEd. Again, ZNC stupidly tries to reconnect every minute, causing everyone to suffer from connection throttling, even if they are not GLINEd.%0a%3c - EDIT: Lack of own experience due to never self-hosting but true with verified benchmarks.%0a%3c - ZNC chose to adopt IRCv3, a terrible protocol because it adds nothing of value to users but introduces a lot of bugs. We have documented that older versions of mIRC (from around v7.33 to 7.41) are unable to connect because either mIRC or ZNC improperly implement IRCv3 capability negotiation. This bug has also been observed with some other Mac and Android IRC clients. What is worse is that nothing in the system logs or user clients ever show this error; it just appears to be nonresponsive after IRCv3 capability negotiation. We are able to reproduce this bug.%0a%3c - EDIT: Personal bias against IRCv3 as it has improved the IRC experience (see account-notify %0a%3c chghost extended-join multi-prefix userhost-in-names for some of the more useful specifications).%0a%3c While the connection issues remain true, this can be bypassed by simply updating clients to a %0a%3c current version, also most mobile clients are lackluster in quite some aspects. If users refuse to %0a%3c upgrade mIRC because they wish to use a pirated version instead, this should infact NOT be %0a%3c supported by IRCNow, as otherwise it is seen as acceptable to use pirated software. Mobile clients %0a%3c infact need a significant repolishing.%0a%3c - ZNC has no way of supporting both IPv4 and IPv6 simultaneously while preferring IPv6 when available. If you want to prefer IPv6, you are forced to drop support for IPv4 (you are therefore unable to connect to IPv4-only networks). If you choose to support both IPv4 and IPv6, znc usually chooses IPv4 by default, rather than using IPv6 by default. This is a design flaw. The default should be IPv6, then fallback to IPv4.%0a%3c - EDIT: First part badly worded as the 2nd part does state one can choose to support both. True %0a%3c that IPv6 should be the default, this is indeed a flaw requiring fixes.%0a%3c - ZNC nickserv module appears to use the /nickserv alias which is not supported on all IRCds (not supported by ngircd). The proper nickserv module should instead adapt to each IRC network so that users do not have to memorize the idiosyncrasies of every single network's services. For example, for ngircd, the proper command is /squery nickserv identify %3cpassword>; for DALnet, the proper command is /msg nickserv@services.dal.net identify %3cpassword>. This really does not need to be an optional module; it needs to be integrated into the bouncer.%0a%3c - EDIT: Out of the majorly used IRCds, ONLY ngIRCd lacks services aliases due to the developer %0a%3c (FALSELY) assuming they should be implemented client-sided. DALnet's ns cs etc are all server- %0a%3c sided aliases which can be observed by studying Bahamut's reference.conf. Only ngIRCd sticks out %0a%3c of the crowd negatively thus that IRCd should be fixed, uniquely adapting to over 60+ IRCd's in %0a%3c unfeasable for ANYONE. (citation of IRCd's: someone counted them once apparently heh)%0a%3c - ZNC does not offer users any way to download their chat logs. It has a chat log module which stores the chat logs on the server hard disk -- but how is a user supposed to fetch these logs? Unless you give every single user on your bouncer ssh access, you are forced to manually email them. A hideous solution.%0a%3c - EDIT: True. This requires a better system indeed.%0a%3c - Requesting a ZNC account using a web registration form or a bouncer bot is an ugly hack. Users should be able to register an account instantly upon first connection.%0a%3c - EDIT: "First" connect would have to be fingerprinted quite strongly to not get duplicates, %0a%3c something not all providers would have the resources/capabilites etc to do. Good idea nontheless %0a%3c though.%0a%3c - ZNC bundles the [[https://wiki.znc.in/Shell|shell module]] by default, a module which makes it easy to exploit a 0day to get shell access to the entire server. It is impossible to delete this module. I complained about this to #znc on freenode and was told by that this was the least of my worries. This goes to show that znc developers do not care enough about security.%0a%3c - EDIT: True although not loaded by default, the sysadmin(s) would have to willingly load it. %0a%3c - ZNC's [[https://wiki.znc.in/Partyline|Partyline]] module is buggy when users are connected to multiple networks. Often, messages repeat 2x or more, and sometimes it causes the users to join strange channels without requesting it. This otherwise useful module has been dropped starting v1.8, so we will need to switch to psyBNC to keep it.%0a%3c - EDIT: Likely true (lack of self-testing). Perhaps the source could be obtained and cleaned up?%0a%3c - There is no way to turn debugging on or off without compiling ZNC from source and restarting ZNC.%0a%3c - EDIT Likely true (lack of self-testing). Debug being available via a /msg *status should be available %0a%3c for example%0a%3c - ZNC's blockuser module may be buggy. I have not verified this with certainty, but I suspect that if you send a reconnect message to the *controlpanel, it may connect sometimes even if a user is blocked.%0a%3c - EDIT: Possibly true, requires further testing%0a%3c - Chrooting ZNC is a horrible, ugly hack.%0a%3c - EDIT: Possibly true (lack of knowledge and experience with chroots to give a qualified statement)%0a%3c - A commonly requested feature is to be able to use ZNC for both mobile phone client and PC IRC client. Here's the [[https://wiki.znc.in/Multiple_clients|ZNC wiki]] explaining how you have multiple clients. Did you understand that? Neither did I. This setup is too complex and confusing for normal people to follow.%0a%3c - EDIT: Personal bias as the author themselves stated they (alone) cannot foolow the guide. The %0a%3c given pastebin gives simple copy-paste instructions to follow. Also this guide is only needed if %0a%3c both devies are used AT THE SAME TIME.%0a%3c - ZNC developers most likely have no interest in fixing any of the above design flaws. And even if they did, you'd be at the mercy of their development team, which may take years before they fix it. You are better off forking the code yourself.%0a%3c - EDIT: True it is up to the dev team, but that is the case with any software in the end. Possibly true %0a%3c if they do not perceive the above points as flaws.%0a%3c - ZNC modules often fall into the category of 1) useless or 2) proprietary software. For example, the ZNC Push Notifications module is proprietary software. There is no open source push notifications for ZNC, but this feature is essential for a proper mobile IRC client.%0a%3c - EDIT: True regarding 2) but no quote given for 1) %0a%3c %0a%3c ZNC is only 50%25 of the way there to a good bouncer. We chose it because it is more polished than psyBNC currently. psyBNC is only 30%25 of the way to a good bouncer. However, the problem is that znc is going on the wrong path, and will never straighten its course because of the above mentioned design flaws and a stubborn development team. psyBNC, however, is abandonware so we can mold it to fit our own goals.%0a%3c %0a%3c ====== psyBNC Good ======%0a%3c %0a%3c - Written in C, a UNIX hacker's best friend.%0a%3c - EDIT: True.%0a%3c - psyBNC can multiplex multiple network connections onto a single connection, so that users only have to connect to psyBNC once to access all networks. If a user chooses to connect to 200 networks using psyBNC, his IRC client only has to connect once to psyBNC. This is a lot more intuitive than logging in 200 times.%0a%3c - EDIT: What if the user only wishes to connect to 1,2,3 networks and not all at once? this could %0a%3c also lead to significant client lag or even crashes connecting to 200 networks (with many channels %0a%3c in each) at once.%0a%3c - Instead of chroot, we can use OpenBSD's pledge and unveil for greater security.%0a%3c - EDIT: Most likely true (lack of knowledge/experience to give a qualified statement)%0a\ No newline at end of file%0a
15
2023-01-22
jrmu
host:1596259083=38.81.163.143
IRCNow