aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1011 from oxoWrk/masterPaweł Chmielowski2016-03-161-1/+1
|\
| * Bare JID in 'from' of Roster Push (RFC 6121 section 2.1.6) in mod_admin_extraroot2016-03-151-1/+1
* | Make auto generated resources shorterPaweł Chmielowski2016-03-161-3/+6
* | Start ezlib only if required, as it's optional (#1006)Badlop2016-03-162-1/+1
|/
* Merge pull request #980 from sharewax/EJAB-1480Evgeny Khramtsov2016-03-141-1/+1
|\
| * EJAB-1480: fix issue with retreiving user rosterAnton Samets2016-03-041-1/+1
* | Fix Addresses element which lacked others local destinationsBadlop2016-03-141-4/+7
* | Fix result type of "connected_users_info" commandHolger Weiss2016-03-141-1/+2
* | Don't store watchdog notifications in MAM archivesHolger Weiss2016-03-141-2/+8
* | Unregister route at the very endEvgeniy Khramtsov2016-03-131-2/+2
* | Add ODBC backend for MIXEvgeniy Khramtsov2016-03-131-0/+170
* | Define pubsub node configuration per route/host explicitlyEvgeniy Khramtsov2016-03-131-20/+26
* | Make it possible to get virtual host of a registered routeEvgeniy Khramtsov2016-03-1313-53/+79
* | Fix config fetch after host/serverhost cleanupChristophe Romain2016-03-111-6/+0
* | Minimal auth_method ordering fixElias Rohrer2016-03-101-1/+1
* | Lager to Elixir Logger bridge is now compliant with ejabberd loglevel set / getMickael Remond2016-03-092-16/+29
* | Fix call to lager_util:is_loggable/3Mickael Remond2016-03-091-1/+1
* | Use p1_time_compat util for generating timestampMickael Remond2016-03-091-1/+1
* | Add Elixir Logger Backend to bridge logs from lagerMickael Remond2016-03-092-2/+157
* | Define mod_opt_type/1 callbackEvgeniy Khramtsov2016-03-091-1/+5
* | Unregister hooks and iq handlers on terminateEvgeniy Khramtsov2016-03-091-1/+15
* | mod_http_upload: Add XEP-0363 v0.2 supportHolger Weiss2016-03-091-5/+33
* | Experimental MIX (XEP-0369) supportEvgeniy Khramtsov2016-03-085-2/+499
* | Merge pull request #989 from galambalazs/patch-1badlop2016-03-071-2/+2
|\ \
| * | fix syntax highlighting by keeping "~s" togetherBalázs Galambosi2016-03-071-2/+2
| |/
* | Merge pull request #988 from tnull/edoc_fixbadlop2016-03-075-86/+23
|\ \
| * | Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-075-86/+23
| |/
* / Fix format_result also in xmlrpc, after aa5caa3 (#982)Badlop2016-03-071-1/+1
|/
* Define opt_type required be ejabberd_config behaviour.Paweł Chmielowski2016-03-041-1/+4
* Mark get_queue_length obsolete, and use count_offline_messages (#970)Badlop2016-03-043-6/+6
* ext_mod: switch to fast_xml and remove old p1_logger referenceChristophe Romain2016-03-031-3/+2
* Fix pubsub disco after host/serverhost cleanupChristophe Romain2016-03-031-1/+1
* Enable flexible offline on disco#info as wellEvgeniy Khramtsov2016-03-031-2/+8
* Missed a few calls in previous commitsAlexey Shchepin2016-03-021-16/+4
* Raise an error when there are no fields to set in ?SQL_UPSERTAlexey Shchepin2016-03-021-6/+35
* Update more SQL queriesAlexey Shchepin2016-03-024-143/+128
* Update more SQL queriesAlexey Shchepin2016-03-023-118/+127
* Update more SQL queriesAlexey Shchepin2016-03-026-317/+227
* Update mod_last SQL queries to the new APIAlexey Shchepin2016-03-022-34/+22
* New parse transform for ?SQL_UPSERT and ?SQL_UPSERT_TAlexey Shchepin2016-03-022-7/+277
* Update mod_roster and ejabberd_auth_odbc SQL queries to the new APIAlexey Shchepin2016-03-023-177/+145
* Allow balanced expressions inside @(...) in ejabberd_sql_ptAlexey Shchepin2016-03-021-6/+10
* Updated some mod_offline SQL queries to the new APIAlexey Shchepin2016-03-022-74/+50
* Use 'any' to match any DBMS in sql_queryAlexey Shchepin2016-03-011-0/+2
* Better error handling in ejabberd_sql_ptAlexey Shchepin2016-03-011-7/+7
* Support for run-time SQL queries selection depending on DBMS versionAlexey Shchepin2016-03-011-10/+65
* New parse transform for SQL queries, use prepare/execute calls with PostgresAlexey Shchepin2016-03-012-2/+383
* Do not call to deprected/undefined functions from mod_shared_roster_ldap16.02Evgeniy Khramtsov2016-02-291-15/+15
* mod_register_web: Choose the right error messagesHolger Weiss2016-02-291-3/+3
* Improve LDAP shared roster support (EJAB-1480)Evgeniy Khramtsov2016-02-261-376/+667