construct
                                
                                
                                
                                    construct copied to clipboard
                            
                            
                            
                        This is The Construct
Construct sends array of related events starting with the oldest and ending with the newest. Element appears to expect the inverse, as it applies its strike-through/coloring feature incorrectly right now....
`net listen` contains the TLS keys. LetsEncrypt periodically rotate keys. We need a sane way to update the running-config with the new keys. Either by external signal, or by detecting...
When fetching the keys of other servers, Construct uses the [`POST /_matrix/key/v2/query`](https://matrix.org/docs/spec/server_server/latest#post-matrix-key-v2-query) endpoint instead of [`GET /_matrix/key/v2/server/{keyId}`](https://matrix.org/docs/spec/server_server/latest#get-matrix-key-v2-server-keyid). The former endpoint is meant for querying the keys of multiple different server...
got this error message on make - resolved with `pacman --sync llvm` ``` llvm.cc:11:10: фатальная ошибка: llvm/Config/llvm-config.h: Нет такого файла или каталога 11 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
As the $subj said. ``` Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7cfbfda in ircd::rfc1035::record::AAAA::AAAA (this=0x7ffff6781f38, answer=...) at rfc1035.cc:257 257 ircd::rfc1035::record::AAAA::AAAA(const answer &answer) ``` bt ``` #0 0x00007ffff7cfbfda in ircd::rfc1035::record::AAAA::AAAA (this=0x7ffff6781f38,...
Ability to detect and automagically disable spammers. - registration spam - message (or more generally event) spam - ability to disable users (requires the ability to enable users by admin...
got a lot of these ``` 2020/05/22 18:57:47.354269 13885139 WARNING magick 53 client :job:55028 0/1 [Loading image: 256x256... ] (#350) :iCCP: known incorrect sRGB profile : 2020/05/22 18:57:47.355793 13885139 WARNING...
When all the tickets are closed which is referring this one or the Public Registration it shall be documented what the admin of a public sherver shall be aware, and...
Public server requirements, from #146 Limit access to !special rooms to make it possible to have untrusrted users. Make it invite only and only give access for UID=0 and/or by...
Possibility (and documentation) to control registrations: framework to hook the registration process and let the admin to pre-allow, verify, filter or reject registration. Optional user verification (email, whatever), SSO, whatnot....