aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_piefxis.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-3/+3
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-10/+3
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-3/+3
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-1/+1
* Include stanza ID with archived offline messagesHolger Weiss2017-02-231-2/+1
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-2/+2
* Change routing APIEvgeniy Khramtsov2017-02-161-13/+8
* Fix calling to mod_offline:store_packetEvgeniy Khramtsov2017-01-231-1/+1
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-6/+5
|\
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-6/+5
| * More refactoring on session managementEvgeniy Khramtsov2016-12-301-1/+1
* | Cleanup file headersChristophe Romain2017-01-031-4/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-5/+4
* Add more tests for privacy lists and blocking commandEvgeniy Khramtsov2016-10-221-1/+1
* Improve namespace handlingEvgeniy Khramtsov2016-09-241-4/+4
* Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-1/+1
* Rewrite PIEFXIS code to use XML generatorEvgeniy Khramtsov2016-08-041-137/+110
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-2/+2
* Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-071-81/+0
* Switch to Fast XML moduleMickael Remond2016-02-031-15/+15
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-14/+14
* cosmetic cleanupChristophe Romain2015-10-071-24/+1
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+7
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
* Migration of scram passwords with piefxis (riak and internal only)Feotov Daniil2015-02-051-4/+57
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-517/+467
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov2012-04-271-35/+35
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Support to import XML files without password-format attributeBadlop2011-09-081-1/+1
* Fix and improve support for SCRAM auth method (EJAB-1196)Badlop2011-08-161-12/+41
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* When the Password attribute is missing in PIEFXIS file, don't check account a...Badlop2010-12-011-13/+22
* Fix errors detected by DialyzerBadlop2010-10-151-4/+5
* Catch errors when exporting to PIEFXIS file (EJAB-1178)Badlop2010-03-081-2/+9
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Generate main XML file also when exporting only a vhost (EJAB-1098)Badlop2009-11-231-9/+14
* Modify exmpp header lines to compile with ancient Erlang/OTP versions.Badlop2009-08-211-22/+19
* Fix EDoc errors.Badlop2009-08-171-17/+13
* Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop2009-08-071-0/+690