index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postgresqleu
/
util
/
messaging
/
sender.py
Age
Commit message (
Expand
)
Author
2024-09-11
For failed social media posts, show time for next attempt
Magnus Hagander
2024-06-19
Trap exceptions when posting to social media
Magnus Hagander
2024-05-08
Fix field selection for messaging provider in sender
Magnus Hagander
2023-12-12
Truncate social media error message to not overflow
Magnus Hagander
2023-11-03
Move url-shortener handling into it's own file
Magnus Hagander
2023-10-16
Re-think error handling in social media posting
Magnus Hagander
2023-10-16
Teach social media posting to differentiate contents to providers
Magnus Hagander
2023-03-21
Fix stupid copy/paste error
Magnus Hagander
2023-03-21
Consistently send all sending errors to stderr
Magnus Hagander
2023-03-21
Add more logging of http statuses if message sending fails
Magnus Hagander
2023-02-07
Don't try to send notifications to half-configured registrations
Magnus Hagander
2023-01-17
Sleep 60 seconds instead of 1 if there is a posting error
Magnus Hagander
2023-01-17
Fix accidentally masked err variable
Magnus Hagander
2023-01-17
Add missing newline
Magnus Hagander
2022-11-07
Handle the case of queued tweets with no providers
Magnus Hagander
2022-11-07
Add a 1 second sleep between loops posting to soecial media
Magnus Hagander
2022-11-05
Fix concurrencly safety when posting to social media
Magnus Hagander
2022-11-05
Fix incorrectly copy/pasted error message
Magnus Hagander
2022-11-05
Return and report number of notifications sent
Magnus Hagander
2022-10-26
Save only the updated fields in two more cases
Magnus Hagander
2022-09-08
Move twitter bot API calls to the background process
Magnus Hagander
2021-12-09
Fix missing import and function namespace
Magnus Hagander
2020-05-20
Read max_post_length from implementation rather than entry
Magnus Hagander
2020-05-18
Fix reversed value of return code
Magnus Hagander
2020-05-18
Complete overhaul of social media integrations
Magnus Hagander