Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versão corrige um bug que causou um processo para tentar abrir os sockets de escuta quando ele já os tinha aberto (o que causou o hub para desligar), um bug que poderia causar um falso usuário chamado "removido" usuário para entrar no userlist, dois bugs no network.c o que poderia causar uma má máquina a ser definido e hublinking a falhar, e um par de bugs relacionados com o comando $ OpForceMove.
Tags:
Minor bugfixes
This release fixes a bug which caused a process to try to open the
listening sockets when it already had them open (which caused the hub
to shut down), a bug that could cause a fake user called "removed
user" to enter the userlist, two bugs in network.c which could cause a
bad hostname to be set and hublinking to fail, and a couple of bugs
related to the $OpForceMove command.
Correções foram feitas para um bug no configure sobre a opção - enable-switch_user, um bug que fazia não o comando $ getip para funcionar corretamente, um erro que poderia pendurar o hub quando efetuar o login para o porto administradores, um bug que poderia causar o processo de escuta para desligar sem ter o cubo abrindo um novo, e um bug que fazia não o comando $ getreglist de trabalho para os administradores. As senhas não são mais voltou com o comando $ getreglist.
Fixes were made for a bug in configure regarding the --enable-switch_user option, a bug that caused the $getip command not to work properly, a bug that could hang the hub when logging in to the administrators port, a bug that could cause the listening process to shut down without having the hub opening up a new one, and a bug that caused the $getreglist command not to work for administrators. Passwords are no longer returned with the $getreglist command.
A forma como os garfos hub foi alterado. O cubo agora será sempre executado em pelo menos dois processos, onde nunca o processo principal tem todos os clientes conectados. Um erro que impediu as partes do comando $ QI a partir de serem enviados para scripts foi corrigido. Um casal de userlist bugs relacionados foram corrigidos. O erro EINTR está agora devidamente tratada onde quer que ela pode ocorrer. O kicked_user sub Perl foi adicionado. memset () é agora utilizado para zerar a memória. O cubo agora usa poll () em vez de select () nos sistemas em que ele estiver disponível.
The way the hub forks was changed. The hub will now always run in at least two processes, where the main process never holds any connected clients. A bug that prevented parts of the $SR command from being sent to scripts was fixed. A couple of userlist related bugs were fixed. The EINTR error is now properly handled wherever it can occur. The Perl sub kicked_user was added. memset() is now used for zeroing memory. The hub now uses poll() instead of select() on systems where it's available.
Correções foram feitas para um bug que poderia causar processos script para ser retirado em casos raros, um bug que exibia a mensagem errada ao remover entradas da banlist / nickbanlist AllowList / em bate-papo, uma fuga de memória no odch:: get_description função, uma bug que fez a GetHost! /! getip comandos não trabalho para OP: s no bate-papo, e um bug que enviou um tamanho mínimo de partes errada na mensagem que informa ao usuário se a participação dos usuários é pequena. Novo script Perl odch funções: get_email () odch,:: add_nickban_entry (), e odch:: remove_nickban_entry () também foram adicionadas.
Tags:
Minor bugfixes
Fixes were made for a bug that could cause script processes to be removed in rare cases, a bug that displayed the wrong messages when removing entries from the banlist/nickbanlist/allowlist in chat, a memory leak in the odch::get_description function, a bug that made the !gethost/!getip commands not work for Op:s in chat, and a bug that sent an erroneous minimum share size in the message that tells a user if the users share is to small. New Perl script functions odch::get_email(), odch::add_nickban_entry(), and odch::remove_nickban_entry() were also added.