Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of pubsub node plugin when configured with default_node_config | Christophe Romain | 2016-04-25 | 1 | -4/+6 |
| | |||||
* | Fix error text for message bounces | Holger Weiss | 2016-04-25 | 1 | -2/+2 |
| | |||||
* | Drop headline messages sent to offline resources | Holger Weiss | 2016-04-25 | 1 | -0/+1 |
| | | | | | | | Don't bounce an error when a message of type "headline" is sent to an unavailable resource. This is consistent with how headline messages sent to the bare JID of an offline user are dropped, and it avoids a presence leak. | ||||
* | Don't omit bounces for messages of type "result" | Holger Weiss | 2016-04-24 | 1 | -1/+0 |
| | |||||
* | Match namespace when checking for chat states | Holger Weiss | 2016-04-24 | 1 | -4/+2 |
| | | | | | When checking for standalone chat states, match the namespace rather than the names of the elements defined in the current XEP-0085 revision. | ||||
* | Fix check for standalone chat state notifications | Holger Weiss | 2016-04-24 | 1 | -14/+5 |
| | | | | | Ignore whitespace (and other XML CDATA) when checking whether a message stanza is a standalone chat state notification. | ||||
* | Merge pull request #931 from cclam0827/dev/mod_ping | badlop | 2016-04-22 | 1 | -11/+11 |
|\ | | | | | change mod_ping Timers using maps instead of dict | ||||
| * | change mod_ping Timers using maps instead of dict | Richard | 2016-01-29 | 1 | -11/+11 |
| | | |||||
* | | Set default value for pubsub#itemreply option | Holger Weiss | 2016-04-21 | 11 | -11/+22 |
| | | |||||
* | | Accept commands: add_commands syntax (along commands: - add_commands) | Paweł Chmielowski | 2016-04-21 | 1 | -1/+2 |
| | | |||||
* | | Rename odbc to sql everywhere | Evgeniy Khramtsov | 2016-04-20 | 42 | -792/+808 |
| | | |||||
* | | Rename ejabberd_sm_odbc -> ejabberd_sm_sql | Evgeniy Khramtsov | 2016-04-20 | 2 | -2/+3 |
| | | |||||
* | | Fix hometree root check (#1070) | Christophe Romain | 2016-04-19 | 1 | -1/+1 |
| | | |||||
* | | Specify type of second terminate/2 parameter | Holger Weiss | 2016-04-19 | 2 | -2/+2 |
| | | |||||
* | | Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_rest | Badlop | 2016-04-15 | 1 | -2/+1 |
| | | |||||
* | | Clean mod_carboncopy.erl from DB specific code | Evgeniy Khramtsov | 2016-04-15 | 2 | -28/+85 |
| | | |||||
* | | Merge branch 'move-db-code' | Evgeniy Khramtsov | 2016-04-15 | 56 | -5185/+6481 |
|\ \ | |||||
| * | | Clean mod_mam.erl from DB specific code | Evgeniy Khramtsov | 2016-04-15 | 4 | -477/+561 |
| | | | |||||
| * | | Clean mod_offline.erl from DB specific code | Evgeniy Khramtsov | 2016-04-15 | 4 | -764/+809 |
| | | | |||||
| * | | Clean mod_blocking.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 4 | -207/+285 |
| | | | |||||
| * | | Clean mod_privacy.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 4 | -675/+801 |
| | | | |||||
| * | | Clean mod_irc.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 4 | -150/+235 |
| | | | |||||
| * | | Clean mod_shared_roster.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 4 | -442/+576 |
| | | | |||||
| * | | Clean mod_roster.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 4 | -587/+658 |
| | | | |||||
| * | | Clean mod_muc.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -410/+519 |
| | | | |||||
| * | | Clean mod_vcard.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -627/+703 |
| | | | |||||
| * | | Clean mod_private.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -184/+294 |
| | | | |||||
| * | | Clean mod_announce.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -288/+388 |
| | | | |||||
| * | | Clean mod_caps.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -123/+199 |
| | | | |||||
| * | | Clean mod_vcard_xupdate.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -122/+215 |
| | | | |||||
| * | | Clean mod_last.erl from DB specific code | Evgeniy Khramtsov | 2016-04-13 | 4 | -128/+224 |
| | | | |||||
| * | | Make it possible to get DB backend of a module | Evgeniy Khramtsov | 2016-04-13 | 1 | -1/+14 |
| | | | |||||
| * | | Fix typo in error message | Mickael Remond | 2016-04-12 | 1 | -1/+1 |
| | | | |||||
| * | | Disable TLS compression for s2s by default | Holger Weiss | 2016-04-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | TLS compression is not recommended, and it's already disabled by default for c2s connections and for ejabberd_http. | ||||
| * | | process2/2 is needed by mod_rest to provide its own AccessCommands | Badlop | 2016-04-11 | 1 | -1/+5 |
| | | | | | | | | | | | | See processone/ejabberd-contrib#161 | ||||
| * | | Fix check_password | Matthias Rieber | 2016-04-10 | 1 | -2/+5 |
| | | | |||||
| * | | Make sure that ejabberd_sm sid are unique | Paweł Chmielowski | 2016-04-08 | 3 | -3/+7 |
| | | | |||||
| * | | Send stream trailer at the very end | Evgeniy Khramtsov | 2016-04-08 | 1 | -25/+6 |
| | | | |||||
| * | | Generate shorted jid for anonymous connections | Paweł Chmielowski | 2016-04-07 | 1 | -2/+1 |
| | | | |||||
| * | | Fix anonymous auth | Paweł Chmielowski | 2016-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | Synchronizing master changes | Mickael Remond | 2016-04-12 | 9 | -37/+28 |
| | | | |||||
* | | | Allow testing user pattern directly in access rules | Mickael Remond | 2016-04-08 | 1 | -1/+24 |
| | | | |||||
* | | | Allow clearing all ACL and access rules | Mickael Remond | 2016-04-06 | 1 | -2/+9 |
| | | | |||||
* | | | Export add_access/3 to allow setting ACL outside of yaml config file | Mickael Remond | 2016-04-06 | 1 | -0/+2 |
|/ / | |||||
* | | Tweak srg_get_info result formatting (#1048) | Badlop | 2016-04-06 | 1 | -2/+1 |
| | | |||||
* | | Fix error message paramater formatting | Mickael Remond | 2016-04-06 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1051 from genric/patch-1 | badlop | 2016-04-06 | 1 | -0/+9 |
|\ \ | | | | | | | Fix mod_muc_admin:set_room_affiliation options persistence | ||||
| * | | Fix mod_muc_admin:set_room_affiliation | genric | 2016-04-04 | 1 | -0/+9 |
| | | | | | | | | | Add missing options so they are stored when set_room_affiliation is invoked, instead of being ignored and set to default values after muc restart. | ||||
* | | | Merge pull request #1052 from genric/patch-2 | badlop | 2016-04-06 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | Fix mod_muc_admin:get_room_options | ||||
| * | | | Fix mod_muc_admin:get_room_options | genric | 2016-04-05 | 1 | -2/+6 |
| | | | | | | | | | | | | Fix mod_muc_admin:get_room_options to match the ejabberd_commands result spec. |