Pkgsrc changes:
o Sort dependencies according to list in upstream package
o Add overlooked dependency on p5-Class-Accessor
Upstream changes:
0.29 23 Aug 2008
* fix typos in the Tutorial
* add relationship methods to Controller, ModelAdapter and
Model core API.
* added sugary alias methods for read(), update() and
delete() to match CRUD.
* refactored REST controller to support related methods
and provide better HTTP status checks and responses.
Changes since 2.2a4 [2007-05-30]:
- Various dates displayed now follow the ISO 8601 format.
- Graph start date, end date and creation dates can now be added to the image.
- Data Source Templates have been enhanced:
- Dynamic elements can now be stacked on top of previous graph element not
just on top of themselves (courtesy of Francois Deppierraz),
- Number of elements can be used in dynamic element CDEFs, and Formula field,
- Builtin formulas allow calculating the AVERAGE and STDDEV,
- Old files and files without values are automatically skipped (courtesy of
R.P. Aditya).
- Orange look, still ugly though :)
- New Data Source rows are now properly disabled on load.
- Allow &DBFinder() to follow symlinks.
- Switched to /usr/bin/perl (from /usr/local/bin/perl).
In the tradition of Rose::DB::Object::Helpers, more importable methods.
This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn
documentation for a full explanation of how to import methods from
this class. The helper methods themselves are described below.
Upstream changes:
0.16 25 Aug 2008
* refactor the form_to_object() to avoid setting the PK
value for a new object
0.15 24 Aug 2008
* fix the form_to_object() method to work with 0.29 core REST api
Pkgsrc changes:
o Adjust dependencies
Upstream changes:
0.09 2008-09-03 12:00:00
- Filter out unwanted stack frames and attributes in the
$SIG{__DIE__} handler instead of finalize_error().
- Avoid stringifying refs in the trace, since we now throw them
away immediately.
Upstream changes:
0.10007 2008-08-17
- Update tests prereqs to include Test::Exception (RT #36339)
- Some documentation fixes (including RT #36062)
- Compatibility fix where the use of new style config and old
style Authentication::Store::Minimal would cause a crash
(Reported & fixed by Jos Boumans C<kane@cpan.org>)
- Documentation update on Password - to indicate proper field naming
- Decouple Authentication system from session. The realm class
now allows complete control over how a user is persisted across
requests.
- pod fixes (RT #36062, RT #36063)
Based on patch provided by Mustafa Dogan in PR 39503.
Add DESTDIR support and note that test target require bash and python.
Release 1.5 (2008/07/22)
========================
ALL:
- XORP now builds on DragonFlyBSD-1.10.1, DragonFlyBSD-1.12.2,
FreeBSD-7.0, Linux Debian-4.0 (etch), Linux Fedora 7,
Linux Fedora 8, Linux Fedora 9, Linux Gentoo 2008.0,
Linux Ubuntu-7.04, Linux Ubuntu-7.10, Linux Ubuntu-8.04.1,
NetBSD-4.0, OpenBSD-4.1, OpenBSD-4.2, OpenBSD-4.3, Mac OS X 10.5.2,
Mac OS 10.5.3, and Mac OS X 10.5.4.
CONFIGURATION:
- Addition of new FEA configuration statements to set the IPv4/IPv6
unicast forwarding table IDs:
fea {
unicast-forwarding4 {
table-id: 254
}
unicast-forwarding6 {
table-id: 254
}
}
If the table ID is not configured, the FEA will use the default
table ID for the system.
Note that not all systems support multiple forwarding tables.
Currently, they exist only on Linux (among all systems supported by
XORP).
- The "DISCARD" network interface flag is printed as appropriate
when displaying the list of interfaces in the CLI.
- Addition of new FEA configuration statement to support
"unreachable" interfaces. Such interfaces are similar to "discard"
interfaces, except that instead of silently throwing away packets,
the system will respond with "ICMP destination unreachable".
interfaces {
interface my_unreachable {
unreachable: true
vif my_unreachable {
}
}
}
The default value for the "unreachable" statement is false.
- Addition of new FEA configuration statement to flag an interface
for "management" purpose. An interface that is flagged as
"management" might be used in the future by some of the protocols
for protocol-specific purpose.
interfaces {
interface fxp0 {
management: true
vif fxp0 {
address 10.10.10.10 {
prefix-length: 24
}
}
}
}
The default value for the "management" statement is false.
- Addition of support to configure VLANs on an interface.
A VLAN is configured by using a "vlan" block that includes
the VLAN ID:
interfaces {
interface fxp0 {
vif fxp0 {
address 10.10.10.10 {
prefix-length: 24
}
}
vif vlan1 {
vlan {
vlan-id: 1
}
address 10.10.20.20 {
prefix-length: 24
}
}
}
}
- Addition of preliminary support to configure firewall rules.
Firewall rules are configured by using numbered entries:
firewall {
rule4 100 {
action: "drop"
protocol: 6 /* TCP */
source {
interface: "fxp0"
vif: "fxp0"
network: 0.0.0.0/0
port-begin: 0
port-end: 65535
}
destination {
network: 10.10.0.0/24
port-begin: 0
port-end: 1024
}
}
}
Note that compiling firewall support on Linux systems require
patching some of the system header files. See ERRATA for details.
- The following PIM-SM configuration statements have been deprecated,
because PIM-SM doesn't use Router Alert IP option anymore:
protocols {
pimsm4 {
interface foo {
vif foo {
enable-ip-router-alert-option-check: true
}
}
}
}
protocols {
pimsm6 {
interface foo {
vif foo {
enable-ip-router-alert-option-check: true
}
}
}
}
LIBXORP:
- The local system-independent xorp_random() implemenation is used
instead of the random(3) provided by the system.
- Improved MAC address support (classes Mac and EtherMac).
- More consistent usage of XORP_OK and XORP_ERROR to return error
codes.
LIBXIPC:
- Bug fix in the internal mechanism for obtaining the IPv4 addresses
from the system. After the bug fix, a secondary (alias) IP address
can be specified with the "-i <addr>" command-line option to
the xorp_rtrmgr or xorp_finder binaries.
LIBFEACLIENT:
- No significant changes.
XRL:
- Critical bug fix that can be triggered by malformatted XRLs.
- Addition of support for 64-bit integers: i64 and u64 for
signed and unsigned respectively.
RTRMGR:
- Addition of preliminary mechanism to log events to a file or
to a syslog facility.
- Addition of support to run XORP in background (in daemon mode).
XORPSH:
- Bug fix related to assigning the node ID position in case the
previous (sibling) node was deleted at the same time a new node
was added.
This fixes "Found out-of-order term(s) inside policy ..." error
inside the policy manager.
- The "-c <cmd>" command line option can be used more than once to
run multiple commands.
- Fix a long configuration delay when using xorpsh in
non-interactive mode (e.g., "cat commands.txt | xorpsh").
- Addition of a new "-e" command line option. It can be used to tell
xorpsh to exit immediately if the connection to the Finder fails.
POLICY:
- No significant changes.
FEA/MFEA:
- Major refactoring of the FEA/MFEA internals.
- Critical bug fix that affects recent NetBSD and OpenBSD releases.
- Critical IPv6-related bug fix when adding unicast forwarding
entries to the kernel. This bug was exposed only on *BSD systems
with 64-bit CPU.
- If MFEA is started, it will explicitly enable the multicast
forwarding flags that have been added to recent OpenBSD releases:
net.inet.ip.mforwarding (for OpenBSD-3.9 and later) and
net.inet6.ip6.mforwarding (for OpenBSD-4.0 and later).
RIB:
- No significant changes.
RIP/RIPng:
- Addition of support for "show ripng" xorpsh operational commands.
- Critical RIPng-related bug fix. Previously the RIPng installed
routes had incorrect outgoing interface toward the destination.
- Bug fix related to the TTL for RIPng multicast packets: now it is
set to 255 as specified in the protocol specification (RFC 2080)
instead of 1.
OLSR:
- Added support for RFC 3626 Optimized Link State Routing Protocol.
This is a fully fledged XORP routing process with policy route
redistribution capability. The work was generously funded over
2007/2008 by CenGen, Inc.
OSPF:
- Bug fix related to OSPFv3 link-local scope LSAs. Previously the
link-local scope LSAs were incorrectly flooded to links other
than the one they belonged to.
- Bug fix related to OSPFv3 Inter-Area-Prefix-LSAs. The check for
the minimum size of an Inter-Area-Prefix-LSA was incorrect so
short prefixes such as the default route would be rejected.
- Added a clear database command.
- In the OSPFv2 configuration "passive" is no longer a bool but a
directive. Previously setting an interface to passive would set
the interface to loopback and announce a host route for the
interface. Using the passive keyword will still set the
interface to loopback but now the network will be announced. If
the previous behaviour of of announcing the host route is
required the host variable can be set to true.
BGP:
- Added support for 4-byte AS numbers, as detailed in RFC 4893.
From 1st Jan 2009 4-byte AS numbers will be allocated by default
by RIPE, so it is desirable that all BGP implementations support
four-byte AS numbers by that time. Currently 4-byte support is
not enabled in XORP by default, but can be enabled using the
"enable-4byte-as-numbers" configuration option.
STATIC_ROUTES:
- Bug fix that prevented the deletion of interface-specific routes
using xorpsh.
MLD/IGMP:
- No significant changes.
MLD/IGMP-Lite:
- An implementation of Lightweight IGMP/MLD is available in
directory ${XORP}/contrib/mld6igmp_lite. It can be used instead
of the existing MLD/IGMP vanilla implementation by using the
following command before compiling XORP:
./configure --with-mld6igmp_lite
PIM-SM:
- No significant changes.
FIB2MRIB:
- No significant changes.
CLI:
- No significant changes.
SNMP:
- No significant changes.
New features/improvements:
- Added OnlyUsers option.
- Can track RPC request.
- HTMLHeadSection can accept \n in string.
- Add option MetaRobot.
- Increase seriously bot detection.
- Better detection of windows OS.
- Add condition HOSTINLOG in extra sections.
- Can show a full list for extrasection.
Fixes:
- Fixed pb in xml output for history files.
- Fixed a bug in awstats_configure.pl script.
Other/Documentation:
- Updated some language files.
- Updated documentation.
- Updated browsers database.
- Added a more complete xslt example.
- Remove some deprecated code.
- Update status of GeoIP City plugin database. A free version is
now available like GeoIP Country database.
* added support for ultra-low frequency idle-mode on CPUs that support
On Demand Clock Modulation
* added an option to delay lowering the frequency
* added an option to count time spent on nice processes as idle
turn arranges for approriate dependencies. Fixes the build of "devel/eel"
bombing out under Linux because buildlink didn't pull in libdb4.so.
/usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot find -ldb4
collect2: ld returned 1 exit status
make[2]: *** [check-program] Error 1
make[2]: Leaving directory `/home/pkgsrc2/pkgsrc/devel/eel/work/eel-2.22.2/eel'
<pancake@phreaker.net>.
CVS Utilities is a set of scripts that operate on working directories of
CVS (Concurrent Versions System).
Unlike some other version control systems, it's common for CVS
repository to reside on a remote system. Unfortunately, the standard
CVS client requires connection to the repository for almost all
operations. This means that some operations are impossible when the
repository is unreachable over the network, or when the network
connection is slow compared to the size of the project.
In fact, CVS keeps some data in the working directory that allows for
some disconnected operations. In particular, no connection to the
repository is required to identify locally modified files. But the CVS
client cannot do it. This is the gap CVS Utilities aim to close.
Admittedly, the insistence of the CVS client on repository connection
can be justified in most cases. That's why CVS Utilities are not aiming
to be a "better client". It's an extension to CVS client with limited
capabilities but higher speed. (If someone was to write a better CVS
client, it would probably keep base versions or their checksums
somewhere, like Subversion does, but CVS Utilities use the same format
of the working directory as the standard CVS client.)
Changes are large and can be found at http://www.w3.org/Amaya/User/New.html.
This update also fixes an ancient security vulnerability and makes the
package build on amd64.
NetBSD Packages Collection.
The Perl 5 module Class::Accessor::Named is a development aid to
talk your Class::Accessor generated accessors into identifying
themselves (eg for profiling).
devel/p5-Class-Accessor-Named into The NetBSD Packages Collection.
The Perl 5 module Class::Accessor::Named is a development aid to
talk your Class::Accessor generated accessors into identifying
themselves (eg for profiling).
NetBSD Packages Collection.
The Perl 5 module Class::Accessor::Named is a development aid to
talk your Class::Accessor generated accessors into identifying
themselves (eg for profiling).
www/p5-Test-WWW-Declare into The NetBSD Packages Collection.
Often in web apps, tests are very dependent on the state set up by
previous tests. If one test fails (e.g. "follow the link to the
admin page") then it's likely there will be many more failures.
The Perl 5 module Test::WWW::Declare module aims to alleviate this
problem, as well as provide a nicer interface to Test::WWW::Mechanize.
Packages Collection.
Often in web apps, tests are very dependent on the state set up by
previous tests. If one test fails (e.g. "follow the link to the
admin page") then it's likely there will be many more failures.
The Perl 5 module Test::WWW::Declare module aims to alleviate this
problem, as well as provide a nicer interface to Test::WWW::Mechanize.
databases/p5-DBIx-Class-TimeStamp into The NetBSD Packages Collection.
The Perl 5 module DBIx::Class::TimeStamp is a DBIx::Class component
providing automatic setting and updating of date and time based
fields.
Packages Collection.
The Perl 5 module DBIx::Class::TimeStamp is a DBIx::Class component
providing automatic setting and updating of date and time based
fields.
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Change module build type to Module::Build
Upstream changes (possibly incomplete; could not find 2.62 in list):
3.13 2008-07-27
- fixed various closure related leaks
- made prove honour HARNESS_TIMER
- Applied patches supplied by Alex Vandiver
- add 'rules' switch to prove: allows parallel execution rules
to be specified on the command line.
- allow '**' (any path) wildcard in parallel rules
- fix bug report address
- make tprove_gtk example work again.
3.12 2008-06-22
- applied Steve Purkis' huge refactoring patch which adds
configurable factories for most of the major internal classes.
- applied David Wheeler's patch to allow exec to be a code
reference.
- made tests more robust in the presence of -MFoo in PERL5OPT.
3.11 2008-06-09
- applied Jim Keenan's patch that makes App::Prove::run return a
rather than exit (#33609)
- prove -r now recurses cwd rather than 't' by default (#33007)
- restored --ext switch to prove (#33848)
- added ignore_exit option to TAP::Parser and corresponding
interfaces to TAP::Harness and Test::Harness. Requested for
Parrot.
- Implemented rule based parallel scheduler.
- Moved filename -> display name mapping out of formatter. This
prevents the formatter's strip-extensions logic from stripping
extensions from supplied descriptions.
- Only strip extensions from test names if all tests have the
same extension. Previously we stripped extensions if all names
had /any/ extension making it impossible to distinguish tests
whose name differed only in the extension.
- Removed privacy test that made it impossible to subclass
TAP::Parser.
- Delayed initialisation of grammar making it easier to replace
the TAP::Parser stream after instantiation.
- Make it possible to supply import parameters to a replacement
harness with prove.
- Make it possible to replace either _grammar /or/ _stream
before reading from a TAP::Parser.
3.10 2008-02-26
- fix undefined value warnings with bleadperl.
- added pragma support.
- fault unknown TAP tokens under strict pragma.
3.09 2008-02-10
- support for HARNESS_PERL_SWITCHES containing things like
'-e "system(shift)"'.
- set HARNESS_IS_VERBOSE during verbose testing.
- documentation fixes.
3.08 2008-02-08
- added support for 'out' option to
Test::Harness::execute_tests. See #32476. Thanks RENEEB.
- Fixed YAMLish handling of non-alphanumeric hash keys.
- Added --dry option to prove for 2.64 compatibility.
3.07 2008-01-13
- prove now supports HARNESS_PERL_SWITCHES.
- restored TEST_VERBOSE to prove.
3.06 2008-01-01
- Skip t/unicode.t if PERL_UNICODE set. Fixes#31731.
Thanks Lukas.
- App::Prove::State no longer complains about tests that
are deleted.
- --state=new and --state=old now consider the modification time
of test scripts.
- Made test suite core-compatible.
3.05 2007-12-09
- Skip unicode.t if Encode unavailable
- Support for .proverc files.
- Clarified prove documentation.
3.04 2007-12-02
- Fixed output leakage with really_quiet set.
- Progress reports for tests without plans now show
"143/?" instead of "143/0".
- Made TAP::Harness::runtests support aliases for test names.
- Made it possible to pass command line args to test programs
from prove, TAP::Harness, TAP::Parser.
- Added --state switch to prove.
3.03 2007-11-17
- Fixed some little bugs-waiting-to-happen inside
TAP::Parser::Grammar.
- Added parser_args callback to TAP::Harness.
- Made @INC propagation even more compatible with 2.64 so that
parrot still works *and* #30796 is fixed.
3.02 2007-11-15
- Process I/O now unbuffered, uses sysread, plays better with
select. Fixes#30740.
- Made Test::Harness @INC propagation more compatible with 2.64.
Was breaking Parrot's test suite.
- Added HARNESS_OPTIONS (#30676)
3.01 2007-11-12
- Fix for RHEL incpush.patch related failure.
- Output real time of test completion with --timer
- prove -b adds blib/auto to @INC
- made SKIP plan parsing even more liberal for pre-v13 TAP
3.00 2007-11-06
- Non-dev release. No changes since 2.99_09.
2.99_09 2007-11-05
- Implemented TODO-in-PLAN syntax for TAP version 12 and earlier.
2.99_08 2007-11-04
- Tiny changes. New version pushed to get some smoke coverage.
2.99_07 2007-11-01
- Fix for #21938: Unable to handle circular links
- Fix for #24926: prove -b and -l should use absolute paths
- Fixed prove switches. Big oops. How the hell did we miss that?
- Consolidated quiet, really_quiet, verbose into verbosity.
- Various VMS related fixes to tests
2.99_06 2007-10-30
- Added skip_all method to TAP::Parser.
- Display reason for skipped tests.
- make test now self tests.
2.99_05 2007-10-30
- Fix for occasional rogue -1 exit code on Windows.
- Fix for @INC handling under CPANPLUS.
- Added real time to prove --timer output
- Improved prove error message in case where 't' not found and
no tests named.
2.99_04 2007-10-11
- Fixed bug where 'All tests successful' would not be printed if bonus
tests are seen.
- Fixed bug where 'Result: FAIL' would be printed at the end of a test
run if there were unexpectedly succeeding tests.
- Added -M, -P switches to allow arbitrary modules to be loaded
by prove. We haven't yet defined what they'll do once they
load but it's a start...
- Added testing under simulated non-forking platforms.
2.99_03 2007-10-06
- Refactored all display specific code out of TAP::Harness.
- Relaxed strict parsing of skip plan for pre v13 TAP.
- Elapsed hi-res time is now displayed in integer milliseconds
instead of fractional seconds.
- prove stops running if any command-line switches are invalid.
- prove -v would try to print an undef.
- Added support for multiplexed and forked parallel tests. Use
prove -j 9 to run tests in parallel and prove -j 9 --fork to
fork. These features are experimental and currently
unavailable on Windows.
- Rationalized the management of the environment that we give to
test scripts (PERL5LIB, PERL5OPT, switches).
- Fixed handling of STDIN (we no longer close it) for test
scripts.
- Performance enhancements. Parser is now 30% - 40% faster.
2.99_02 2007-09-07
- Ensure prove (and App::Prove) sort any recursively
discovered tests
- It is now possible to register multiple callback handlers for
a particular event.
- Added before_runtests, after_runtests callbacks to
TAP::Harness.
- Moved logic of prove program into App::Prove.
- Added simple machine readable summary.
- Performance improvement: The processing pipeline within
TAP::Parser is now a closure which speeds up access to the
various attribtes it needs.
- Performance improvement: Test count spinner now updates
exponentially less frequently as the count increases which
saves a lot of I/O on big tests.
- More improvements in test coverage from Leif.
- Fixes to TAP spooling - now captures YAML blocks correctly.
- Fix YAMLish handling of empty arrays, hashes.
- Renamed TAP::Harness::Compatible to Test::Harness,
runtests to prove.
- Fixes to @INC handling. We didn't always pass the correct path
to subprocesses.
- We now observe any switches in HARNESS_PERL_SWITCHES.
- Changes to output formatting for greater compatibility with
Test::Harness 2.64.
- Added unicode test coverage and fixed a couple of
unicode issues.
- Additions to documentation.
- Added support for non-forking Perls. If forking isn't
available we fall back to open and disable stream merging.
- Added support for simulating non-forking Perls to improve our
test coverage.
Added devel/p5-Test-POE-Server-TCP version 0.12
Updated net/p5-POE-Component-Client-Ident to 1.14
Updated chat/p5-POE-Filter-IRCD to 2.38
Added devel/p5-POE-Component-Pluggable version 1.10
Updated chat/p5-POE-Component-IRC to 5.88
Updated time/p5-Time-Format to 1.09
Updated mail/p5-User-Identity to 0.92
Updated devel/p5-Parse-RecDescent to 1.95.1nb1
Updated net/p5-X500-DN to 0.29
Updated devel/p5-Object-Realize-Later to 0.18
Pkgsrc changes:
o Adjust dependencies
o Adjust maintainer e-mail address
Upstream changes:
version 0.18: Fri Jun 8 16:12:16 CEST 2007
- add Test::Pod to pre-requisits.
version 0.17: Fri Jun 8 16:09:52 CEST 2007
- added t/pod.t
- use oodist to generate documentation
version 0.16: Sun Mar 25 17:10:24 CEST 2007
- generate pod with OODoc 0.99
- removed need for version, mkdist, mkdoc
- removed README.oodoc
This adds a patch to work around problems encountered when code does
use Parse::RecDescent 1.80;
which caused an error saying that "Parse::RecDescent version 1.8
required--this is only version 1.95.1". Work around this by patching
Parse::RecDescent's VERSION setting to be 1.951.
Pkgsrc changes:
o Adjust dependencies
o Add commented-out HOMEPAGE using search.cpan.org
Upstream changes:
version 0.92: Wed Jul 25 08:50:51 CEST 2007
Improvements:
- add t/pod.t and distribution clean-ups.
version 0.91: Mon Jan 8 10:52:59 CET 2007
The module hasn't seen changes for some time now, but that
is because it works as expected.
Improvements:
- produced with newest OODoc, thereby
could remove version, mkdoc and mkdist
- removed useless README
Pkgsrc changes:
o Canonicalize HOMEPAGE and MASTER_SITES
o Switch to Module::Build method
Upstream changes:
1.09 2008 May 27
- Bug fix: generated error if second argument to time_format
was a string and was in December. Thanks to Bokor Béla for
spotting this one.
1.08 2008 May 27
- Reset $@ at certain places, so as to work with older
(broken) perls. Again, thanks to Slaven Rezic.
1.07 2008 March 31
- More test-case changes, to work with older perls. Many
thanks to Slaven Rezic and the rest of the tireless CPAN
testers!
1.06 2008 March 28
- Fix a broken test case in time.t; failed for non-English
locales.
1.05 2008 March 27
- Fix a typo bug in Makefile.PL
1.04 2008 March 26
- Worked around a POSIX bug which would cause hangs under
cygwin.
- Fixed a couple test cases.
1.03 2008 March 24
- Fixed a broken test case.
- Added Module::Build support.
Pkgsrc changes:
o Adjust dependencies
o Canonicalize HOMEPAGE
Upstream changes:
5.88 Thu Aug 28 15:49:48 BST 2008
- MegaHAL.pod: Bare-bones recipe for a MegaHAL bot (Hinrik)
- BotCommand.pm: Send responses back via NOTICE, not PRIVMSG (Hinrik)
- Filter/CTCP.pm: Removed, as it is deprecated and unmaintained (Hinrik)
- IRC.pm: Really propagate the plugin_debug flag (Hinrik)
- Filter/IRC/Compat.pm - change to _get_ctcp() as per RT #38773
5.86 Tue Jul 22 09:53:26 BST 2008
- Proxy.pm: Remove 'options => {trace => 1}' from constructor (Hinrik)
- Compat.pm: Don't handle CAPAB IDENTIFY-MSG with non-ACTION CTCPs (Hinrik)
5.84 Thu Jun 26 19:55:41 BST 2008
- BotAddressed.pm: Made it a little smarter (Hinrik)
- Common.pm: Make strip_color() strip bg color-only changes (Hinrik)
- IRC.pm: Propagate plugin_debug flag to Pluggable (Hinrik)
- IRC.pm: Added support for FreeNode's CAPAB IDENTIFY-MSG (Hinrik)
- Makefile.PL: Depend on new Pluggable for better debug info (Hinrik)
- t/02_behavior/12_delays.t: Shouldn't fail if there's an IRC server
running on localhost (Hinrik)
5.82 Sat Jun 14 09:02:11 BST 2008
- Depend on new PoCo-Pluggable to fix a regression (Hinrik)
5.80 Thu Jun 13 15:30:08 GMT 2008
- CycleEmpty.pm: Renamed cycling() to is_cycling() (Hinrik)
- IRC.pm: Documented the squit command (Hinrik)
- Only test ziplinks given a proper version of *Zlib::Stream (Hinrik)
- DCC.pm: Implemented DCC RESUME support (Hinrik)
- Cleaned up and reorganized the test suite (Hinrik)
- IRC.pm: Added SERVLIST and SQUERY commands. Should include
everything from RFC2812 now. (Hinrik)
- Fixed a bug in Proxy plugin (bingos)
5.78 Fri May 30 08:03:30 BST 2008
- Logger.pm: Fix the PART thing properly (Hinrik)
- README: A few updates (Hinrik)
- Proxy.pm: Fixed a small bug (Hinrik)
- Common.pm: Fixed the docs for matches_mask_array() and
allow it to be exported (Hinrik)
- IRC.pm et al: Improved some warning messages (Hinrik)
- IRC.pm: Moved DCC support to a plugin (Hinrik)
- IRC.pm: Improved the docs some. Better index and more links. (Hinrik)
- The plugin system now uses POE::Component::Pluggable (Hinrik)
5.76 Thu Apr 24 15:05:05 GMT 2008
- Logger.pm: Fixed serious typo in function name. Grr. (Hinrik)
- Logger.pm: Handle PARTs correctly when there's no colon (Hinrik)
- State.pm: Only WHO users once even if they join many chans (Hinrik)
- State.pm: Added channel_creation_time() method (Hinrik)
- State.pm: Made channel_modes() return mode arguments as well (Hinrik)
- State.pm: Add is_channel_synced() (Hinrik)
- PlugMan.pm - bug in new() spotted by plu (bingos)
5.74 Thu Apr 03 15:14:04 GMT 2008
- Logger.pm: Do charset conversion on everything, not just messages. This
should handle non-ASCII channel names and nicknames on servers that
support such things (Hinrik)
- Logger.pm: Allow custom formats to provide their own timestamp in the
topic_set_by handler (Hinrik)
5.72 Fri Mar 21 10:33:59 GMT 2008
- Compat.pm: Fixed a bug that caused a warning (Hinrik)
- Patch applied from Somni [RT #33850] (bingos)
- Fixes to two of the tests that were causing intermitent fails (bingos)
- Logger.pm: Make logging work again :) (Hinrik)
- Logger.pm: Fix topic_change log string (Hinrik)
- State.pm: Document new AwayPoll behavior correctly (Hinrik)
- Moved author tests to xt/ Module::Install::AuthorTests is now
required by maintainers. (bingos)
5.70 Mon Mar 03 10:51:01 GMT 2008
- BotAddressed.pm: Fixed a small bug (Hinrik)
- BotCommand.pm: A new plugin for handling bot commands (Hinrik)
- IRC.pm: Shorten protocol lines that are too long, make the maximum length
configurable. (Hinrik)
- Amended IRC::Compat to do CTCP parsing. Amended dependent modules. (bingos)
- Logger.pm: Use File::Spec for cross-platform file/dir creation. (Hinrik)
- Make CTCP plugin respond to SOURCE requests (Hinrik)
- Added a Cookbook (Hinrik)
- State.pm: Save user hop count from WHO replies (Hinrik)
- Connector.pm: Added support for multiple servers (Hinrik)
- IRC.pm: Improved dcc_resume documentation, moved some others things
around in the docs (Hinrik)
- Added Hinrik to the maintainers list in IRC.pm (bingos)
5.68 Wed Feb 20 19:49:58 GMT 2008
- IRC.pm: Improved the docs a little, fixed an error in the
SYNOPSIS and moved half of it to an example file. Should be
less daunting now :) (Hinrik)
- State.pm: Lengthen away status polling time to 5 minutes and
make the feature optional. (Hinrik)
- Common.pm: Improved mIRC color handling code/documentation (Hinrik)
5.66 Mon Feb 18 21:58:48 GMT 2008
- Removed Filter::IRC in favor of Filter::IRC::Compat (Hinrik)
- Filter/CTCP.pm: Support filenames with spaces in DCCs (Hinrik)
- IRC.pm: Always doube-quote sent DCC files for safety (Hinrik)
- Compat.pm: Propagate debug flag to internal CTCP filter (Hinrik)
- Updated t/perlcriticrc to exlude a few more policies (Hinrik)
- Cleaned up all code and documentation. The changes include:
everything needed to satisfy Perl::Critic, use carp/croak
instead of warn/die where appropriate, use 4-column indents,
use consistent coding style everywhere, some refactoring here
and there... (Hinrik)
- put Filter::IRC back. It is now a Stackable/IRCD/Compat
mash-up (bingos)
- full regression testing in 1_filter_compat.t yippee. (bingos)
5.64 Sat Feb 16 07:55:34 GMT 2008
- Logger.pm: Fix regression regarding utf8 detection (Hinrik)
- Logger.pm: Don't log channel modes which have different meanings
depending on the IRC network we're on. (Hinrik)
- NickServID: Tweak it a little (Hinrik)
- Add optional Test::Perl::Critic test to detect risky code.
Currently 466 violations in about 16k lines of code, whee! (Hinrik)
- ISupport.pm: Fix bug in CHANLIMIT handling (Hinrik)
- Logger.pm: Missing S_001 return value (Hinrik)
- Compat.pm: Fix missing raw_line (Hinrik)
- Filter/CTCP.pm: Stop using POE::Filter::IRC (Hinrik)
5.62 Thu Feb 7 16:31:03 GMT 2008
- IRC.pm: Document the nickserv command (Hinrik)
- Common.pm: Show some example usage of has_color() (Hinrik)
- CycleEmpty.pm: New plugin to cycle empty channels in order to
gain channel operator status (Hinrik)
- Common.pm: Add more color/formatting codes (Hinrik)
- Added plugin test for CycleEmpty (BinGOs)
5.60 Wed Feb 6 13:38:50 GMT 2008
- State.pm: Improved the away tracking code (Hinrik)
- Logger.pm: Added missing argument preventing quit messages from
being logged (Hinrik)
- NickReclaim: Fixed regression introduced in 5.58 (Hinrik)
- BotTraffic.pm: irc_bot_ctcp_action => irc_bot_action, to be
consistent with BotAddressed.pm (Hinrik)
- AutoJoin.pm: Delay autojoin if NickServID is loaded, so the user
will be cloaked (if applicable) before joining channels (Hinrik)
- Common.pm: Add constants and methods for dealing with colors
and formatting (Hinrik)
- IRC.pm: Add NICKSERV command, mention the new color stuff (Hinrik)
- NickServID: Made it behave more sensibly considering upcoming
FreeNode policy changes. Also, use a raw NICKSERV command (Hinrik)
- Logger.pm: Rename SortByDate to Sort_by_date and add Strip_color,
Strip_formatting (Hinrik)
5.58 Mon Feb 4 07:58:14 GMT 2008
- State.pm: Workaround for IRC servers (e.g. hybrid, hyperion) which send
user WHO replies starting with the name of a random channel that the
user is on (which the component might not be on) instead of '*' (Hinrik)
- State.pm: Track the away status of channel users and send an event if
the status changes (Hinrik)
- Projects.pm: Some additions and cleanup (Hinrik)
- Logger.pm: Add 'Restricted' argument for restricting read permissions
of created files/dirs (Hinrik)
- Logger.pm: Add 'Format' argument for specifying a custom log format (Hinrik)
- Logger.pm: Close log files after writing to them (Hinrik)
- Logger.pm: Omit date from timestamp if sorting log files by date (Hinrik)
- Logger.pm: Always use present tense (Hinrik)
- NickReclaim.pm: Small fix for an edge case (Hinrik)
- BotAddressed.pm: Check for '$nick~ $text' as well (Hinrik)
- NickServID.pm: Make it work if it's added before connecting (Hinrik)
5.56 Thu Jan 31 12:30:25 GMT 2008
- AutoJoin.pm: Silence some warnings (Hinrik)
- Logger.pm: Add SortByDate argument to rotate logs (Hinrik)
- Logger.pm: output something in English for every channel mode change (Hinrik)
- Logger.pm: made the ACTION syntax distinct from the MODE syntax
to allow for sane parsing of log files (Hinrik)
- Fix bug causing NickReclaim plugin to only try to reclaim once (Hinrik)
- Fix NICK/QUIT logging in Logger plugin (Hinrik)
- Minor improvement and documentation update to BotAddressed plugin (Hinrik)
5.54 Sun Jan 27 09:21:27 GMT 2008
- Hinrik added numerous groovey plugins. Hinrik++
5.52 Mon Jan 14 07:46:01 GMT 2008
- RT #32279: Filter/CTCP.pm doesn't provide raw_line by Hinrik
5.50 Sun Jan 13 10:19:05 GMT 2008
- RT #32271 reported by Hinrik
- RT #32265 is_away() support by Hinrik
5.48 Thu Jan 10 20:13:10 GMT 2008
- Added plugin FollowTail, a tail following plugin
5.46 Thu Jan 3 15:12:21 GMT 2008
- 'irc_public' events should now be generated according to ISupport
information
5.44 Tue Jan 1 13:58:15 GMT 2008
- Enhancement to part command to handle part messages. RT #32029
reported by Hinrik
5.42 Mon Dec 31 12:29:50 GMT 2007
- Amendments to NickReclaim plugin by Zoffix Znet
5.40 Wed Dec 26 10:55:18 GMT 2007
- Applied a patch from Hinrik to fix umode issues with State.pm
5.38 Thu Dec 6 17:24:23 GMT 2007
- CPAN Testers reports for dev releases look favourable, bumped for
proper release.
5.37_02 Thu Dec 6 08:35:47 GMT 2007
- Added is_user_mode_set() method and 'irc_user_mode' event
5.37_01 Wed Dec 5 21:11:46 GMT 2007
- Added umode support to IRC::State
5.36 Thu Nov 1 13:51:02 GMT 2007
- Updated Module::Install to 0.68
5.34 Wed Jul 25 10:51:45 BST 2007
- Fixed abstract_from in Makefile.PL.
5.33_01 Tue Jul 10 17:53:01 BST 2007
- Moved documentation for connect() to spawn();
- Added CTCP PING to Plugin::CTCP;
5.32 Tue Jun 12 12:20:21 BST 2007
- Stable release after working around issues on Solaris.
5.31_05 Mon Jun 11 09:57:09 BST 2007
- Fixed an error in the SYNOPSIS example for Qnet::State;
- More diagnostics to the ipv6 test to trigger on solaris;
5.31_04 Tue Jun 05 09:29:34 BST 2007
- More diagnostics to the ipv6 test to trigger on solaris;
5.31_03 Fri Jun 01 10:37:49 BST 2007
- More diagnostics to the ipv6 test to trigger on solaris;
5.31_02 Thu May 31 16:04:06 BST 2007
- More diagnostics to the ipv6 test to trigger on solaris;
5.31_01 Fri May 18 10:11:47 BST 2007
- Added a warning if UseSSL is specified but SSLify wasn't found,
requested by H.Merijn Brand;
- Added some diagnostics to the ipv6 test to trigger on solaris;
5.30 Tue May 08 19:25:06 BST 2007
- Applied a patch from dec for Plugin::Proxy.pm
5.29 Thu May 03 13:01:01 BST 2007
- 'irc_ctcp' events added by Aankhen``
5.28 Tue May 01 14:50:08 BST 2007
- Applied a patch from dec to Plugin::Proxy.
5.27 Tue May 01 13:43:39 BST 2007
- Fixed a serious bug relating to PoCo-Client-DNS use, reported by dec
5.26 Sun Apr 29 15:19:56 BST 2007
- Fixed a bug relating to PoCo-Client-DNS use, reported by dec
5.25 Sun Apr 29 13:03:07 BST 2007
- Applied fix for problem with ipv6 support from bsmith
- Fixed RT #26735 reported by dec
5.24 Mon Apr 16 13:43:36 BST 2007
- Changed the IPv6 support to only be enabled when 'useipv6'
is explicitly used.
5.23 Thu Apr 12 16:07:56 BST 2007
- Added Test::Kwalitee test.
- Added new IP functions to ::Common
- IPv6 support for connecting to ipv6 ircds.
- New IPv6 connect testcase.
5.22 Fri Feb 02 12:02:36 GMT 2007
- Found a bug in ::State that was causing problems during netsplits.
5.21 Thu Feb 01 12:21:45 GMT 2007
- More changes to Qnet::State to include AUTH in part/quit/kick
events. Suggested by helios.
5.20 Wed Jan 31 17:25:31 GMT 2007
- Finally converted Makefile.PL to full Module::Install-ness.
5.19 Wed Jan 31 11:54:36 GMT 2007
- Change to ban_mask() method in Qnet::State, suggested by
helios.
5.18 Fri Dec 29 10:55:05 GMT 2006
- Documentation fix to ::Plugin by Kinks.
- Still a problem with TOPIC command. Fixed.
5.17 Tue Dec 12 22:52:48 GMT 2006
- Serious bug in TOPIC handling spotted. Fixed.
5.16 Wed Dec 06 11:54:08 GMT 2006
- Refactored the SOCKS code to use $wheel->event() to switch
InputEvent. Thanks to dngor for pointing that out.
5.15 Tue Dec 05 19:26:34 GMT 2006
- Implemented SOCKS4 support. Requested by netmunky @ Efnet. Somni
assisted with the design. Thanks!
5.14 Wed Nov 29 10:56:57 GMT 2006
- Found a serious problem with refcounts in the registration
code. Fixed with merlyn's help.
5.13 Sun Nov 19 14:20:51 GMT 2006
- Fixed long standing bug in 'topic' command.
5.12 Thu Nov 16 14:04:51 GMT 2006 'Hairy COO!'
- Documentation fix for ::Pipeline, spotted by Martijn van Beers.
- Amended 6_common.t test-case to make sure it covered other edge
case reported by 'Elvis Dead' via email.
- Setting a delayed command with delay() generates a 'irc-delay_set'
event.
- Added ability to remove delayed commands.
5.11 Wed Oct 25 16:32:03 BST 2006
- Changed plugin processing so that any poco plugin handlers
are now in an eval as well. Pesky edge-cases.
- Refactored parse_mode_line() to handle dangerous edge cases.
5.10 Tue Oct 24 18:02:46 BST 2006
- ::State 'irc_kick' event has ARG4 which is the full nick!user@host
of the kicked person. Suggested by helios.
5.09 Tue Oct 24 14:48:07 BST 2006
- Forgot a test with the Test::Plugin relocation. Damnit.
- Reinstated ::Test::Plugin for the PlugMan tests.
5.08 Mon Oct 23 12:35:04 BST 2006
- Remove ::Test::Plugin and relocated code to the actual test.
- Removed the optional debug in Pipeline. If there are errors
you'll see them now.
- New plugin tests, testing running POE sessions in plugins and
dying in PCI_register().
- Deprecated 1_new.t test by removing it.
5.07 Tue Oct 17 11:37:28 BST 2006
- Enabled plugin_debug effect Pipeline.
- Added send_event() method for injecting events in the event
handling system.
5.06 Thu Oct 12 12:45:06 BST 2006
- Adjusted load() in PlugMan, suggested by Stefan Schwarzkopf.
5.05 Fri Oct 06 14:40:37 BST 2006
- ISupport documentation fix.
- Amendments to plugin processing, plugin debugging should be
less noisy now.
5.04 Mon Sep 25 13:30:46 BST 2006
- Removed Build.PL
- Applied a patch from Ben Jackson which fixes the proxy
support. Yay.
5.03 Sat Sep 16 14:17:01 BST 2006
- Switched Makefile.PL to using Make::Install. Added Build.PL
- Fixed META.yml handling.
- Fixed an unregister bug reported via CPAN::Forum. *sigh*
5.02 Fri Sep 08 16:32:12 BST 2006
- POE-0.37 has found a serious flaw in the shutdown() handler. Fixed.
- ::Test::Harness was registering for HUP signal. Stopped that nonsense.
5.01 Thu Sep 07 17:53:00 BST 2006
- Fixed file permissions in the distribution. Again a CPANTS
gripe.
- Fiddled with State's insides.
- Added find_auth_nicks method to Qnet::State, requested by helios.
5.00 Fri Sep 01 02:20:54 BST 2006 YAPC::EU Birmingham 2006 release
- Test::Pod::Coverage test added, inspired by CPANTS hackathon,
cheers, domm.
- Added use strict to ::Constants.
- PlugMan plugin will dump $@ when a plugin fails to 'load' now.
- Documentation fixes to a lot of modules due to Pod::Coverage.
4.99 Tue Aug 29 17:47:04 BST 2006
- Added resync_chan and resync_nick to Qnet::State subclass, as
suggested by helios.
4.98 Fri Aug 18 12:30:31 BST 2006
- Added support for connecting to ircds that support compressed
links; only PCSI does this afaik, so limited use for most peeps.
- Applied a patch from dec to fix a bug in ISupport plugin, RT #21058.
4.97 Mon Jul 24 12:46:26 BST 2006
- Fixed 'sconnect', it should send 'CONNECT' to the ircd
now instead of 'SCONNECT'.
- ::State assumed that ircd had returned ISupport info.
Set reasonable defaults for ircd's that don't.
- Changed 'sl' to 'quote' instead as far as the documented
API.
4.96 Sun Jul 16 14:35:34 BST 2006
- Fixed a bug in Console plugin.
- Minor code changes to Proxy plugin.
- Component will automatically register a parent session
if spawned from another session. Added testcase for
this also.
- Removed the deprecated IRC_EVTS registration bit from
_start as the component uses plugin API stylee handlers now.
- Tidied up PlugMan plugin code.
- Updated documentation stipulating that the module is licensed
the same as perl is.
- Refactored Whois plugin. Added RPL_WHOISACTUALLY support.
4.95 Wed Jul 05 11:46:34 BST 2006
- Removed stray Dumper() in IRC.pm.
- Fixed serious bug in ISupport plugin.
4.94 Sun Jul 02 10:01:45 BST 2006
- Amended the DNS code to implement round-robin type
behaviour.
- Added POCOIRC_REGISTER and POCOIRC_SHUTDOWN signals
for multiple registration and shutdown, respectively.
Added applicable tests to the testsuite.
- Documentation fixes. Added DIE command.
- Added multiple bot SYNOPSIS.
4.93 Tue Jun 13 19:25:45 BST 2006
- ::State, invex & excepts sync'ing when we +[qoah].
- ::State, documentation fixes.
- Added 'irc_shutdown' event.
- Bug in Qnet::State spotted by helios. Changed
inheritance order and cpoied some code from Qnet to
Qnet::State accordingly.
4.92 Sun Jun 11 18:09:13 BST 2006
- Added a check to _parseline for spurious blank events,
reported by dec.
- Added nick_channel_modes method to ::State to return
the channel modes (ie. qaohv) of a given nick on a
given channel - Kinks
- Added note concerning the issues surrounding the SetAt
and SetBy values to CAVEATS in the ::State pod - Kinks
- Improvements to Plugin::PlugMan, it should actually
work properly now >:) Thanks to mst and dngor.
- ::State, nick_sync now has the channel name as ARG1.
- Moved the INVEX and EXCEPTS sync'ing until we are +o'd,
created irc_chan_sync_(invex|excepts). irc_chan_sync
features the time in seconds taken to sync as ARG1 now.
4.91 Thu Jun 01 21:08:13 BST 2006
- Tweak to ::State to deal with ircds that don't report @+
status in WHO replies ( like unreal ). Thanks to Kinks
for reporting that.
- 'irc_dcc_failed' event was undocumented. Fixed.
- Switched the poco-client-dns checks to 'use', so as to
ensure that we only load >= 0.99.
- Amendments to shutdown so that it sends a quit message
to the ircd if we are connected.
- Amended Connector plugin so the lag is collected
independent of what the ircd sends us back.
- Various changes to ::State in order to ensure full RFC
compliant channel mode support, including support
for channel access lists - Kinks
- Added ::State methods to return channel access lists:
channel_ban_list, channel_invex_list, channel_except_list - Kinks
- Using 'use' for the dns checks was fubar. Switched back
to 'require' and test the VERSION instead.
- Changed the simpleclient.pl script to accept a filename as
a second argument to /dump_state command.
- Documentation tweaks to ::State by Kinks
- Channel topic support added to ::State. Added the method
channel_topic to return a hashref of topic data - Kinks
- Changed 'Time' keys for channel lists and topic to 'SetAt'
- Added irc_chan_mode event to ::State to allow everyone
to enjoy the mode parsing State does internally - Kinks
- Refactored ::Qnet::State subclass after all Kinks'
changes to ::State.
- Refactored ::State slightly to use ARG2 for numerics
handlers instead of trying to parse ARG1 ourselves. FTW.
4.90 Mon May 22 13:23:09 BST 2006
- Missed the Filter::Stackable in plugins Console and Proxy.
4.89 Mon May 22 09:14:57 BST 2006
- A bug in POE-0.35's Filter::Stackable causing problems with
::Test::Harness. Enabled a runaround *sigh*
4.88 Sun May 21 17:57:38 BST 2006
- Code cleanup in ::Test::Harness. Workaround for systems
without %z in strftime, like Solaris.
- Added matches_mask() function to ::Common. Updated 6_common.t
to add applicable tests.
- Added parse_user() function to ::Common. Updated 6_common.t
to add applicable tests.
- new() deprecation warning specifies the module name. Saves
confusion for people who are using Bot::* modules.
- Added LUSERS command.
- Major hackery to remove dependency on PoCo-Client-(DNS|Ident).
4.87 Sat May 06 17:03:34 BST 2006
- Testsuite 07 and 09 were still skipped on MSWin32. Fixed.
- Altered BotAddressed at immute's suggestion. Check docs
for details.
- Altered Filter::Compat so it won't break with Stackable.
- Added 'remove' command a Freenode extension.
4.86 Thu Apr 27 21:18:41 BST 2006
- POD fixes and perl dependency as pointed out by Alias.
- Tweak so that the poco only shuts down PoCo-Client-DNS
if we spawned it.
- Spotted a problem with register() it was still stashing
POE::Session refs. Bad BinGOs.
- shutdown() will unregister all registered sessions now.
- Code audits of State and Qnet::State. Lot's of cleanup.
- Changed Common.pm u_irc/l_irc to support a casemapping
argument, one may specify 'rfc1459', 'strict-rfc1459' or
'ascii'. Default is 'rfc1459'.
- Changed State and Qnet::State to use casemapping for
generating unique state keys.
- Removed State::Lite. Deprecated.
- Online test reports the server connected to.
4.85 Thu Apr 13 12:37:49 BST 2006
- Numerous bug fixes to State and Qnet/State which were
causing terminations. Reported by dec.
- Tweaks to a number of tests.
- Various plugins have been debugged.
- Added '/dump_state' command to simpleclient.pl.
4.84 Wed Apr 12 14:24:34 BST 2006
- Spotted a bug in Filter::CTCP, it wasn't setting raw_line.
- Bug in dcc code meant DCC tests were failing on certain
platforms. Fixed.
- Changes to DCC tests. Rolled back MSWin32 skip checks.
- Added one more DCC test for testing 'nataddr' option.
4.83 Tue Apr 11 20:45:04 BST 2006
- Changes to two of the DCC tests. DAMN YOU WINDOWS!
4.82 Tue Apr 11 19:32:45 BST 2006
- Sorted out Test::Harness, brought it up to PoCo-Server-IRC-0.3
standard.
- Added a multiple client test to the testsuite.
- Added socketerr test to the testsuite.
- Added subclass test to the testsuite.
- Added DCC test scripts to the testsuite.
- Fixed a bug in DCC code for CHAT.
- Added nick and nick_state tests.
- Amended processing order in _send_event() so that the
poco session can process events *before* the plugins do.
- Plugin system will automagically check whether the poco
object has any plugin handlers. These get processed first.
- Removed the dependency on Date::Format, switched to POSIX::strftime.
- Applied a patch from ketas for State.pm.
- Fixes to Pipeline, spotted by dec @ MAGnet.
- Added resolver() method for accessing the PoCo-Client-DNS object.
- Refactored State.pm, Qnet.pm and Qnet/State.pm, handlers are all
processed by plugin system now. Implemented better inheritance.
- Expanded the SYNOPSIS sections of Qnet.pm, State.pm and Qnet/State.pm.
- Added NickReclaim plugin and associated test.
4.81 Fri Mar 31 17:00:38 BST 2006
- Added PlugMan plugin manager and associated test.
- Fixed the RFC docs in docs/. Spotted by integral. Thanks.
- Added session_alias() method as suggested by Chris Thompson.
- The component's HEAP is now the object. So is retrievable via
$_[SENDER]->get_heap() in event handlers. Thanks to CT for the
idea. Now why didn't I think of that sooner =[
- Various fixes to Test::Harness ircd.
- Expanded the testsuite with 2 new tests. One uses Test::Harness,
the other is an online test and tries to connect to freenode.
- Fixed all the examples to use POE::Session->create().
- Added a warning to Makefile.PL about the online test.
- Added delay() method for posting delayed commands.
- Added a test to testsuite for ::State.
- Added examples to Plugin docs.
4.80 Thu Mar 16 17:00:01 GMT 2006
- Code tidy up.
- Fixed DCC bug. As reported by helios.
- POD fix to ::State, missed two methods.
- Changed default alias to "$self". Thanks dngor.
- General POD rewrite.
4.79 Sun Jan 15 17:15:01 GMT 2006
- Serious bug in _send_event() spotted by ikaros @ freenode.
The component wasn't dispatching events to itself since 4.78.
4.78 Tue Jan 10 22:01:09 GMT 2006
- Documentation bug. 'irc_topic' event wasn't documented.
Reported by bluepunk @ efnet, through dngor :)
- Finally got around to switch session registering from using
POE::Session ( ew, nasty ) to session IDs instead.
4.77 Mon Dec 26 17:00:01 GMT 2005
- Forgot to add use ::Common to Qnet::State. Doh.
4.76 Fri Dec 23 15:20:20 GMT 2005
- Documentation bugs in the main IRC.pm SYNOPSIS. Bad BinGOs :(
Spotted and reported by Mulander via email.
- Added 'plugin_debug' option to dump after plugin evals if
applicable.
- Spotted a bug with the 'whois' handler. Looks like it has
never worked ( properly ). Adjusted 'commasep' for the special
case WHOIS <target> mask,mask.
- Minor fixes to Filter-IRC-Compat for argument handling.
- Minor fixes to Pipeline and plugin_del().
4.75 Sun Dec 04 17:45:20 GMT 2005
- Fixed a problem with DCC code. Thanks to ketas for the heads up.
- Added disconnect() method with docs.
- Code audit to make sure all event handlers return undef.
- Updates to Connector plugin to fix timeout issues on connection.
- Added tests for the included plugins: Connector,BotAddressed and
BotTraffic.
- Fixed dicebot.pl in examples/ problem with $SIG{INT}.
- Updated docs to proxy support is SOCKS v4.
- Added raw_events() method to enable/disable/display current irc_raw.
- README updates. Notably to mention PoCo-SSLify for SSL links.
- Stole japhy's ISupport plugin for .. erm .. new ISupport plugin >;]
- Added CTCP.pm from gumbynet source. Added applicable test for it.
- Added Console.pm from gumbynet source. Added applicable test for it.
- Moved common functions to Common.pm. Amended relevant code to import
functions from there.
- Added Proxy.pm from gumbynet source. Hacked to make much more useful
and robust. Added applicable test for it and added ircproxy.pl to
examples/ folder.
- Patch applied to BotTraffic plugin from immute.
- Completely rehacked how the component handles parsing irc traffic to
events. Now using Filter::IRCD with Filter::IRC::Compat to process all
input. Input and output filters are stackable.
- Patch applied to BotAddressed plugin from immute.
4.74 Wed Oct 26 09:15:21 BST 2005
- *sigh* another problem fixed with the new dns code.
4.73 Wed Oct 26 07:43:03 BST 2005
- Minor problem with PoCo-Client-DNS fixed.
4.72 Tue Oct 25 19:01:05 BST 2005
- Fix to Filter::IRC for INVITE. Apparently, asuka
timestamps after the channel name. Doh. Thanks to
Johannes Studt for spotting that.
- Fixed the documentation in Projects.pm
- Solved Ticket #15058, re: NoDNS and multiple PoCo-Client-DNS
sessions.