aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse.php
Commit message (Expand)AuthorAgeFilesLines
* storing info and notice messages in the session has some disadvantages if the...Mario2024-07-281-48/+15
* Revert "Revert "sse: reset session after connection aborted""Mario2024-07-201-2/+9
* Revert "Revert "more work on sse sys messages""Mario2024-07-201-19/+59
* Revert "sse: more work on notifications"Mario2024-07-201-3/+10
* sse: more work on notificationsMario2024-07-201-10/+3
* Revert "more work on sse sys messages"Mario2024-07-201-59/+19
* Revert "sse: reset session after connection aborted"Mario2024-07-201-9/+2
* sse: reset session after connection abortedMario2024-07-191-2/+9
* more work on sse sys messagesMario2024-07-191-19/+59
* always use ob_end_flush() and reduce code duplicationMario2024-07-151-6/+5
* more work on making sure system notifications appear on page reloadMario2024-07-101-2/+3
* improve handling of sse especially in relation with page reloadsMario2024-07-081-23/+28
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-2/+3
* improve sse loopMario2023-01-021-8/+24
* do not always trigger a sse event if pubs notification are off or the app is ...Mario Vavti2022-11-241-3/+3
* also check for vnotifyMario Vavti2021-10-011-2/+5
* only show sse pubs if the app is installedMario Vavti2021-10-011-0/+8
* Random PHP 8 fixesMax Kostikov2021-05-141-1/+2
* sse: make sure to also bootstrap info and noticeMario2021-03-221-1/+0
* Polling fallback to server sent events. Polling is the default. SSE must be e...Mario2020-11-141-28/+79
* sse: improve caching fix an issue with removing notifications and move chatpr...Mario2019-11-281-19/+7
* sse: implement notifications for anonymous visitors (info, notice and pubs) a...Mario2019-11-151-6/+25
* sse: make sure we have an observerMario2019-11-131-0/+3
* sse: revert to reset to arrayMario2019-11-131-1/+1
* sse: reset to empty string instead of empty arrayMario2019-11-131-1/+1
* sse: do not delete xconfig - reset itMario2019-11-121-2/+3
* better detection for who to send sys notifications (needs addons update)Mario2019-11-121-0/+2
* sse notificationsMario2019-11-111-0/+108