0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Sep 30, 2024 — Sep 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Track some of the recent accomplishments.
rcaputo
as Rocco Caputo
More... about 16 years ago
Replace the God structure of session watchers and observations with members in each object. Predicate Session life on the presence of watchers, not objects, which means POE::Kernel->run() may exit before all objects destruct.
rcaputo
as Rocco Caputo
More... about 16 years ago
Make a note to consider POE::Component::IKC for the message passing backbone.
rcaputo
as Rocco Caputo
More... about 16 years ago
Update the requirements to reflect some things that were done today.
rcaputo
as Rocco Caputo
More... about 16 years ago
Convert Stage and UdpPeer into roles, and then compose them into concrete classes. Add an example to show role composition instead of direct inheritance.
rcaputo
as Rocco Caputo
More... about 16 years ago
Turn the requirements into a checklist, using vim outliner's calculated checkboxes.
rcaputo
as Rocco Caputo
More... about 16 years ago
Typo fixes recommended by Chris Fedde.
rcaputo
as Rocco Caputo
More... about 16 years ago
Create a compositional verson of eg-04-inheritance.pl, and debug Stage destruct-time cleanup.
rcaputo
as Rocco Caputo
More... about 16 years ago
Increase the default max datagram size. Gcola in IRC suggested that 1024 was too small.
rcaputo
as Rocco Caputo
More... about 16 years ago
Remove some POE::Stage::Receiver code I'd been borrowing from.
rcaputo
as Rocco Caputo
More... about 16 years ago
Add inheritance and I/O support. Emitted events can be handled by subclasses.
rcaputo
as Rocco Caputo
More... about 16 years ago
Clean up some code left over from previous design attempts.
rcaputo
as Rocco Caputo
More... about 16 years ago
Break the usecase.pl example into three discrete examples.
rcaputo
as Rocco Caputo
More... about 16 years ago
Rename the "ding" event to "tick".
rcaputo
as Rocco Caputo
More... about 16 years ago
Add role-based watching during Stage construction.
rcaputo
as Rocco Caputo
More... about 16 years ago
New requirement: No strong metaphors.
rcaputo
as Rocco Caputo
More... about 16 years ago
Fix tab damage caused by experimenting with a vim plugin.
rcaputo
as Rocco Caputo
More... about 16 years ago
Gave usecase.pl a specific name. Use cases are being split apart to be used as tutorials later.
rcaputo
as Rocco Caputo
More... about 16 years ago
Create abstract observability and observing rather than constrain the metaphor with containers and owners. This can lead to "spaghetti" design, where objects may reach around owners, but I'm beginning to question whether it's the framework's responsibility to prevent people from shooting themselves in the feet.
rcaputo
as Rocco Caputo
More... about 16 years ago
Revise and extend the requirements.
rcaputo
as Rocco Caputo
More... about 16 years ago
Documentation reorganization.
rcaputo
as Rocco Caputo
More... about 16 years ago