Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
xmpp threads
|
|
|
|
|
|
|
|
but skip subscription to xmpp-based queues
(still working on making these behave gracefully when server is down)
|
|
|
|
environment
|
|
environment
|
|
|
|
|
|
|
|
|
|
|
|
- Will now pick up source attr from OAuth app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
visible on @title of the enable/disable button.
|
|
|
|
|
|
than attempting to re-run them forever!
|
|
|
|
- NOTICE_INBOX_SOURCE_* constants moved to common.php since Notice_inbox.php not always loaded
- fixed typo in User::staticGet() call which caused user #1 to receive messages once for each subscriber instead of for him/herself
- 'continue' -> 'continue 2' inside switch() statement to fix loop escape (PHP considers switch() a looping construct for break & continue)
|