aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Match namespace when checking for chat statesHolger Weiss2016-04-241-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 notificationsHolger Weiss2016-04-241-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_pingbadlop2016-04-221-11/+11
|\ | | | | change mod_ping Timers using maps instead of dict
| * change mod_ping Timers using maps instead of dictRichard2016-01-291-11/+11
| |
* | Set default value for pubsub#itemreply optionHolger Weiss2016-04-2111-11/+22
| |
* | Accept commands: add_commands syntax (along commands: - add_commands)Paweł Chmielowski2016-04-211-1/+2
| |
* | Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-2042-792/+808
| |
* | Rename ejabberd_sm_odbc -> ejabberd_sm_sqlEvgeniy Khramtsov2016-04-202-2/+3
| |
* | Fix hometree root check (#1070)Christophe Romain2016-04-191-1/+1
| |
* | Specify type of second terminate/2 parameterHolger Weiss2016-04-192-2/+2
| |
* | Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_restBadlop2016-04-151-2/+1
| |
* | Clean mod_carboncopy.erl from DB specific codeEvgeniy Khramtsov2016-04-152-28/+85
| |
* | Merge branch 'move-db-code'Evgeniy Khramtsov2016-04-1556-5185/+6481
|\ \
| * | Clean mod_mam.erl from DB specific codeEvgeniy Khramtsov2016-04-154-477/+561
| | |
| * | Clean mod_offline.erl from DB specific codeEvgeniy Khramtsov2016-04-154-764/+809
| | |
| * | Clean mod_blocking.erl from DB specific codeEvgeniy Khramtsov2016-04-144-207/+285
| | |
| * | Clean mod_privacy.erl from DB specific codeEvgeniy Khramtsov2016-04-144-675/+801
| | |
| * | Clean mod_irc.erl from DB specific codeEvgeniy Khramtsov2016-04-144-150/+235
| | |
| * | Clean mod_shared_roster.erl from DB specific codeEvgeniy Khramtsov2016-04-144-442/+576
| | |
| * | Clean mod_roster.erl from DB specific codeEvgeniy Khramtsov2016-04-144-587/+658
| | |
| * | Clean mod_muc.erl from DB specific codeEvgeniy Khramtsov2016-04-134-410/+519
| | |
| * | Clean mod_vcard.erl from DB specific codeEvgeniy Khramtsov2016-04-134-627/+703
| | |
| * | Clean mod_private.erl from DB specific codeEvgeniy Khramtsov2016-04-134-184/+294
| | |
| * | Clean mod_announce.erl from DB specific codeEvgeniy Khramtsov2016-04-134-288/+388
| | |
| * | Clean mod_caps.erl from DB specific codeEvgeniy Khramtsov2016-04-134-123/+199
| | |
| * | Clean mod_vcard_xupdate.erl from DB specific codeEvgeniy Khramtsov2016-04-134-122/+215
| | |
| * | Clean mod_last.erl from DB specific codeEvgeniy Khramtsov2016-04-134-128/+224
| | |
| * | Make it possible to get DB backend of a moduleEvgeniy Khramtsov2016-04-131-1/+14
| | |
| * | Fix typo in error messageMickael Remond2016-04-121-1/+1
| | |
| * | Disable TLS compression for s2s by defaultHolger Weiss2016-04-112-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 AccessCommandsBadlop2016-04-111-1/+5
| | | | | | | | | | | | See processone/ejabberd-contrib#161
| * | Fix check_passwordMatthias Rieber2016-04-101-2/+5
| | |
| * | Make sure that ejabberd_sm sid are uniquePaweł Chmielowski2016-04-083-3/+7
| | |
| * | Send stream trailer at the very endEvgeniy Khramtsov2016-04-081-25/+6
| | |
| * | Generate shorted jid for anonymous connectionsPaweł Chmielowski2016-04-071-2/+1
| | |
| * | Fix anonymous authPaweł Chmielowski2016-04-071-1/+1
| | |
* | | Synchronizing master changesMickael Remond2016-04-129-37/+28
| | |
* | | Allow testing user pattern directly in access rulesMickael Remond2016-04-081-1/+24
| | |
* | | Allow clearing all ACL and access rulesMickael Remond2016-04-061-2/+9
| | |
* | | Export add_access/3 to allow setting ACL outside of yaml config fileMickael Remond2016-04-061-0/+2
|/ /
* | Tweak srg_get_info result formatting (#1048)Badlop2016-04-061-2/+1
| |
* | Fix error message paramater formattingMickael Remond2016-04-061-2/+2
| |
* | Merge pull request #1051 from genric/patch-1badlop2016-04-061-0/+9
|\ \ | | | | | | Fix mod_muc_admin:set_room_affiliation options persistence
| * | Fix mod_muc_admin:set_room_affiliationgenric2016-04-041-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-2badlop2016-04-061-2/+6
|\ \ \ | | | | | | | | Fix mod_muc_admin:get_room_options
| * | | Fix mod_muc_admin:get_room_optionsgenric2016-04-051-2/+6
| | | | | | | | | | | | Fix mod_muc_admin:get_room_options to match the ejabberd_commands result spec.
* | | | We need to set hosts in options to be able to retrieve 'MYHOSTS'Mickael Remond2016-04-061-1/+1
|/ / /
* | | Merge branch 'add-error-reason'Evgeniy Khramtsov2016-04-0542-621/+1021
|\ \ \ | |/ / |/| |
| * | Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-0510-382/+649
| | |
| * | Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-3133-242/+375
| | |