aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_piefxis.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-171-7/+0
* Don't export password attribute when it's empty (it's invalid)(#3705)Badlop2022-03-251-0/+1
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update export/import of scram password to XEP-0227 1.1 (#3676)Badlop2021-09-221-35/+71
* Don't crash when exporting a module that is not enabledBadlop2021-09-221-5/+15
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop2021-01-111-2/+2
* Allow to use different hash for storing scram passwordsPaweł Chmielowski2020-12-081-3/+14
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-2/+2
* Do read piefxis file fully before starting processing included filePaweł Chmielowski2020-02-181-8/+17
* Make piefxis import properly decode scram passwordsPaweł Chmielowski2020-02-111-3/+3
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-12/+12
* Fix type specsEvgeny Khramtsov2019-06-271-2/+2
* Use new configuration validatorEvgeny Khramtsov2019-06-141-1/+1
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Fix PIEFXIS export of user when password is scrammed (#2721)Badlop2018-12-191-10/+6
* Fix piefxis import of privacy lists (thanks to crosser)(#2412)Badlop2018-07-111-15/+32
* Fix piefxis import of vCard elements (#2514)Badlop2018-07-111-1/+1
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-3/+3
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-2/+2
* Bypass account creation error when password is empty, caused by extauthBadlop2018-05-081-0/+2
* Switch to newer fast_xml and xmpp and update record fields in the codeEvgeniy Khramtsov2018-01-251-1/+1
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* 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