Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fix output formatting in srg_get_info commend from mod_admin_extra | Paweł Chmielowski | 2015-04-02 | 1 | -3/+1 | |
| | | | | ||||||
* | | | | Fix problems with get_vcard* functions from mod_admin_extra | Paweł Chmielowski | 2015-04-01 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Drop exmpp usage from mod_admin_extra | Paweł Chmielowski | 2015-04-01 | 1 | -14/+1 | |
| | | | | ||||||
* | | | | Merge pull request #493 from weiss/rfc-6121-routing | Evgeny Khramtsov | 2015-04-01 | 4 | -91/+35 | |
|\ \ \ \ | | | | | | | | | | | Update ejabberd_sm's routing rules as per RFC 6121 | |||||
| * | | | | Don't bother with filtering out PEP error messages | Holger Weiss | 2015-03-25 | 3 | -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 resources | Holger Weiss | 2015-03-25 | 1 | -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 JIDs | Holger Weiss | 2015-03-25 | 1 | -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 resources | Holger Weiss | 2015-03-25 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | As per RFC 6121, don't reroute non-chat messages sent to unavailable resources. | |||||
* | | | | | Swap 'mnesia' and 'internal' types correctly | Evgeniy Khramtsov | 2015-03-30 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | The 'default_db' option should impact ejabberd_auth as well | Evgeniy Khramtsov | 2015-03-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Add new 'default_db' option | Evgeniy Khramtsov | 2015-03-30 | 14 | -24/+36 | |
| | | | | | ||||||
* | | | | | Try to fix more Dialyzer warnings | Badlop | 2015-03-27 | 3 | -4/+4 | |
| | | | | | ||||||
* | | | | | Ensure set_presence changes are kept in state (thanks to Davide ↵ | Badlop | 2015-03-27 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | Colombo)(EJAB-1184) | |||||
* | | | | | Remove tools/configure.erl as it's not used and can cause problem with make ↵ | Paweł Chmielowski | 2015-03-27 | 1 | -89/+0 | |
| | | | | | | | | | | | | | | | | | | | | install | |||||
* | | | | | Fix even more dialyzer warnings | Badlop | 2015-03-27 | 4 | -22/+6 | |
| | | | | | ||||||
* | | | | | Fix set_presence command (ejabberd-contrib#61) | Badlop | 2015-03-27 | 2 | -2/+5 | |
| | | | | | ||||||
* | | | | | Fix more mod_admin_extra commands | Badlop | 2015-03-26 | 1 | -20/+15 | |
| | | | | | ||||||
* | | | | | Fix problems in process_rosteritems command | Badlop | 2015-03-26 | 1 | -17/+9 | |
| | | | | | ||||||
* | | | | | Add mod_admin_extra as a commented module | Badlop | 2015-03-26 | 1 | -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) | Badlop | 2015-03-26 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | Fix return error when requesting non-existing vcard value (#21) | Badlop | 2015-03-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Ignore errors when retrieving status if the users just got offline | Mickaël Rémond | 2015-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fix possible race condition. | |||||
* | | | | | mod_admin_extra: Let send_message omit subject | Holger Weiss | 2015-03-26 | 1 | -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) | Badlop | 2015-03-26 | 1 | -4/+3 | |
| | | | | | ||||||
* | | | | | fix connected_users_info in mod_admin_extra | HAMANO Tsukasa | 2015-03-26 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | mod_admin_extra: Fix private_get/private_set types | Holger Weiss | 2015-03-26 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Support TEL XXX in set and get_vcard commands | Badlop | 2015-03-26 | 1 | -1/+28 | |
| | | | | | ||||||
* | | | | | Changed signature of user_sessions_info to take binaries rather than strings ↵ | colm | 2015-03-26 | 1 | -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) | Badlop | 2015-03-26 | 1 | -52/+16 | |
| | | | | | ||||||
* | | | | | add send_message_normal command | HAMANO Tsukasa | 2015-03-26 | 1 | -0/+22 | |
| | | | | | ||||||
* | | | | | fix mod_admin_extra stats command | HAMANO Tsukasa | 2015-03-26 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | mod_admin_extra: Fix stats(_host) argument types | Holger Weiss | 2015-03-26 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Update kick_session to work with ejabberd master | Badlop | 2015-03-26 | 1 | -7/+4 | |
| | | | | | ||||||
* | | | | | Binary conversions | Sonny Scroggin | 2015-03-26 | 1 | -13/+13 | |
| | | | | | ||||||
* | | | | | More binary conversions | Sonny Scroggin | 2015-03-26 | 1 | -56/+55 | |
| | | | | | ||||||
* | | | | | Update add_roster_item and get_roster to ejabberd 13 | Badlop | 2015-03-26 | 1 | -28/+12 | |
| | | | | | ||||||
* | | | | | Fix get_vcard and set_vcard when using option module_resource (issue #21) | Badlop | 2015-03-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix add_rosteritem, delete_rosteritem, and get_roster | Sonny Scroggin | 2015-03-26 | 1 | -20/+19 | |
| | | | | | ||||||
* | | | | | Update get_vcard and set_vcard to ejabberd 13 (fixes issue #21) | Badlop | 2015-03-26 | 1 | -15/+15 | |
| | | | | | ||||||
* | | | | | mod_admin_extra: for support in ejabberd-v13.x changed args from string to ↵ | Rahul Gautam | 2015-03-26 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | binary : all changes tested with ejabberdv13.12 | |||||
* | | | | | Fix command change_password (fixes #16) | Badlop | 2015-03-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Handle error when requesting information of a non-existing shared roster ↵ | Badlop | 2015-03-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | (fixes #14) | |||||
* | | | | | Fixes srg_* commands (fixes #147) | Badlop | 2015-03-26 | 1 | -10/+10 | |
| | | | | | ||||||
* | | | | | Fix srg_create when calling ejabberd_regexp (fixes issue #12) | Badlop | 2015-03-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Add get_last to ejabberdctl for last user activity (thanks to lehrblogger) | Badlop | 2015-03-26 | 1 | -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 SVN | Badlop | 2015-03-26 | 1 | -0/+1578 | |
| | | | | | ||||||
* | | | | | Make sure that we send each time <close> before closing websocket connection | Paweł Chmielowski | 2015-03-25 | 1 | -1/+13 | |
| | | | | | ||||||
* | | | | | If command crashes, return restuple with error and explanation ↵ | Badlop | 2015-03-25 | 1 | -1/+7 | |
|/ / / / | | | | | | | | | | | | | (ejabberd-contrib #21) | |||||
* | | | | Return error when incoming message is blocked | Holger Weiss | 2015-03-24 | 1 | -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 message | Holger Weiss | 2015-03-24 | 1 | -1/+1 | |
| | | | |