aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chatsvc.php
Commit message (Collapse)AuthorAgeFilesLines
* basic chatterbot support - though these would still require additional ↵friendica2014-04-261-1/+10
| | | | functionality in the API to maintain presence as they'll get kicked out of the room if they don't ping it regularly.
* Fix the weirdness of messages appearing in the middle of the screenThomas Willingham2014-02-261-2/+2
| | | | | and working their way downwards one comment at a time as the ping runs when joining an active chat room.
* make chat honour the pause key (but we still need to ping the server to ↵friendica2014-02-021-45/+49
| | | | maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
* add links to change chat status and leave roomfriendica2014-02-021-11/+21
|
* status indicationfriendica2014-02-011-1/+11
|
* keep presence updated - typo was causing it to logoutfriendica2014-01-301-1/+1
|
* a bit more ajax work on chat and chatsvc and some fiddling with layoutsfriendica2014-01-301-1/+2
|
* back-end for changing online status and keeping presence refreshedfriendica2014-01-291-1/+20
|
* start on the ajax bitsfriendica2014-01-291-0/+2
|
* mod/chatsvc - ajax backend for chatfriendica2014-01-291-0/+104