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 versión corrige un error que causa un proceso para tratar de abrir el socket de escucha cuando ya los tenía abiertos (lo que provocó el centro para apagar), un error que podría provocar un falso usuario llamado "eliminar usuario" para entrar en la lista de usuarios, dos errores en network.c que podría causar un mal nombre de host que se establecerán y hublinking a fallar, y un par de errores relacionados con el 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.
Fija se hicieron para un error de configuración en relación con la opción - enable-switch_user, un error que provocaba que no el comando $ getip funcione correctamente, un error que podría colgar el centro al iniciar sesión en el puerto de administradores, un error que podría causar el proceso de escucha a cerrar el centro sin tener la apertura de uno nuevo, y un error que provocaba que no el comando $ getreglist a trabajar para los administradores. Las contraseñas ya no son devueltos con el 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.
El camino se ha cambiado la horquilla concentrador. El centro ahora siempre se ejecutan en al menos dos procesos, en donde nunca el proceso principal tiene todos los clientes conectados. Un error que impidió partes de la orden: $ SR de ser enviado a los guiones fue corregido. Un par de fallos relacionados con lista de usuarios se han arreglado. El error EINTR ahora está correctamente manejada dondequiera que pueda ocurrir. El kicked_user sub Perl se añadió. memset () se utiliza ahora para la reducción a cero de la memoria. El centro utiliza ahora poll () en lugar de select () en sistemas en los que está disponible.
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.
Fija se hicieron para un error que podría provocar procesos de secuencia de comandos para retirar en casos raros, un error que muestran los mensajes de error al quitar las entradas de la lista de BAN / / nickbanlist allowlist en el chat, una pérdida de memoria en el odch:: función get_description, un error que hizo el GetHost! /! getip comandos no funciona para Op: s en el chat, y un error que envió una errónea tamaño cuota mínima en el mensaje que le dice a un usuario si los usuarios comparten es pequeña. Nuevas funciones de script de Perl odch:: get_email (), odch:: add_nickban_entry (), y odch:: remove_nickban_entry () también fueron agregados.
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.