nodejs_actions_action_info |
nodejs_actions/nodejs_actions.module |
Implementation of hook_action_info(). |
|
|
nodejs_actions_enqueue_message |
nodejs_actions/nodejs_actions.module |
Helper function for enqueueing 'nodejs_notify' channel messages. |
23 |
|
nodejs_add_user_to_channel |
./nodejs.module |
Add a user to a channel. |
2 |
|
nodejs_add_user_to_channel_form |
./nodejs.module |
Form callback, add a user to a channel. |
|
1 |
nodejs_add_user_to_channel_form_submit |
./nodejs.module |
Form submit callback - add a user to a channel on the Node.js server. |
|
|
nodejs_add_user_to_channel_form_validate |
./nodejs.module |
Form validate callback - add a user to a channel on the Node.js server. |
|
|
nodejs_auth_check |
./nodejs.module |
Checks the given key to see if it matches a valid session. |
1 |
|
nodejs_broadcast_message |
./nodejs.module |
Broadcast a message to all clients. |
1 |
1 |
nodejs_config_form |
nodejs_config/nodejs_config.module |
Node.js server configuration form. |
|
1 |
nodejs_config_form_submit |
nodejs_config/nodejs_config.module |
Node.js server configuration form submit handler. |
|
1 |
nodejs_config_menu |
nodejs_config/nodejs_config.module |
Implements hook_menu(). |
|
|
nodejs_drush_command |
./nodejs.drush.inc |
Implements hook_drush_command(). |
|
|
nodejs_drush_help |
./nodejs.drush.inc |
Implements hook_drush_help(). |
|
|
nodejs_enqueue_message |
./nodejs.module |
Enqueue a message for sending at the end of the request. |
5 |
|
nodejs_generate_content_token |
./nodejs.module |
Generate a token for a piece of content. |
1 |
|
nodejs_get_channels |
./nodejs.module |
Get a list of active channels from the node.js server. |
|
|
nodejs_get_client_socket_id |
./nodejs.module |
Get the client socket id associated with this request. |
2 |
|
nodejs_get_config |
./nodejs.module |
Get nodejs server config. |
3 |
|
nodejs_get_js_handlers |
./nodejs.module |
Get a list of javascript handler files. |
1 |
|
nodejs_get_socketio_js_config |
./nodejs.module |
Return the path to the socket.io client js. |
1 |
|
nodejs_get_url |
./nodejs.module |
Get the URL of a Node.js callback. |
1 |
|
nodejs_init |
./nodejs.module |
Implements hook_init(). |
|
|
nodejs_install |
./nodejs.install |
Implements hook_install(). |
|
|
nodejs_is_valid_service_key |
./nodejs.module |
Check if the given service key is valid. |
1 |
|
nodejs_kick_user |
./nodejs.module |
Kick a user off the node.js server. |
|
1 |
nodejs_logout_user |
./nodejs.module |
Logout any sockets associated with the given token from the node.js server. |
1 |
|
nodejs_menu |
./nodejs.module |
Implements hook_menu(). |
|
|
nodejs_message_handler |
./nodejs.module |
Menu callback: handles all messages from Node.js server. |
|
1 |
nodejs_nodejs_user_channels |
./nodejs.module |
Implements hook_nodejs_user_channels(). |
|
|
nodejs_notify_broadcast_form |
nodejs_notify/nodejs_notify.module |
Form builder for broadcast form. |
|
1 |
nodejs_notify_broadcast_form_submit |
nodejs_notify/nodejs_notify.module |
The submit handler for the form, after validated. |
|
1 |
nodejs_notify_init |
nodejs_notify/nodejs_notify.module |
Implements hook_init(). |
|
|
nodejs_notify_install |
nodejs_notify/nodejs_notify.install |
Implements hook_install(). |
|
|
nodejs_notify_menu |
nodejs_notify/nodejs_notify.module |
Implements hook_menu(). |
|
|
nodejs_notify_nodejs_handlers_info |
nodejs_notify/nodejs_notify.module |
Implements hook_nodejs_handlers_info(). |
|
|
nodejs_notify_perm |
nodejs_notify/nodejs_notify.module |
Implements hook_permission(). |
|
|
nodejs_notify_settings_form |
nodejs_notify/nodejs_notify.module |
Settings form |
|
1 |
nodejs_notify_settings_form_submit |
nodejs_notify/nodejs_notify.module |
Form submit for settings form |
|
1 |
nodejs_notify_settings_form_validate |
nodejs_notify/nodejs_notify.module |
Form Validation |
|
|
nodejs_notify_uninstall |
nodejs_notify/nodejs_notify.install |
Implements hook_uninstall(). |
|
|
nodejs_remove_user_from_channel |
./nodejs.module |
Remove a user from a channel. |
1 |
|
nodejs_schema |
./nodejs.install |
Implements hook_schema(). |
|
|
nodejs_send_channel_message |
./nodejs.module |
Send a message to all users subscribed to a given channel. |
|
|
nodejs_send_content_channel_message |
./nodejs.module |
Send a content change message to a content channel. |
|
|
nodejs_send_content_channel_token |
./nodejs.module |
Send a content channel token to Node.js. |
|
|
nodejs_send_message |
./nodejs.module |
Send a message immediately. |
|
|
nodejs_send_role_message |
./nodejs.module |
Send a message to users in a role. |
|
|
nodejs_send_user_message |
./nodejs.module |
Send a message to given user. |
1 |
1 |
nodejs_send_user_message_multiple |
./nodejs.module |
Send a message to multiple users. |
1 |
|
nodejs_settings |
./nodejs.admin.inc |
Form builder function for module settings. |
|
1 |