aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #277 from weiss/xep-0198Evgeny Khramtsov2014-08-151-8/+2
|\ | | | | XEP-0198: Create shorter session resume IDs
| * XEP-0198: Create shorter resume IDsHolger Weiss2014-08-151-8/+2
| | | | | | | | Omit the user and server name from the 'previd' value.
* | Merge pull request #276 from weiss/xep-0198Evgeny Khramtsov2014-08-151-1/+3
|\| | | | | XEP-0198: Don't crash if the resume ID is incorrect
| * XEP-0198: Gracefully handle broken 'previd'Holger Weiss2014-08-151-1/+1
| | | | | | | | | | Produce a proper error message instead of crashing when the 'previd' value of a <resume/> request has an unexpected format.
| * XEP-0198: Gracefully handle wrong credentialsHolger Weiss2014-08-151-0/+2
| | | | | | | | | | | | Produce a proper error message instead of crashing when the JID encoded in the 'previd' value of a <resume/> request is different from the authenticated JID.
* | Merge pull request #269 from Iperity/masterEvgeny Khramtsov2014-08-151-2/+2
|\ \ | | | | | | Fix migration of pubsub nodes. Was deleting and re-creating all nodes on...
| * | Fix migration of pubsub nodes. Was deleting and re-creating all nodes on ↵Nathan Bruning2014-08-031-2/+2
| | | | | | | | | | | | each startup.
* | | Merge pull request #268 from ↵Evgeny Khramtsov2014-08-151-2/+2
|\ \ \ | |_|/ |/| | | | | | | | benlangfeld/fix/ldap_filter_dnattributes_new_ejabberd Set dnAttributes on when it's requested by a filter
| * | Set dnAttributes on when it's requested by a filterBen Langfeld2014-07-291-2/+2
| | |
* | | Fix the deprecation warning to reflect YAML formatEvgeniy Khramtsov2014-08-121-1/+1
| | |
* | | Merge pull request #273 from gamenet/masterEvgeny Khramtsov2014-08-082-5/+14
|\ \ \ | | | | | | | | odb_queries patch return value of functions update and update_t in case of sql insert
| * | | fix mod_offline to store only chat messages with body xml elementvesvalo2014-08-081-1/+2
| | | |
| * | | Fix odbc update_t and update insert case return valuevesvalo2014-08-081-4/+12
| | |/ | |/|
* / | Log auth method for incoming s2s connectionsHolger Weiss2014-08-051-2/+4
|/ / | | | | | | | | | | Generate an [info] message that logs whether an incoming s2s connection is authenticated using the SASL EXTERNAL mechanism or via Server Dialback. While at it, also mention whether TLS is enabled.
* | mod_offline now uses gen_serverAlexey Shchepin2014-07-311-38/+84
| |
* | typo fix on roster subscription (EJAB-1711)Christophe Romain2014-07-311-1/+1
|/
* Fix events broadcasting via C2S14.07Evgeniy Khramtsov2014-07-221-1/+1
|
* apply pull request #250 to pubsub_odbc as wellChristophe Romain2014-07-211-1/+1
|
* Merge pull request #250 from Iperity/masterChristophe Romain2014-07-211-1/+1
|\ | | | | Fix configuraton with custom nodetree plugin
| * Fix configuraton with custom nodetree pluginNathan Bruning2014-07-151-1/+1
| |
* | Move some namespaces definitions into header fileEvgeniy Khramtsov2014-07-211-20/+16
| |
* | Fix Record-Route signingEvgeniy Khramtsov2014-07-171-4/+16
| |
* | treap.erl was moved to p1_utilsPaweł Chmielowski2014-07-171-166/+0
| |
* | Use p1_utilsPaweł Chmielowski2014-07-171-848/+0
| |
* | Get rid of p1_mnesia fileEvgeniy Khramtsov2014-07-172-55/+28
| |
* | Change return type to reflect recent changes in p1_sipEvgeniy Khramtsov2014-07-161-2/+2
| |
* | Fix returned typesEvgeniy Khramtsov2014-07-161-3/+8
| |
* | Fix blocklist getEvgeniy Khramtsov2014-07-161-2/+2
| |
* | Better Riak usage detectionEvgeniy Khramtsov2014-07-151-1/+5
| |
* | Fix broken hooked functionsEvgeniy Khramtsov2014-07-151-12/+11
|/
* Serialize records to proplists before storing then in RiakEvgeniy Khramtsov2014-07-1415-105/+237
|
* Fix compile errors introduced by previous cherry picksEvgeniy Khramtsov2014-07-104-310/+159
|
* Make it possible to check Riak connection statusEvgeniy Khramtsov2014-07-101-1/+5
|
* Fix roster versioning support when Riak backend is enabledEvgeniy Khramtsov2014-07-101-1/+1
|
* Fix case clauseEvgeniy Khramtsov2014-07-101-6/+16
|
* Improve Riak pool managementEvgeniy Khramtsov2014-07-102-108/+139
|
* Add SQL to Riak converterEvgeniy Khramtsov2014-07-1014-1/+185
|
* Improve Riak supportEvgeniy Khramtsov2014-07-1016-411/+1408
|
* Updated riak supportAlexey Shchepin2014-07-1012-2244/+596
|
* Preliminary Riak supportAlexey Shchepin2014-07-106-0/+2467
|
* Add start_module/2Evgeniy Khramtsov2014-07-081-1/+14
|
* Rename optionsEvgeniy Khramtsov2014-07-071-4/+4
|
* Add new option support: always_record_routeEvgeniy Khramtsov2014-07-071-7/+20
|
* Use -include_lib instead of -include for esip and p1_xmlMatwey V. Kornilov2014-07-053-3/+3
| | | | | -include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.
* Revert "Fix IQ XML generation."Evgeniy Khramtsov2014-07-051-11/+3
| | | | This reverts commit 26a4d91297a7d7400dbdd30a063e163afa83fb22.
* Return MySQL error messages as binary.Jerome Sautret2014-07-041-3/+9
|
* Fix IQ XML generation.Jerome Sautret2014-07-041-3/+11
|
* add ability to rotate logs on given date conditionChristophe Romain2014-07-021-2/+16
|
* New option support: log_rotate_countEvgeniy Khramtsov2014-07-021-2/+6
|
* Support new options: log_rotate_size and log_rate_limitEvgeniy Khramtsov2014-07-021-2/+20
|