1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ability to represent lists also when exporting an excel spreadsheet. Will simply convert to a string. More... 2 months ago
Added ability to represent symbols when exporting an excel spreadsheet. Will simply convert to a string. More... 2 months ago
We now avoid storing slack tokens as keys in our cache (saving a sha256 of them instead) as well as a race condition which could cause multiple threads to retrieve the room list for the same given token. More... 7 months ago
We should now be able to retrieve a large number of slack conversations more quickly. (less aggressive) More... 7 months ago
We should now be able to retrieve a large number of slack conversations more quickly. More... 7 months ago
Reduce the impact against slack servers when multiple threads are attempting to recover the same message list. More... 7 months ago
We now recover from failures retrieving the list of conversations. Useful when facing rate limits in particular. More... 7 months ago
Updating base bedlam image. More... 7 months ago
Added basic networking utilities to base images - allowing network info retrieval from within container as well as iptables usage as long as the right capabilities are in place using something similar to sudo docker run --cap-add=NET_ADMIN --cap-add=NET_RAW -it igorhvr/bedlam-ubuntu More... almost 2 years ago
We are now able to send non-prefixed strings on channels (clean) if necessary. More... almost 2 years ago
We now use dtrx from within nix. More... almost 2 years ago
Made nix available inside docker image. Also upgraded ubuntu to latest LTS release. More... almost 2 years ago
Added capability of having a hook with times/etc for success too when trying something with exponential backoff. Also by default we log success in the (optionally-provided) log-debug output. More... almost 2 years ago
Added the capability of calling a hook upon a successful retry. By default log the success using log-info (which can also optionally be provided) only. More... almost 2 years ago
New parameter for try-with-exponential-backoff allowing the user to decide whether the retry machinery will run for a given error. Useful in circumstances where we want to retry only with specific errors in mind, among other cases. More... almost 2 years ago
The expiring parameter now respects the current configuration of the maximum-allowed-pulseless-period. More... almost 2 years ago
Bot watchdog assuage cycle time is now tunable/exposed. More... almost 2 years ago
Added ping as part of base docker image. More... about 2 years ago
Utility function to split a list in maxium-size groups as well as a way of displaying get-data/table results as multiple with-header tables of a fixed maximum size. More... about 2 years ago
Added add-to-timestamp utility function. More... over 2 years ago
Take 2 - updating to git version since last released one has no fix. Upgrade CSV parsing library PaParse to deal with CVE-2020-7729 and https://hackerone.com/reports/319473. More... over 2 years ago
Updated base image latest update indicator file. More... over 2 years ago
Upgrade CSV parsing library PaParse to deal with CVE-2020-7729 and https://hackerone.com/reports/319473. More... over 2 years ago
Upgrading log4j to the latest version, including fix for CVE-2021-44228. More... over 2 years ago
Facility to upload files in slack as well as small file url related utility functions. More... over 2 years ago
Updated bundle to the latest version. More... over 2 years ago
Messages that contain a file in slack will now have the private slack url pulled as a first message (w/ message text) while keeping the original text only message. This allows interaction patterns where bots receive messages from the users, for instance. More... over 2 years ago
Updated bundle to the latest version. More... over 2 years ago
Added utility function to retrieve private slack files content. More... over 2 years ago
The http-call-get-headers/string now also works when not provided with headers (unusual, but still should work). More... over 2 years ago