aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-11Don't use REPLACE for upsert when there are "-" fields.Paweł Chmielowski1-18/+28
2021-01-08Apply cosmetic changes from documentationBadlop3-3/+3
2021-01-07Make ext_mod compile module with debug_info flagsPaweł Chmielowski1-1/+1
2021-01-06ejabberd_systemd: Fix commentHolger Weiss1-1/+1
2021-01-06Integrate nicely with systemdHolger Weiss4-22/+224
2021-01-05XEP-0033 (#3467)Neustradamus1-1/+1
2021-01-04Clarify documentation of log_rotate_size option (#3462)Badlop1-2/+3
2020-12-31Document ldap_userjidattr optionPaweł Chmielowski1-0/+6
2020-12-31Add multi-domain support (and flexibility) to LDAP shared roster (rev2). (#3461)ethoms2-18/+48
2020-12-28JWT enhancement (#3460)Pouriya1-18/+37
2020-12-18Fix a pair of pubsub specs to please DialyzerBadlop1-2/+2
2020-12-18Fix typo in case clause detected by DialyzerBadlop1-1/+1
2020-12-18Update spec for get_room_pidPaweł Chmielowski1-1/+1
2020-12-18Old passwd scram tuples do not conform to current records definitionsBadlop1-2/+2
2020-12-17Use better fallback value for room activity time when skipping room in decide...Paweł Chmielowski1-4/+4
2020-12-15Reword auth_scram_hash info (#3448)Licaon_Kter1-3/+3
2020-12-15Document auth_scram_hash option20.12Paweł Chmielowski1-0/+7
2020-12-14Make anonymous auth not override sasl mechaninsm offered by other modulesPaweł Chmielowski1-10/+15
2020-12-14Fix getting age of newly created rooms in rooms_unused_*Paweł Chmielowski1-1/+1
2020-12-14feat: add hook to check decoded JWT after success authentication (#3446)Pouriya1-4/+5
2020-12-10Improve auth_mnesia:transformPaweł Chmielowski1-2/+3
2020-12-10Improve handling of old scram data in auth_mnesiaPaweł Chmielowski1-4/+17
2020-12-08Add hash to scramed password stored in mnesia by earlier versionPaweł Chmielowski1-0/+3
2020-12-08Allow to use different hash for storing scram passwordsPaweł Chmielowski7-56/+105
2020-12-08Normalize names passed to destroy_roomPaweł Chmielowski1-8/+15
2020-12-04Simplify updating disk room options in set_room_affiliationPaweł Chmielowski2-49/+9
2020-12-04Use specialized upsert with mysqlPaweł Chmielowski1-1/+19
2020-12-04Fix more places that needed changes after scram.erl api modificationsPaweł Chmielowski1-5/+5
2020-12-03also convert embedded errors to binaryFrank Diebolt1-1/+1
2020-12-03Add support for SCRAM-SHA-{256,512}-{PLUS} authenticationPaweł Chmielowski1-1/+6
2020-12-01Fix typo in last commitPaweł Chmielowski1-1/+1
2020-12-01Make decide room better handle rooms that were just hibernatedPaweł Chmielowski1-3/+14
2020-12-01Handle unix sockets in misc:ip_to_listPaweł Chmielowski1-0/+2
2020-12-01Trigger user_send_packet when send_stanza API is called (#3431)Badlop1-1/+5
2020-11-19Provide name when pushing new roster item in shared roster group (#3427)Badlop1-4/+8
2020-11-19Fix room_unused_destroy on hibernated roomsPaweł Chmielowski1-5/+12
2020-11-18Update muc_room just_created timestamp when message is receivedPaweł Chmielowski2-27/+15
2020-11-18We don't use persistent field in decide_roomPaweł Chmielowski1-11/+10
2020-11-18Fix logic that determines room age when history_size=0Paweł Chmielowski1-2/+1
2020-11-16Allow room_unused_list/destroy work on hibernated roomsPaweł Chmielowski2-19/+56
2020-11-09Don't do double utf-8 conversion on translated strings in str:formatPaweł Chmielowski7-18/+24
2020-11-06Document sql_odbc_driver option (copied from docs site)Badlop1-0/+7
2020-11-06Document outgoing_s2s_ipv4_address and ipv6 options (#3396)Badlop1-0/+12
2020-11-04Apply cosmetic changes to outgoing s2s IP optionsHolger Weiss2-11/+13
2020-11-04Make sure that jid used as base in mam xml_compress is barePaweł Chmielowski1-1/+1
2020-11-04mod_push: Fix log message argumentHolger Weiss1-1/+1
2020-11-04mod_push: Fix API call return type on errorHolger Weiss1-2/+2
2020-11-04mod_push: Support cache config changes on reloadHolger Weiss1-1/+3
2020-10-29Change split character in PROXY_USER from \x04 to :Paweł Chmielowski1-1/+1
2020-10-22Don't use same value in cache for user don't exist and wrong passwordPaweł Chmielowski1-9/+19