aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix problems in process_rosteritems commandBadlop2015-03-261-17/+9
| | | |
* | | | 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
| | |
* | | Add support for ciphers and protocol_options in ejabberd_httpAlexey Shchepin2015-03-241-4/+14
| | |
* | | Avoid crypto:hmac/3 call for R15B compatibilityHolger Weiss2015-03-211-1/+3
| | |
* | | Fix compilation on Erlang R15BHolger Weiss2015-03-211-6/+6
| | |
* | | Start ext_mod before module as it's setup contrib pathChristophe Romain2015-03-201-1/+1
| | |
* | | Removed deprecated calls to crypto:sha_mac in scram.erlAlexey Shchepin2015-03-201-7/+10
| | |
* | | Add ejabberd_auth_odbc:convert_to_scram/115.03Alexey Shchepin2015-03-201-1/+57
| | |
* | | Add SCRAM support to ejabberd_auth_odbcAlexey Shchepin2015-03-202-107/+299
| | |
* | | Added MySQL support for delete_old_messages (offline) command.Jerome Sautret2015-03-201-2/+14
| | |
* | | Fix mod_offline terminationEvgeniy Khramtsov2015-03-201-1/+2
| | |
* | | Explicitly set standard_conforming_strings to off with PostreSQLAlexey Shchepin2015-03-201-0/+1
| | |
* | | Report TLS errorsEvgeniy Khramtsov2015-03-201-1/+7
|/ /
* | Add missing list_to_binary callChristophe Romain2015-03-131-1/+1
| |
* | Add contributed modules code path on startChristophe Romain2015-03-131-0/+2
| |
* | Rename module function to keep them grouped on helpChristophe Romain2015-03-131-7/+7
| |
* | Improve module structureEvgeniy Khramtsov2015-03-131-97/+20
| |
* | Do not fail on badly formed SQL resultsEvgeniy Khramtsov2015-03-132-41/+45
| |
* | Fix unblock all when Riak is used as a backendEvgeniy Khramtsov2015-03-131-1/+2
| |
* | Update sockmod() type after adding websocket supportPaweł Chmielowski2015-03-121-0/+1
| |