aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify MSSQL configurationEvgeniy Khramtsov2015-09-134-1/+108
* Fix MSSQL supportEvgeniy Khramtsov2015-09-132-349/+19
* ext_mod must be started before ejabberd_configChristophe Romain2015-09-111-9/+4
* Include ext_mod modules when checking accepted options (ejabberd-contrib#116)Badlop2015-09-102-2/+3
* Pass stream management options defined in http listener to http-bind and webs...Paweł Chmielowski2015-09-044-17/+32
* New XEP-0198 option: "max_resume_timeout"Holger Weiss2015-09-031-3/+10
* Use hide_sensitive_log_data in eldap.erlBadlop2015-09-031-2/+2
* Rename idna.erl to ejabberd_idna.erl (#702)Evgeniy Khramtsov2015-09-023-5/+5
* Add verification of hide_sensitive_log_data global optionBadlop2015-09-021-1/+3
* Remove unused function now_to_iso/1Evgeniy Khramtsov2015-09-021-5/+0
* Do not forget to set from/to when fetching from MUC historyEvgeniy Khramtsov2015-09-011-3/+1
* Fix problem with merging same port, different ip listeners in config filesPaweł Chmielowski2015-09-011-4/+2
* Fetch MUC MAM messages from room history directly if it's not enabled in room...Evgeniy Khramtsov2015-09-011-5/+64
* get_room_options will not crash in case of query for a non-existent roomoxpa2015-08-281-2/+4
* Always include RSM in final messageEvgeniy Khramtsov2015-08-241-6/+2
* Remove MAM archives on MUC room destroyEvgeniy Khramtsov2015-08-242-3/+23
* More eye-candy mod_http_bind help page (thanks to Marek Foss)Badlop2015-08-211-32/+127
* Improve S2S certificate checksEvgeniy Khramtsov2015-08-201-1/+3
* Fix case clause during S2S certificate checksEvgeniy Khramtsov2015-08-191-1/+1
* Change namespace from muc#admin to muc#userEvgeniy Khramtsov2015-08-191-1/+1
* Don't overwrite listeners for different transports in config mergingPaweł Chmielowski2015-08-191-1/+4
* Catch errors when calling inet:peername in ejabberd_httpPaweł Chmielowski2015-08-171-2/+10
* Prettify copyright links (thanks to GreenLunar)(#692)Badlop2015-08-131-1/+6
* Store and retrieve "mam" value in room configurationBadlop2015-08-121-0/+1
* Fix and document create_rooms_file and destroy_Badlop2015-08-121-1/+3
* Changed API of some mod_muc_admin command argumentsBadlop2015-08-121-10/+10
* Room response to disco#info node muc#traffic should be an error (EJAB-741)Badlop2015-08-121-2/+5
* Add support for MUC MAMEvgeniy Khramtsov2015-08-083-147/+238
* Handle merging of append_host_config as is done for host_configPaweł Chmielowski2015-08-061-3/+3
* Add ability to override main config file options with data from included filesPaweł Chmielowski2015-08-061-19/+41
* Remove obsolete pubsub migration commandChristophe Romain2015-08-061-5/+0
* typoMatthias Rieber2015-08-061-1/+1
* mod_multicast changes:Alexey Shchepin2015-08-051-41/+81
* Use websocket pings also on old style connectionsPaweł Chmielowski2015-08-051-4/+3
* Update FSF addressChristophe Romain2015-08-055-20/+15
* mod_client_state: Throttle stanzas by defaultHolger Weiss2015-08-051-2/+2
* Rename muc_filter_packet to muc_filter_messageHolger Weiss2015-08-041-1/+1
* New hook: muc_filter_presenceHolger Weiss2015-08-041-110/+118
* Add split_jid/1Mickael Remond2015-08-041-1/+8
* Do not crash SIP authentication on SCRAMed passwordsEvgeniy Khramtsov2015-08-021-2/+6
* Don't copy messages of type "normal" without bodyHolger Weiss2015-07-281-4/+7
* Also check for <no-storage/> hintHolger Weiss2015-07-282-18/+18
* XEP-0198: Don't add <delay/> tags to IQ stanzasHolger Weiss2015-07-281-0/+2
* Reuse some strings in WebAdmin's Listening PortsBadlop2015-07-271-3/+3
* Fix problem with merging values from multiple config filesPaweł Chmielowski2015-07-241-5/+6
* Ensure config snippet is loaded at module installation (EJAB-1741)Christophe Romain2015-07-241-1/+3
* Allow contribution to include .yml or .yaml config fileChristophe Romain2015-07-241-1/+1
* Allow migration of old pubsub items with xmlelement in body (#479)Christophe Romain2015-07-241-1/+23
* Merge pull request #642 from weiss/pep-on-caps-updateChristophe Romain2015-07-242-25/+38
|\
| * Trigger PEP notifications on CAPS updatesHolger Weiss2015-07-072-29/+33