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.
Cette version corrige un bug qui a causé un processus pour essayer d'ouvrir les sockets d'écoute quand il leur avait déjà ouvert (ce qui a causé la plaque tournante de l'arrêté), un bug qui pouvait provoquer un faux utilisateur appelée "retiré utilisateur" d'entrer dans la liste des utilisateurs, deux bogues dans network.c qui pourrait provoquer un mauvais hostname à établir, et hublinking à l'échec, et un couple de bugs liés à la commande 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.
Les correctifs ont été faits pour un bogue dans la configuration sur l'option - enable-switch_user, un bug qui faisait que la commande $ getIp de ne pas travailler correctement, un bug qui pouvait bloquer la plate-forme lors de la connexion au port d'administrateurs, d'un bug qui pouvait causer des ce processus d'écoute pour s'arrêter sans avoir le moyeu ouvrir un nouveau, et d'un bug qui faisait que la commande $ getreglist de ne pas travailler pour les administrateurs. Les mots de passe ne sont plus retournés avec la commande $ 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.
La façon dont les fourches Hub a été changé. Le moyeu est maintenant toujours courir à au moins deux processus, où le processus principal tient jamais de clients connectés. Un bogue qui empêchait les parties de la commande $ Sr d'être envoyés aux scripts a été fixée. Un couple de bogues userlist connexes ont été fixés. L'erreur EINTR est maintenant correctement traitée partout où il peut se produire. Le kicked_user sous Perl a été ajouté. memset () est désormais utilisé pour mettre à zéro la mémoire. Le hub utilise maintenant poll () au lieu de select () sur les systèmes où il 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.
Les correctifs ont été faits pour un bug qui pouvait causer des processus de script pour être retiré dans de rares cas, un bug qui affichait des messages erronés lors de la suppression des entrées de la banlist / / nickbanlist allowlist dans le chat, une fuite de mémoire dans le odch:: function get_Description, un bug qui a fait la gethost! /! getIp commandes ne fonctionnent pas pour l'Op: s dans le chat, et d'un bug qui avait envoyé une taille erronée part minimale dans le message qui indique à un utilisateur si l'utilisateur part est trop petite. Nouvelles fonctions de script Perl odch:: get_email (), odch:: add_nickban_entry (), et odch:: remove_nickban_entry () ont été également ajoutés.
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.