summaryrefslogtreecommitdiff
path: root/Ivy.pm
AgeCommit message (Collapse)Author
2003-05-30-no more bug when unbinding regexpsvales
2002-12-05suppressing the print "BroadcastBus: ....." when the agent connects to ivymertz
when an agent is running on an unknown host, we are now using the ip address in replacement of the hostname in the callback associated to the -statusFunc attribute.
2002-09-20man slight correctionmertz
2002-06-20multicast is now possible on with address such as 235.0.1.2:7654mertz
2002-06-18- Verification qu'une socket est bien connectée avant de la fermer,mertz
sinon Segmentation fault - Amélioration mineures des commentaires
2002-06-10amélioration de qqs messages d'erruer (pour Ivy::sendDirectMsgs et Ivy::ping)mertz
2002-06-07- ivy-perl does no more allow subscription to illformed regular expressionsmertz
as for example 'zaza (' or '*' - ivy-perl is now tolerant to illformed regular expressions subscribed by other agent on the bus - ivy-perl warn you when a message containing a \n is send. This is because the \n is currently the message separator - with the statusfunc, it is now possible to know every regexp subscribed / unsubscribed by other agents - the ivyprobe.pl application now displays all subscriptions / unsubscriptions. It also allows unsubscription - when a die message is issued with an unknown agentName, Ivy warn you correctly - man pages enhancements
2002-04-25suppression des plantages dus à es regexp incorrectesmertz
Ivy.pm permet de connaitres les abonnements/desabonnements ivyprobe.pl permet de suivre tous les abonnements / dé-abonnements
2001-11-29modif du man pour mieux expliquer le unbindmertz
2001-11-26Correction de bug dans la méthode DESTROY, introduit lors dedamiano
la suppression des threads (entre la version CVS 1.9 et 1.10)
2001-10-11start method returns now the busmertz
the man has been enhanced
2001-09-05amélioration du formatage de la page de manmertz
2001-09-04Simple addition to subroutine 'start', which allows implementation of ↵sc
message players
2001-07-06deletion of unused pragma, which triggered annoying warnings in perl 5.6mertz
2001-04-05 * Correction of \s and \S expansion in regexpmertz
* Better documentation of statusFunc parameter of New method * if an appli start two times the same bus it still work now
2000-12-21 * This version is compatible again with version 3 of Ivy.mertz
Thats means it can be used again without ivy object. This has been documented in the man pages. However it is preferable to create Ivy objects. * \s and ^\s in regexp are now correctly expanded as tab and blank characters * regular expressions are now case-insensitive (the same as ivy-c!) Of course, case of parameters transmitted on the bus are preserved! * an implementation of ivyprobe is given as an example and as a test tool /usr/bin/ivyprobe.pl -h for more infos. * when :port is used as a domain/port ivy-perl now really do connect to the 127:port bus. * man pages have been enhanced. Some features not yet documented are now (mainly sendDirect / bindDirect / fileEvent). * the stop method works now also with applications written with the C version of ivy. However the hack may not be the good solution!
2000-05-24Version 4.5 : API backward compatibility with version 3 was addedsc
2000-04-20Behaviour wrt bus addresses is now compatible with C version and withchatty
previous Perl versions until 4.0 Translated error messages to English Slightly improved English in documentation
2000-03-09Mauvais copier coller : boucle infiniedamiano
2000-02-23maj des copyright et descriptionmertz
2000-02-02$VERSION and IVY PROTOCOL VERSION may differ.damiano
Add a const IVY_PROTOCOL_VERSION and set it to 3
2000-02-02Add test file to get rid of typosdamiano
2000-02-02Remove thread, correct bugs and add mandamiano
2000-01-18Add observer paramater to method bindRegexpdamiano
Call observer method instead of callback function when applicable
1999-12-22*** empty log message ***damiano
1999-01-21menage repertoirejacomi
1999-01-21headersjacomi
1999-01-08Changed handling of default values in Ivy::start, allowing to pass undef ↵chatty
parameters
1999-01-08Now handles broadcast domains through IVYDOMAINS and args to Ivy::startchatty
Bus->Ivy
1998-12-22Mis le systeme de choix des adresses de broadcastchatty
1998-10-07nouvelle adresse reseau ajouteejacomi
1998-09-04Initial revisiondamiano