aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Webadmin with extauth requires internal to run at least once (issue #201)Badlop2014-05-071-4/+2
| |
* | fix mod_offline:count_offline_messages/2HAMANO Tsukasa2014-05-071-1/+1
| |
* | Merge remote-tracking branch 'processone/master' into xep-0198Holger Weiss2014-05-06139-1066/+2082
|\ \ | | | | | | | | | | | | | | | Conflicts: doc/guide.tex src/ejabberd_c2s.erl
| * | Fix PEP broadcasting issue on ODBC (EJAB-1680)Christophe Romain2014-05-061-11/+10
| | |
| * | Fix PEP broadcasting issue (EJAB-1680)Christophe Romain2014-05-061-11/+10
| | |
| * | remove compilation warningsChristophe Romain2014-05-052-8/+7
| | |
| * | avoid sending duplicated eventsChristophe Romain2014-05-052-32/+30
| | |
| * | avoid sending empty eventsChristophe Romain2014-05-052-5/+26
| | |
| * | store item when persist_item=false and cache_last_item=false but need last_itemChristophe Romain2014-05-052-5/+2
| | |
| * | Fix small bug in presence_based_delivery implementationNathan Bruning2014-05-051-1/+1
| | |
| * | Temporary room not destroyed when the last participant is expulsed (EJAB-520)Badlop2014-05-051-3/+6
| | |
| * | extauth_cache can have value 0Badlop2014-05-051-1/+1
| | |
| * | Make it possible to get/set vCards for MUC roomsEvgeniy Khramtsov2014-05-041-2/+32
| | |
| * | Do not crash on version downgradeEvgeniy Khramtsov2014-05-032-0/+2
| | |
| * | Assume udp_recv/5 now returns new optionsEvgeniy Khramtsov2014-05-031-5/+5
| | |
| * | Assume tcp_init/2 and udp_init/2 now return new optionsEvgeniy Khramtsov2014-05-031-17/+16
| | |
| * | Remove unused functionEvgeniy Khramtsov2014-05-021-6/+2
| | |
| * | Forking supportEvgeniy Khramtsov2014-05-021-47/+120
| | |
| * | Remove empty lineEvgeniy Khramtsov2014-05-021-1/+0
| | |
| * | Some cleanupEvgeniy Khramtsov2014-05-022-48/+48
| | |
| * | Fix CSeq comparisonEvgeniy Khramtsov2014-05-021-2/+2
| | |
| * | Optimize request processingEvgeniy Khramtsov2014-05-021-14/+16
| | |
| * | Do not proxy stray responses statelessly (as per RFC 6026)Evgeniy Khramtsov2014-05-021-48/+2
| | |
| * | Don't use erlang:integer_to_binary/1Evgeniy Khramtsov2014-05-021-2/+2
| | |
| * | Rewrite 'Contact' headers in REGISTER requestsEvgeniy Khramtsov2014-05-021-22/+40
| | |
| * | Check for 'max_user_sessions' optionEvgeniy Khramtsov2014-05-022-5/+13
| | |
| * | Process gen_server timeouts correctlyEvgeniy Khramtsov2014-05-021-2/+16
| | |
| * | Move some code in a separate functionEvgeniy Khramtsov2014-05-021-18/+21
| | |
| * | Multiple REGISTER bindings supportEvgeniy Khramtsov2014-05-022-57/+155
| | |
| * | Locate sessions by proxy processes directlyEvgeniy Khramtsov2014-05-023-89/+65
| | |
| * | fix ejabberd_system_monitor:s2s_out_info/1 errorHAMANO Tsukasa2014-05-011-3/+2
| | |
| * | Merge pull request #178 from hamano/develEvgeny Khramtsov2014-04-301-2/+1
| |\ \ | | | | | | | | undefined ejabberd_socket:get_conn_type/1
| | * | undefined ejabberd_socket:get_conn_type/1HAMANO Tsukasa2014-04-241-2/+1
| | | |
| * | | SIP supportEvgeniy Khramtsov2014-04-304-0/+788
| | |/ | |/| | | | | | | | | | | | | | | | Conflicts: configure configure.ac doc/guide.tex
| * | Fix error reporting in previous commitBadlop2014-04-301-2/+2
| | |
| * | Fix formatting string argument (thanks to Locojay)(github #129)Badlop2014-04-301-1/+5
| | |
| * | Merge pull request #191 from hamano/added_get_random_pid_error_handlingEvgeny Khramtsov2014-04-302-1/+2
| |\ \ | | | | | | | | fix error handling when sql calling with unknown host.
| | * | fix error handling when sql calling with unknown host.HAMANO Tsukasa2014-04-302-1/+2
| | | |
| * | | Merge pull request #190 from hamano/mod_register_web_response_404badlop2014-04-301-1/+4
| |\ \ \ | | | | | | | | | | mod_register_web should response 404 instead of process crash.
| | * | | mod_register_web should response 404 instead of process crash.HAMANO Tsukasa2014-04-301-1/+4
| | |/ /
| * | | Merge pull request #187 from weiss/fix-ejabberdctl-outputbadlop2014-04-301-0/+1
| |\ \ \ | | |/ / | |/| | Let ejabberdctl accept binary string arguments
| | * | Let ejabberdctl accept binary string argumentsHolger Weiss2014-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Don't print the following message if an ejabberd command expects binary string arguments: "This command cannot be executed using ejabberdctl. Try ejabberd_xmlrpc."
| * | | Merge pull request #177 from weiss/log-tls-sasl-externalEvgeny Khramtsov2014-04-301-2/+4
| |\ \ \ | | | | | | | | | | Log TLS status for outgoing s2s with SASL EXTERNAL
| | * | | Log TLS status for outgoing s2s with SASL EXTERNALHolger Weiss2014-04-231-2/+4
| | | |/ | | |/|
| * | | Merge pull request #181 from weiss/check-tls-before-authEvgeny Khramtsov2014-04-301-1/+3
| |\ \ \ | | | | | | | | | | Check TLS state before requesting SASL EXTERNAL for outgoing s2s connections
| | * | | Check TLS state before requesting SASL EXTERNALHolger Weiss2014-04-241-1/+3
| | |/ / | | | | | | | | | | | | | | | | Make sure a remote server can't circumvent "s2s_use_starttls: required" by offering SASL EXTERNAL authentication over a non-TLS connection.
| * | | Merge pull request #185 from weiss/verify-cert-for-s2s-outEvgeny Khramtsov2014-04-303-205/+218
| |\ \ \ | | | | | | | | | | Support certificate verification for outgoing s2s connections
| | * | | Support certificate verification for outgoing s2sHolger Weiss2014-04-283-205/+218
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Handle "s2s_use_starttls: required_trusted" the same way for outgoing s2s connections as for incoming connections. That is, check the remote server's certificate (including the host name) and abort the connection if verification fails.
| * | | Merge pull request #186 from weiss/add-disconnect-commandEvgeny Khramtsov2014-04-292-2/+21
| |\ \ \ | | | | | | | | | | New ejabberd command: disconnect_user/2
| | * | | Translate disconnect_user/2 string sent to clientHolger Weiss2014-04-292-2/+5
| | | | |