0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 18 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When pinging other nodes, pick a pseudo-random sequence delay after each ping report
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Add cluster support for pinging other nodes
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Make it so that we don't really care if there is a queue or not - less things to worry about
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Rename the returned output as write_* (not return_*)
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Move code comment to make things clearer
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Add a 'ping' command
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Make the 'del' operation private -> '_del'
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Updates to documentation
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Format this line a little better
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Fix the deletion of messages (needed to cancel the timeout)
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Make all the logging a little nicer
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Each queue now remembers and reports the number of messages it has seen
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Add the 'info' command
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Add ability to save each message to the filesystem for persistent storage
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Make all the logging more consistent
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Update to sensi-queue.json to be a lot nicer, and a slight change in how the message buckets work
Andy Chilton
as Andrew Chilton
More... over 12 years ago
Rename sensi-sq.js to sensi-queue.js
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Fix license to be GPLv3 and all corresponding references to it
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Update the READ to show what is contained within the package
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Update the README to be the correct license - AGPLv3
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Add a /del command, with lots of refactoring to make the code faster (with a view to the future distributed queue)
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Now reads the process.argv[2] param as the config filename (or from the default location)
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Read config file and set up pre-determined queues with timeouts
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Now creates an internal ID for each message added (or uses the one specified)
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
No code changes, just a refactor into functions
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Convert the big if parts.pathname into a switch
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Make sure the default queue is there when started
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Add a delivered count to each message
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Return an error if the message is undefined
Andy Chilton
as Andrew Chilton
More... almost 14 years ago
Add an Inserted time into the message (which is now a complex type)
Andy Chilton
as Andrew Chilton
More... almost 14 years ago