Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-06-13Switch to rebar build toolEvgeniy Khramtsov
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
2013-06-06Detect correctly newer Darwin versions (EJAB-1594)Badlop
2013-06-06fix getting ServerHost from Host due to binary portage (EJAB-1638)Christophe Romain
2013-06-06access_createnode acl also applies to auto created nodes ported to pubsub_odbcChristophe Romain
2013-05-31Handle multiple < and > in mod_muc_log plaintext mode (EJAB-1640)Badlop
2013-05-30Handle ~ control sequence in text of mod_muc_log (EJAB-1639)Badlop
2013-05-24Fix a bug when reading tuples from configPaul Donohue
If the config contains a tuple of integers (for example, if a bind IP address is specified) then strings_to_binary() calls tuple_to_list() followed by strings_to_binary(), which then calls list_to_binary() because the list looks like a string. Then list_to_tuple() is called on the returned binary, causing a crash. This patch corrects the problem by calling strings_to_binary1() instead, which ensures that the value that is passed into list_to_tuple() is a list.
2013-05-16Removed wrong option for `ejabberd_service` module (since 174c16a1)Anton Ryzhov
2013-05-14Tweak ejabberd_listener to allow ejabberd_xmlrpc work properlyBadlop
2013-04-25Fix get of announcement formBadlop
2013-04-25Merge pull request #62 from PaulSD/masterbadlop
Fix errors when generating random binary strings
2013-04-25access_createnode acl also applies to auto created nodes (thanks to Matthias ↵Badlop
Rieber)
2013-04-24Include actor element in MUC stanzas when kicking (thanks to Purvesh ↵Badlop
Sahoo)(EJAB-1206)
2013-04-23Revert "Include actor element in MUC stanzas when kicking (thanks to Purvesh ↵Badlop
Sahoo)(EJAB-1206)" This reverts commit 066c47ca96e09411b21df0c8e590a7de32a1e6a5.
2013-04-23Include actor element in MUC stanzas when kicking (thanks to Purvesh ↵Badlop
Sahoo)(EJAB-1206)
2013-04-23SCRAM optional parameter parsing bugfixStephen Röttger
The server gave an authentication error, if optional parameters were present in the GS2 Header. Specifically, the "a=" parameter, that can be used by admins to login as a different user.
2013-04-19Fix error when generating random binary stringsPaul Donohue
2013-04-15Fix bug when getting room configBadlop
2013-04-12Fix mod_http_fileserver work with binaries (GITHUB-59)Badlop
2013-04-11ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)Badlop
Fix documents and remove useless code.
2013-04-10Change message type of carbon copies from 'chart' to 'chat'Janusz Dziemidowicz
2013-04-04Don't overwrite inetrc when installing (thanks to skeltoac)Badlop
2013-03-29Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov
2013-03-29Get rid of references to non-existent moduleEvgeniy Khramtsov
2013-03-29Fix several refactoring related bugsEvgeniy Khramtsov
2013-03-29Update version number to beta2Badlop
2013-03-27Add mod_carboncopy that implements XEP-0280 v0.8Badlop
2013-03-22Fix room configuration after binarizationBadlop
2013-03-22Fix privacy list broadcast internal stanza after binarizationBadlop
2013-03-20Change version number13.03-beta1Badlop
2013-03-19Copied PostgreSQL erlang library from ejabberd-modules SVNBadlop
2013-03-19Copied MySQL erlang library from ejabberd-modules SVNBadlop
2013-03-14Accumulated patch to binarize and indent codeBadlop
2013-03-14list_to_integer/2 only works in OTP R14 and newerBadlop
2013-03-14Fix bug when displaying offline messages in WebAdminBadlop
2013-02-05Update ejabberd version number to 2.1.12v2.1.12Badlop
2013-02-05New mod_muc_log option file_permissions (EJAB-1588)Badlop
2013-02-04Fix issue with ejabberd_xmlrpc user auth and SCRAMSteven Lehrburger
After enabling SCRAM password hashing and SSL in ejabberd, XMLRPC ejabberdctl commands were resulting in errors like this: W(<0.2623.0>:ejabberd_xmlrpc:328) : Error -118 A problem '{error,invalid_account_data}' occurred executing the command user_sessions_info with arguments It seems that this because ejabberd_commands was using a different authentication check than everything else, which wasn't properly taking account for potential password hashing. (Note I'm not really sure what AccountPassMD5 is doing, but it seems to be different than the ejabberd_auth_internal's SCRAM hasing.)
2013-02-04Fix compatibility of LDAP support with Erlang R16A (EJAB-1612)Badlop
As explained in Erlang/OTP git log: eldap: Remove calls to undocumented asn1rt* functions. We are about to remove the old asn1rt* modules, so we must remove the calls that eldap make to them. Since the calls are just a sanity check, we can just remove the calls. Just doing the decode will do roughly the same tests and generate similar exceptions.
2013-02-01Fix warning about unused variableBadlop
2013-01-31Update Hebrew translation (thanks to Isratine Citizen)Badlop
2013-01-31Fix angle brackets handle in MUC plaintext log (EJAB-1610)Badlop
2013-01-24Update copyright datesAlexey Shchepin
2013-01-03Make sure update_info returns atoms only (EJAB-1595) (Thanks to Jose M Herrero)Evgeniy Khramtsov
2012-12-20Fixed signedness issue in tls_drv GET_DESCRYPTED_INPUT (EJAB-1591)Alexey Shchepin
2012-12-19Added command to list all the vhosts registered in an ejabberd nodeRemco Wendt
2012-12-17Merge pull request #37 from rraptorr/tlsalexeyshch
TLS driver impovements
2012-12-12Fix broken JPEG photo (EJAB-1526)Evgeniy Khramtsov
2012-11-26Copy, fix and document export2odbc command from mod_admin_extra.erlBadlop
2012-11-22Make terms serialization fasterEvgeniy Khramtsov