aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update several commands for recent ejabberd_commands changesAlexey Shchepin2015-09-284-2/+21
|
* Add oauth_access optionAlexey Shchepin2015-09-251-5/+22
|
* Strip Nick element in message stanzas sent to a room (#686)Badlop2015-09-251-1/+2
|
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-259-64/+1188
|
* Fix regression introduced when code was binarized (EJAB-641)Badlop2015-09-241-1/+3
|
* Log TLS errors as [debug] messages onlyHolger Weiss2015-09-241-1/+1
| | | | Closes #652 and closes #679.
* Add <stanza-id/> (XEP-0359) to archived messagesEvgeniy Khramtsov2015-09-221-6/+20
|
* Nameprep host name passed to http-bind before using in (EJAB-1658)Paweł Chmielowski2015-09-221-2/+3
|
* Improve external module configuration management (EJAB-1746)Christophe Romain2015-09-222-3/+10
|
* Add MAM (XEP-0313) v0.4 supportEvgeniy Khramtsov2015-09-221-4/+9
|
* Add set_loglevel command (EJABS-2524)Jerome Sautret2015-09-212-2/+17
|
* Merge branch 'master' of github.com:processone/ejabberdChristophe Romain2015-09-183-3/+15
|\
| * Guard against passing undefined C2SPid to xml parser before ↵Paweł Chmielowski2015-09-171-3/+13
| | | | | | | | | | | | | | | | | | | | | | become_controller gets called Our new nif xml parser don't handle this gracefully, so we better don't call it that way. This is only triggered on old style ssl sockets, where ssl layer must be activated early, before association between socket and c2s is established
| * Let BOSH/WebSocket support "max_resume_timeout"Holger Weiss2015-09-172-0/+2
| | | | | | | | | | Allow for specifying the "max_resume_timeout" option in an ejabberd_http listener for ejabberd_http_bind and/or ejabberd_http_ws.
* | Remove unused functions from old get_items apiChristophe Romain2015-09-172-29/+16
|/
* Comment unused type, unused termQuan Zhuo2015-09-163-4/+4
|
* Properly handle define_macros in merged config filesPaweł Chmielowski2015-09-161-8/+8
|
* XEP-0198: Improve handling of non-message stanzasHolger Weiss2015-09-151-2/+8
| | | | | | | When an XEP-0198 session times out, always return an error for unacknowledged IQ stanzas, and always drop presence stanzas. That is, the "resend_on_timeout" option no longer applies to those stanzas types, but only to messages.
* 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 ↵Paweł Chmielowski2015-09-044-17/+32
| | | | websocket
* New XEP-0198 option: "max_resume_timeout"Holger Weiss2015-09-031-3/+10
| | | | | | | | In the past, the "resume_timeout" option defined both the default resume timeout and the maximum resume timeout clients are permitted to request. Admins might want to allow clients to request a timeout value that's larger than the default, though. This can now be done by specifying the "max_resume_timeout" option.
* 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
| | | | | Also switch to function used by ejabberd_listener to extract that information instead of rolling our own code for that.
* Fetch MUC MAM messages from room history directly if it's not enabled in ↵Evgeniy Khramtsov2015-09-011-5/+64
| | | | room configuration
* 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
| | | | | | | Before this having listeners on same port for both tcp and udp would after config merging step left only one of them. Many thanks to Holger Weiß for noticing this.
* 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
| | | | | | With this commit, arguments change in two commands: * destroy_room: does not require Host argument * send_direct_invitation: instead of Room, now requires Name and Service
* 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
|