aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-0942-1569/+2113
|
* Get rid of "jlib.hrl" header in some filesEvgeniy Khramtsov2017-01-023-3/+3
|
* Better cope with IPv6 domainsEvgeniy Khramtsov2016-12-311-1/+20
|
* Reflect cyrsasl API changes in remaining codeEvgeniy Khramtsov2016-12-316-117/+220
|
* Improve return values in cyrsasl APIEvgeniy Khramtsov2016-12-316-70/+137
|
* More refactoring on session managementEvgeniy Khramtsov2016-12-3014-401/+569
|
* Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-2827-2512/+3717
|
* Rewrite ejabberd_service to use new XMPP stream APIEvgeniy Khramtsov2016-12-114-354/+286
|
* Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-1117-2983/+1842
|
* Fix reload_configChristophe Romain2016-12-021-2/+2
|
* Add password support in muc_subscribe (#1306)Badlop2016-12-021-2/+5
|
* When unsubscribes, check if room should get closed (#1396)Badlop2016-12-011-1/+5
|
* Fix error formatting, which closed client connection (#1389)Badlop2016-12-011-2/+2
|
* Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-12-01187-20636/+15825
|\
| * Fix typo introduced by 92db9ff changesChristophe Romain2016-11-301-1/+1
| |
| * Improve handling of mnesia schemaChristophe Romain2016-11-3041-53/+222
| |
| * Cleanup admin_extra, add few functionsChristophe Romain2016-11-301-27/+160
| |
| * Adds optional post_install and pre_uninstall hooks (thanks Igor Manturov ↵Christophe Romain2016-11-281-1/+8
| | | | | | | | Jr.)(#1300)
| * Improve translation of some messagesEvgeniy Khramtsov2016-11-267-47/+29
| |
| * Use ejabberd_router:route_error/4 wherever possibleEvgeniy Khramtsov2016-11-257-97/+54
| |
| * Get rid of compile warningsEvgeniy Khramtsov2016-11-254-10/+7
| |
| * Don't forget to erase cache on user removalEvgeniy Khramtsov2016-11-241-0/+1
| |
| * Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-2426-193/+163
| |
| * Add missing -callbacksPaweł Chmielowski2016-11-241-0/+10
| |
| * Merge pull request #1391 from weiss/mark-copiesEvgeny Khramtsov2016-11-244-82/+53
| |\ | | | | | | Mark messages as copies by attaching metadata
| | * Use xmpp:put_meta/3 to update metadataHolger Weiss2016-11-241-2/+1
| | |
| | * Let mod_carboncopy mark copied messagesHolger Weiss2016-11-222-33/+21
| | | | | | | | | | | | | | | Carbon copies are now marked with a 'carbon_copy' flag. This makes it easier to identify them.
| | * Let ejabberd_sm mark copied messagesHolger Weiss2016-11-223-49/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When multiple resources have the same (highest) priority, ejabberd_sm dispatches messages addressed to the bare JID (or to an unavailable resource) to each of these resources. Such messages are now marked with an 'sm_copy' flag for all but one of the resources. This makes it easier for other modules to identify those duplicates. Resolves #1356.
| * | Fix typo in copyright dateChristophe Romain2016-11-232-2/+2
| | |
| * | Move copyright definition to ejabberd.hrlEvgeniy Khramtsov2016-11-236-14/+7
| | |
| * | Don't use deprecated functions from jlib.erlEvgeniy Khramtsov2016-11-234-9/+9
| |/
| * Fix xref issue injected by fbfbb96Christophe Romain2016-11-222-7/+10
| |
| * Fix get_roster issue injected by fbfbb96Christophe Romain2016-11-222-3/+3
| |
| * Fix vcard_ldap exportsChristophe Romain2016-11-221-0/+6
| |
| * Add missing exportChristophe Romain2016-11-221-1/+1
| |
| * Fix issues on import improvementsChristophe Romain2016-11-225-8/+9
| |
| * New bosh modulePaweł Chmielowski2016-11-223-2/+1395
| |
| * Improve ODBC importChristophe Romain2016-11-2243-539/+718
| |
| * Set 'sql_pool_size' to 1 by default for sqliteEvgeniy Khramtsov2016-11-211-4/+18
| |
| * Fix non-empty disco-nodes processingEvgeniy Khramtsov2016-11-211-1/+3
| |
| * Fix handling mod_http_upload disco#info queries: need decoded elementsBadlop2016-11-211-1/+2
| | | | | | | | | | As reported in https://www.ejabberd.im/forum/28605/ejabberd-modhttpupload-error-405-not-allowed
| * Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-211-3/+3
| |\
| | * Log more data for failed s2s connectionPaweł Chmielowski2016-11-211-3/+3
| | |
| * | Fix conference disco#items when running multiple virtual hostsEvgeniy Khramtsov2016-11-211-11/+11
| |/
| * Don't forget to start XMPP applicationEvgeniy Khramtsov2016-11-211-3/+1
| |
| * Fix RSM for conference disco#itemsEvgeniy Khramtsov2016-11-202-89/+139
| |
| * Use xmpp_util.erl from XMPP libraryEvgeniy Khramtsov2016-11-191-169/+0
| |
| * Transform ejabberd_commands on the startEvgeniy Khramtsov2016-11-191-0/+4
| |
| * Switch to stand-alone XMPP libraryEvgeniy Khramtsov2016-11-1915-42275/+0
| |
| * Remove useless NO_EXT_LIB flagChristophe Romain2016-11-181-4/+1
| |