aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix output formatting in srg_get_info commend from mod_admin_extraPaweł Chmielowski2015-04-021-3/+1
| | | |
* | | | Fix problems with get_vcard* functions from mod_admin_extraPaweł Chmielowski2015-04-011-5/+5
| | | |
* | | | Drop exmpp usage from mod_admin_extraPaweł Chmielowski2015-04-011-14/+1
| | | |
* | | | Merge pull request #493 from weiss/rfc-6121-routingEvgeny Khramtsov2015-04-014-91/+35
|\ \ \ \ | | | | | | | | | | Update ejabberd_sm's routing rules as per RFC 6121
| * | | | Don't bother with filtering out PEP error messagesHolger Weiss2015-03-253-82/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Now that ejabberd_sm won't deliver error messages that were sent to bare JIDs anymore, PEP error messages should no longer arrive.
| * | | | Route headlines sent to bare JIDs to all resourcesHolger Weiss2015-03-251-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per RFC 6121, deliver headline messages that were sent to a bare JID to all resources with a non-negative priority, not just to those with the highest priority. If no such resource is available, discard them silently.
| * | | | Don't route error/groupchat messages to bare JIDsHolger Weiss2015-03-251-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | As per RFC 6121, drop error messages that were sent to bare JIDs, and return an error if a groupchat message was sent to a bare JID.
| * | | | Update routing for unavailable resourcesHolger Weiss2015-03-251-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | As per RFC 6121, don't reroute non-chat messages sent to unavailable resources.
* | | | | Swap 'mnesia' and 'internal' types correctlyEvgeniy Khramtsov2015-03-301-1/+5
| | | | |
* | | | | The 'default_db' option should impact ejabberd_auth as wellEvgeniy Khramtsov2015-03-301-1/+1
| | | | |
* | | | | Add new 'default_db' optionEvgeniy Khramtsov2015-03-3014-24/+36
| | | | |
* | | | | Try to fix more Dialyzer warningsBadlop2015-03-273-4/+4
| | | | |
* | | | | Ensure set_presence changes are kept in state (thanks to Davide ↵Badlop2015-03-271-2/+3
| | | | | | | | | | | | | | | | | | | | Colombo)(EJAB-1184)
* | | | | Remove tools/configure.erl as it's not used and can cause problem with make ↵Paweł Chmielowski2015-03-271-89/+0
| | | | | | | | | | | | | | | | | | | | install
* | | | | Fix even more dialyzer warningsBadlop2015-03-274-22/+6
| | | | |
* | | | | Fix set_presence command (ejabberd-contrib#61)Badlop2015-03-272-2/+5
| | | | |
* | | | | Fix more mod_admin_extra commandsBadlop2015-03-261-20/+15
| | | | |
* | | | | Fix problems in process_rosteritems commandBadlop2015-03-261-17/+9
| | | | |
* | | | | Add mod_admin_extra as a commented moduleBadlop2015-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous commits were done with: for i in `git log --reverse --date-order --format=%h mod_admin_extra.erl`; do git format-patch -1 $i; cat 00* >>patch; rm 00*; done Then editing patch to remove unneeded files and fix path.
* | | | | Detect correctly when vCard does not exist (#21)Badlop2015-03-261-2/+3
| | | | |
* | | | | Fix return error when requesting non-existing vcard value (#21)Badlop2015-03-261-1/+1
| | | | |
* | | | | Ignore errors when retrieving status if the users just got offlineMickaël Rémond2015-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | Fix possible race condition.
* | | | | mod_admin_extra: Let send_message omit subjectHolger Weiss2015-03-261-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Let the send_message command omit the subject if the user either specified an empty subject or a message type of "chat".
* | | | | Update FSF address (solves #73)Badlop2015-03-261-4/+3
| | | | |
* | | | | fix connected_users_info in mod_admin_extraHAMANO Tsukasa2015-03-261-1/+5
| | | | |
* | | | | mod_admin_extra: Fix private_get/private_set typesHolger Weiss2015-03-261-3/+3
| | | | |
* | | | | Support TEL XXX in set and get_vcard commandsBadlop2015-03-261-1/+28
| | | | |
* | | | | Changed signature of user_sessions_info to take binaries rather than strings ↵colm2015-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | as it doesn't match anything in mnesia if it searches it by string
* | | | | Join three send_message_* commands in one (PR #68)Badlop2015-03-261-52/+16
| | | | |
* | | | | add send_message_normal commandHAMANO Tsukasa2015-03-261-0/+22
| | | | |
* | | | | fix mod_admin_extra stats commandHAMANO Tsukasa2015-03-261-2/+2
| | | | |
* | | | | mod_admin_extra: Fix stats(_host) argument typesHolger Weiss2015-03-261-2/+2
| | | | |
* | | | | Update kick_session to work with ejabberd masterBadlop2015-03-261-7/+4
| | | | |
* | | | | Binary conversionsSonny Scroggin2015-03-261-13/+13
| | | | |
* | | | | More binary conversionsSonny Scroggin2015-03-261-56/+55
| | | | |
* | | | | Update add_roster_item and get_roster to ejabberd 13Badlop2015-03-261-28/+12
| | | | |
* | | | | Fix get_vcard and set_vcard when using option module_resource (issue #21)Badlop2015-03-261-1/+1
| | | | |
* | | | | Fix add_rosteritem, delete_rosteritem, and get_rosterSonny Scroggin2015-03-261-20/+19
| | | | |
* | | | | Update get_vcard and set_vcard to ejabberd 13 (fixes issue #21)Badlop2015-03-261-15/+15
| | | | |
* | | | | mod_admin_extra: for support in ejabberd-v13.x changed args from string to ↵Rahul Gautam2015-03-261-9/+9
| | | | | | | | | | | | | | | | | | | | binary : all changes tested with ejabberdv13.12
* | | | | Fix command change_password (fixes #16)Badlop2015-03-261-1/+1
| | | | |
* | | | | Handle error when requesting information of a non-existing shared roster ↵Badlop2015-03-261-1/+4
| | | | | | | | | | | | | | | | | | | | (fixes #14)
* | | | | Fixes srg_* commands (fixes #147)Badlop2015-03-261-10/+10
| | | | |
* | | | | Fix srg_create when calling ejabberd_regexp (fixes issue #12)Badlop2015-03-261-1/+1
| | | | |
* | | | | Add get_last to ejabberdctl for last user activity (thanks to lehrblogger)Badlop2015-03-261-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | The logic for determining the response is borrowed from here: https://github.com/processone/ejabberd/blob/6d811f5178e000def445e12deaa0d587004efc67/src/web/ejabberd_web_admin.erl#L1583-L1601
* | | | | Initial import from ejabberd-modules SVNBadlop2015-03-261-0/+1578
| | | | |
* | | | | Make sure that we send each time <close> before closing websocket connectionPaweł Chmielowski2015-03-251-1/+13
| | | | |
* | | | | If command crashes, return restuple with error and explanation ↵Badlop2015-03-251-1/+7
|/ / / / | | | | | | | | | | | | (ejabberd-contrib #21)
* | | | Return error when incoming message is blockedHolger Weiss2015-03-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | As per XEP-0016 and XEP-0191, return a service-unavailable error when an incoming message was blocked by a privacy list. This lets the user appear offline to the contact.
* | | | Fix "IP address not available" error messageHolger Weiss2015-03-241-1/+1
| | | |