]> git.sesse.net Git - skvidarsync/history - bin
Add a script to refresh if we missed any reactions.
[skvidarsync] / bin /
2024-04-13 Steinar H. GundersonAdd a script to refresh if we missed any reactions. master
2024-04-11 Steinar H. GundersonAdd last-added to HKS.
2024-04-11 Steinar H. GundersonAdd WebSocket pings to try to work around Slack hangs.
2024-04-10 Steinar H. GundersonLocal changes for HKS 2024.
2024-03-04 Steinar H. GundersonSupport marking with orange.
2024-02-13 Steinar H. GundersonIgnore more headings.
2024-02-11 Steinar H. GundersonIf reconnect fails, don't kill the entire script.
2024-02-11 Steinar H. GundersonDon't match dates in channel names.
2023-12-25 Steinar H. GundersonFix an issue where we would not get timestamps from...
2023-12-08 Steinar H. GundersonHandle edits, at last?
2023-12-07 Steinar H. GundersonMake a query capable of using an index.
2023-12-07 Steinar H. GundersonFix picking up the date from new messages.
2023-11-27 Steinar H. GundersonBe more robust towards Sheets API errors; for instance...
2023-11-14 Steinar H. GundersonFix an off-by-one.
2023-11-11 Steinar H. GundersonLog delay in the Slack WebSocket API.
2023-11-11 Steinar H. GundersonDo not use quotes around people's Slack names; it seems...
2023-11-11 Steinar H. GundersonIf nothing is happening, do some fake requests to keep...
2023-11-11 Steinar H. GundersonBetter comment about the UCA cache.
2023-11-11 Steinar H. GundersonMore timing of things we thought were slow.
2023-11-11 Steinar H. GundersonAdd a cache in front of Unicode::Collate.
2023-11-10 Steinar H. GundersonReduce the number of calls to sort_key().
2023-11-10 Steinar H. GundersonMake do with only one commit per sync.
2023-11-10 Steinar H. GundersonAdd timing for the sort key reverse mapping, which...
2023-11-10 Steinar H. GundersonAdd connection keepalive.
2023-11-10 Steinar H. GundersonCache SSL parameters between runs.
2023-11-10 Steinar H. GundersonAdd a benchmark mode.
2023-11-10 Steinar H. GundersonSpeed up fuzzy searching on Slack a bit.
2023-11-10 Steinar H. GundersonCombine the two Sheets API calls into one, to reduce...
2023-11-10 Steinar H. GundersonCache /properties; it was getting untenably slow for...
2023-11-10 Steinar H. GundersonImprove logging of Slack nag messages.
2023-11-10 Steinar H. GundersonTell users what group they are part of when they sign up.
2023-11-10 Steinar H. GundersonStick ws.pl messages on stderr, which is seemingly...
2023-11-06 Steinar H. GundersonUse diacritic-ignoring, proper UCA comparison.
2023-11-06 Steinar H. GundersonCommunicate through NOTIFY/LISTEN instead of a file.
2023-11-06 Steinar H. GundersonAdd a WebSocket daemon, hopefully with lower latency...
2023-11-06 Steinar H. GundersonAllow gzip encoding when querying the Sheets API.
2023-11-05 Steinar H. GundersonSlightly more consistent timing logging.
2023-11-05 Steinar H. GundersonStore OAuth tokens in the database instead of asking...
2023-11-03 Steinar H. GundersonDon't bother updating the Slack mapping sheet if there...
2023-11-03 Steinar H. GundersonLog timing of each HTTP call.
2023-11-01 Steinar H. GundersonUse an ephemeral message for nagging about the spreadsh...
2023-11-01 Steinar H. GundersonDetect and log when people move between groups.
2023-11-01 Steinar H. GundersonCorrect cell names for duplicate detection.
2023-11-01 Steinar H. GundersonMake a TODO more precise.
2023-11-01 Steinar H. GundersonFix an issue where someone signed up and then duplicati...
2023-11-01 Steinar H. GundersonMinor cosmetic fix.
2023-10-31 Steinar H. GundersonUpdate TODO about messaging.
2023-10-30 Steinar H. GundersonAdd timing information to the local console.
2023-10-29 Steinar H. GundersonIf run with --daemon, start a single run even if there...
2023-10-29 Steinar H. GundersonSupport reacting to attend multiple different events...
2023-10-29 Steinar H. GundersonFactor out best_name_for_log.
2023-10-29 Steinar H. GundersonFix a very strange off-by-one (why did this only start...
2023-10-29 Steinar H. GundersonRename $config::oauth_token to $config::slack_oauth_tok...
2023-10-29 Steinar H. GundersonMessage user to ask them about their user ID in the...
2023-10-28 Steinar H. GundersonUpdate TODO.
2023-10-28 Steinar H. GundersonAdd a blank line.
2023-10-28 Steinar H. GundersonBetter daemon behavior.
2023-10-28 Steinar H. GundersonSplit out find_diff() into its own function.
2023-10-28 Steinar H. GundersonSplit out create_reaction_log() into its own function.
2023-10-28 Steinar H. GundersonRemove an unused hash.
2023-10-28 Steinar H. GundersonFactor out %seen_names computation into a function.
2023-10-28 Steinar H. GundersonFix an issue where one could be deleted from the databa...
2023-10-28 Steinar H. GundersonUse seen_names for the final location.
2023-10-28 Steinar H. GundersonGet more of the sheet, so that we get the headings...
2023-10-27 Steinar H. GundersonFix so that G4.5 headings are properly ignored.
2023-10-27 Steinar H. GundersonSmall refactoring.
2023-10-27 Steinar H. GundersonUpdate TODO.
2023-10-27 Steinar H. GundersonRemove some debugging.
2023-10-27 Steinar H. GundersonTweak the recent changes log.
2023-10-27 Steinar H. GundersonSupport non-fixed sheets and messages to sync.
2023-10-27 Steinar H. GundersonInitial commit.