summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when joining empty pathBadlop2014-05-141-0/+1
* Don't miss incoming presence updatesHolger Weiss2014-05-141-1/+1
* Rename disconnect_user/2 commandHolger Weiss2014-05-122-5/+5
* Merge pull request #205 from weiss/xep-0198Evgeny Khramtsov2014-05-101-9/+16
|\
| * XEP-0198: Improve handling of too large 'h' valuesHolger Weiss2014-05-091-7/+14
| * XEP-0198: Reject <resume/> with negative 'h' valueHolger Weiss2014-05-091-1/+1
| * XEP-0198: Don't warn on invalid ACK elementsHolger Weiss2014-05-091-2/+2
* | Do not try to retreive vCards via local SM for foreign JIDsEvgeniy Khramtsov2014-05-091-11/+18
|/
* Fix previous commit (C2S session close on server shutdown)Evgeniy Khramtsov2014-05-081-1/+1
* Fix C2S session close on server shutdownEvgeniy Khramtsov2014-05-082-4/+17
* TURN support (EJAB-1017)Evgeniy Khramtsov2014-05-083-13/+96
* Merge pull request #203 from hamano/added_get_random_pid_error_handlingEvgeny Khramtsov2014-05-083-2/+4
|\
| * improve error handling when sql calling with (empty|unknown) host.HAMANO Tsukasa2014-05-013-2/+4
* | 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
|\ \
| * | 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/1HAMANO Tsukasa2014-04-241-2/+1
| * | | SIP supportEvgeniy Khramtsov2014-04-304-0/+788
| | |/ | |/|
| * | 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
| |\ \