From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/ping_8php.html | 156 ------------------------------------------------ 1 file changed, 156 deletions(-) delete mode 100644 doc/html/ping_8php.html (limited to 'doc/html/ping_8php.html') diff --git a/doc/html/ping_8php.html b/doc/html/ping_8php.html deleted file mode 100644 index 0fd7a5794..000000000 --- a/doc/html/ping_8php.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -The Red Matrix: mod/ping.php File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
ping.php File Reference
-
-
- - - - - -

-Functions

 ping_init (&$a)
 do several updates when pinged. More...
 
-

Function Documentation

- -
-
- - - - - - - - -
ping_init ($a)
-
- -

do several updates when pinged.

-

This function does several tasks. Whenever called it checks for new messages, introductions, notifications, etc. and returns a json with the results.

-
Parameters
- - -
App&$a
-
-
-
Returns
JSON
-

If you have several windows open to this site and switch to a different channel in one of them, the others may get into a confused state showing you a page or options on that page which were only valid under the old identity. You session has changed. Therefore we send a notification of this fact back to the browser where it is picked up in javascript and which reloads the page it is on so that it is valid under the context of the now current channel.

-

Send all system messages (alerts) to the browser. Some are marked as informational and some represent errors or serious notifications. These typically will popup on the current page (no matter what page it is)

-

Update chat presence indication (if applicable)

-

Chatpresence continued... if somebody hasn't pinged recently, they've most likely left the page and shouldn't count as online anymore. We allow an expection for bots.

-

Everything following is only permitted under the context of a locally authenticated site member.

-

Handle "mark all xyz notifications read" requests.

-

URL ping/something will return detail for "something", e.g. a json list with which to populate a notification dropdown menu.

-

Normal ping - just the counts, no detail

- -
-
-
-
- -- cgit v1.2.3