aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-27Fix xref errorChristophe Romain1-2/+5
2017-09-27Unbind unused variableChristophe Romain1-1/+1
2017-09-27Remove calls to deprecated functionsChristophe Romain1-2/+2
2017-09-27PubSub: fix get_items behaviour with mnesiaChristophe Romain1-3/+4
2017-09-27PubSub: add correct order when requesting all itemsChristophe Romain1-1/+2
2017-09-27Add support for XEP-0368: SRV records for XMPP over TLSEvgeniy Khramtsov1-26/+65
2017-09-27Remove forgotten export_allEvgeniy Khramtsov1-1/+1
2017-09-27PubSub: fix RSM support (#1994)(#2Â014)Christophe Romain2-104/+113
2017-09-27PubSub: fix node_options, default options only apply on first pluginChristophe Romain1-16/+8
2017-09-26mod_http_upload: Don't ignore 'custom_headers'Holger Weiss1-38/+55
2017-09-26Improve presence-error processingEvgeniy Khramtsov1-1/+6
2017-09-25Fix command set_last that always returned code 1, error (#2010)Badlop1-3/+9
2017-09-25Catch all p1_fsm errorsEvgeniy Khramtsov1-3/+3
2017-09-25Use eimp instead of ImageMagick calls for thumbnails creationEvgeniy Khramtsov3-59/+70
2017-09-24mod_mam: Simplify check for anon MUC JID filteringHolger Weiss1-16/+5
2017-09-24Reuse some translation stringsEvgeniy Khramtsov13-26/+26
2017-09-24Replace translate:mark/1 with ?T() macroEvgeniy Khramtsov4-76/+75
2017-09-24mod_mam: Refuse filtering anon MUC queries by JIDHolger Weiss1-2/+25
2017-09-24Add script to extract translation stringsEvgeniy Khramtsov7-121/+124
2017-09-22mod_push_mnesia: Fix typo in error messageHolger Weiss1-1/+1
2017-09-18Also replace vcard-x-update in direct presencesEvgeniy Khramtsov1-1/+17
2017-09-18PubSub: broadcast updated configuration (#1945)Christophe Romain1-4/+3
2017-09-18Add 'width' and 'height' to avatar infoEvgeniy Khramtsov1-0/+9
2017-09-17Add GIF supportEvgeniy Khramtsov1-3/+14
2017-09-17Introduce mod_avatarEvgeniy Khramtsov5-45/+510
2017-09-11mod_push_keepalive: Remove unused 'db_type' optionHolger Weiss1-1/+1
2017-09-08Introduce option 'allow_transports'Evgeniy Khramtsov1-10/+39
2017-09-07Simple optimization in get_room_occupants_number command (#1964)Badlop1-1/+7
2017-09-07Really delete cache on set_data()Evgeniy Khramtsov1-1/+1
2017-09-07Always accept messages from local (sub)domainsEvgeniy Khramtsov1-1/+1
2017-09-07Fix a typo and improve logging messageEvgeniy Khramtsov1-4/+4
2017-09-02Block messages from strangers before mod_mam/mod_offline processingEvgeniy Khramtsov1-18/+36
2017-09-02Deprecate `s2s_use_starttls: required_trusted`Evgeniy Khramtsov1-1/+7
2017-09-01Introduce 'redirect_url' option for mod_registerEvgeniy Khramtsov1-2/+11
2017-08-25Fix deletion of multiple offline messages using WebAdmin (#1962)Badlop1-12/+15
2017-08-25Fix a typoEvgeniy Khramtsov1-1/+1
2017-08-24Add forgotten caching options to the validator (thanks to Jan Pinkas)Evgeniy Khramtsov2-2/+18
2017-08-24Rewrite muc_register_nick and muc_unregister_nick to be DB independent (#1954)Badlop2-31/+17
2017-08-23Explicitly match against <domain/resource>Evgeniy Khramtsov1-19/+23
2017-08-21When creating room, set option to ensure config is set in muc_room table (#1954)Badlop1-1/+2
2017-08-21Fix crash when destroying room without providing reason (#1954)Badlop1-1/+1
2017-08-18Apply cosmetic changes to previous commitHolger Weiss2-3/+2
2017-08-18Suppress push notifications for online clientsHolger Weiss2-2/+4
2017-08-18Fix mod_multicast start and reading of configured limits (#1949)Badlop1-6/+8
2017-08-18Preserve correct order of deserialized XML elementsEvgeniy Khramtsov1-2/+2
2017-08-17Get rid of deprecated crypto functionsEvgeniy Khramtsov3-2/+17
2017-08-17mod_stream_mgmt: Delete 'c2s_init' hookHolger Weiss1-1/+6
2017-08-17mod_stream_mgmt: Remove outdated TODO commentHolger Weiss1-2/+0
2017-08-17Don't attempt to access(2) a certificate fileEvgeniy Khramtsov2-17/+8
2017-08-14Revert "Temporary remove recent last_item refactor"Christophe Romain1-234/+178