Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/msgs/it.msg: Added italian translation (thanks to Luca | Alexey Shchepin | 2007-05-03 | 2 | -0/+350 |
| | | | | | | Brivio) SVN Revision: 758 | ||||
* | * src/mod_muc/mod_muc_room.erl: More accurate invitation errors | Alexey Shchepin | 2007-05-03 | 2 | -67/+67 |
| | | | | | | (thanks to Magnus Henoch) SVN Revision: 757 | ||||
* | make install does not overwrites existing ejabberd.cfg anymore, ↵ | Christophe Romain | 2007-04-30 | 1 | -1/+1 |
| | | | | | | ejabberd.cfg-new created instead SVN Revision: 756 | ||||
* | SVN Revision: 754 | Mickaël Rémond | 2007-04-27 | 1 | -0/+2 |
| | |||||
* | * contrib/ejabberd-modules.repo: List of ejabberd-modules to add for ↵ | Mickaël Rémond | 2007-04-27 | 1 | -0/+2 |
| | | | | | | ejabberd packaging (source archive and installer) SVN Revision: 753 | ||||
* | * src/mod_roster_odbc.erl: Don't deliver roster items in "None + | Alexey Shchepin | 2007-04-26 | 3 | -5/+30 |
| | | | | | | | Pending In" state * src/mod_roster.erl: Likewise SVN Revision: 752 | ||||
* | * src/ejabberd_socket.erl: Added API for monitoring socket | Alexey Shchepin | 2007-04-12 | 5 | -11/+36 |
| | | | | | | | | | | | processes * src/ejabberd_frontend_socket.erl: Likewise * src/ejabberd_c2s.erl: Added socket monitoring * src/mod_muc/mod_muc_room.erl: Fixed the stop reason for the destroy event SVN Revision: 751 | ||||
* | * src/ejabberd_sm.erl: Minor optimisation | Alexey Shchepin | 2007-04-12 | 5 | -1/+336 |
| | | | | | | | | * src/ejabberd_system_monitor.erl: Experimental watchdog * src/ejabberd_sup.erl: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 750 | ||||
* | * src/guide.tex: Fixed typo. | Mickaël Rémond | 2007-03-22 | 2 | -1/+5 |
| | | | | SVN Revision: 749 | ||||
* | * src/mod_muc/mod_muc.erl: Better behaviour under high load | Alexey Shchepin | 2007-03-22 | 2 | -0/+12 |
| | | | | SVN Revision: 748 | ||||
* | * src/ejabberd_s2s.erl: Don't bounce packets with "error" and | Alexey Shchepin | 2007-03-17 | 2 | -3/+11 |
| | | | | | | "result" type SVN Revision: 747 | ||||
* | * src/ejabberd_s2s.erl: Fixed spelling | Alexey Shchepin | 2007-03-17 | 2 | -5/+7 |
| | | | | SVN Revision: 746 | ||||
* | * src/ejabberd_s2s.erl: Don't start s2s process for existing | Alexey Shchepin | 2007-03-17 | 2 | -3/+12 |
| | | | | | | connection in case of race condition SVN Revision: 745 | ||||
* | * src/ejabberd_service.erl: Added shaper_rule option, changed | Alexey Shchepin | 2007-03-13 | 3 | -12/+18 |
| | | | | | | service connection log message SVN Revision: 744 | ||||
* | * src/ejabberd_service.erl: Add extra info in the log about which | Mickaël Rémond | 2007-03-13 | 2 | -9/+23 |
| | | | | | | | | components is connected and which Erlang process is handling it. This is usefull in context where many types of components are used (Thanks to Jerome Sautret) (EJAB-211). SVN Revision: 743 | ||||
* | * src/web/ejabberd_http.erl: Support for binaries in ejabberd HTTP | Mickaël Rémond | 2007-03-10 | 2 | -15/+20 |
| | | | | | | server (Thanks to Massimiliano Mirra) (EJAB-197). SVN Revision: 742 | ||||
* | * src/configure.ac: autoconf improvements (thanks to Tony Finch) (EJAB-204). | Mickaël Rémond | 2007-03-10 | 4 | -51/+52 |
| | | | | | | * src/aclocal.m4: Likewise. SVN Revision: 741 | ||||
* | * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose the | Mickaël Rémond | 2007-03-10 | 3 | -6/+47 |
| | | | | | | | | relational database port to user from ejabberd configuration file (EJAB-195). * src/doc/guide.tex: Likewise. SVN Revision: 740 | ||||
* | * src/mod_muc/mod_muc_log.erl: Fix wrong return on check access log. | Mickaël Rémond | 2007-03-02 | 2 | -1/+5 |
| | | | | SVN Revision: 739 | ||||
* | * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) | Alexey Shchepin | 2007-03-01 | 3 | -0/+19 |
| | | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 738 | ||||
* | * src/mod_pubsub/mod_pubsub.erl: Bugfix | Alexey Shchepin | 2007-02-22 | 2 | -1/+3 |
| | | | | SVN Revision: 737 | ||||
* | * src/mod_proxy65/mod_proxy65_sm.erl: Cluster support (thanks to | Alexey Shchepin | 2007-02-22 | 4 | -6/+17 |
| | | | | | | | | | | | | Evgeniy Khramtsov) * src/mod_proxy65/mod_proxy65_stream.erl: Code cleanup (thanks to Evgeniy Khramtsov) * src/mod_proxy65/mod_proxy65.hrl: Fixed typo (thanks to Evgeniy Khramtsov) SVN Revision: 736 | ||||
* | * src/ejabberd_c2s.erl: Init shaper with a default value first | Alexey Shchepin | 2007-02-19 | 5 | -22/+58 |
| | | | | | | | | | | | after stream opening * src/ejabberd_c2s.erl: Log failed SASL login attempts * src/cyrsasl.erl: Updated API * src/cyrsasl_plain.erl: Likewise * src/cyrsasl_digest.erl: Likewise SVN Revision: 735 | ||||
* | * src/mod_muc/mod_muc_room.erl: Added an option set affiliations. | Mickaël Rémond | 2007-02-19 | 2 | -3/+8 |
| | | | | SVN Revision: 734 | ||||
* | * doc/api/*: Added Erlang documentation generation script (EJAB-188). | Mickaël Rémond | 2007-02-19 | 6 | -2/+113 |
| | | | | | | | * doc/version.tex: Updated. * src/ejabberd.app: Updated. SVN Revision: 733 | ||||
* | * src/odbc/pg.sql: last table, state column cannot be NULL (EJAB-191). | Mickaël Rémond | 2007-02-19 | 4 | -3/+7 |
| | | | | | | | * src/odbc/mysql.sql: likewise. * src/odbc/mssql.sql. likewise. SVN Revision: 732 | ||||
* | * src/ejabberd_auth_ldap.erl: prevent anonymous bind on LDAP servers | Mickaël Rémond | 2007-02-19 | 2 | -5/+14 |
| | | | | | | | as ejabberd is providing other anonymous authentication mechanism (EJAB-190). SVN Revision: 731 | ||||
* | * src/cyrsasl_plain.erl: bad-auth error code replaced by not-authorized | Mickaël Rémond | 2007-02-19 | 2 | -1/+4 |
| | | | | | | (EJAB-187). SVN Revision: 730 | ||||
* | * src/aclocal.m4: configure --with-erlang option is now working (Thanks | Mickaël Rémond | 2007-02-19 | 3 | -37/+59 |
| | | | | | | to Jerome Sautret) (EJAB-186). SVN Revision: 729 | ||||
* | * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviour | Mickaël Rémond | 2007-02-19 | 3 | -7/+37 |
| | | | | | | | | is now to use the nofollow rel attributes for links that are submitted by users (EJAB-185). * doc/guide.tex: Likewise. SVN Revision: 728 | ||||
* | * src/mod_muc/mod_muc_room.erl: API improvement: Implementation of an | Mickaël Rémond | 2007-02-19 | 2 | -0/+21 |
| | | | | | | | event to destroy MUC room from an external application (Thanks to Massimiliano Mirra) (EJAB-184). SVN Revision: 727 | ||||
* | * src/ejabberd_s2s.erl: Confirm to RFC3920 section 10.3 (thanks to | Alexey Shchepin | 2007-02-18 | 2 | -20/+57 |
| | | | | | | Jerome Sautret) SVN Revision: 726 | ||||
* | * src/mod_muc/mod_muc.erl: Node now try to clean its own online room when ↵ | Mickaël Rémond | 2007-02-18 | 2 | -0/+6 |
| | | | | | | restarting (EJAB-182). SVN Revision: 725 | ||||
* | * src/mod_muc/mod_muc.erl: Clean online room table on cluster node | Alexey Shchepin | 2007-02-13 | 2 | -0/+22 |
| | | | | | | restart SVN Revision: 724 | ||||
* | * src/ejabberd_auth_ldap.erl: Added ldap_local_filter option. This | Mickaël Rémond | 2007-02-13 | 2 | -1/+41 |
| | | | | | | | option provide an optimisation to reduce LDAP directory load when using attribute-based filters (EJAB-179). SVN Revision: 723 | ||||
* | * src/web/ejabberd_http.erl: Added separate version of | Alexey Shchepin | 2007-02-04 | 3 | -3/+41 |
| | | | | | | | element_to_string for HTML encoding * src/xml.erl: Reverted previous change SVN Revision: 722 | ||||
* | * src/xml.erl: ' entity replaced by ' Should work more universaly ↵ | Mickaël Rémond | 2007-02-04 | 2 | -1/+6 |
| | | | | | | (in HTML and XML). SVN Revision: 721 | ||||
* | * src/mod_roster_odbc.erl: Bugfix (thanks to asdx | Alexey Shchepin | 2007-01-30 | 3 | -2/+10 |
| | | | | | | | <asdx@jabber.snc.ru>) * src/ejd2odbc.erl: Likewise SVN Revision: 717 | ||||
* | * src/mod_vcard_ldap.erl: LDAP server pool support (thanks to Evgeniy | Mickaël Rémond | 2007-01-27 | 9 | -139/+285 |
| | | | | | | | | | | | | | | | Khramtsov) (EJAB-175) * src/eldap/Makefile.in: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/eldap_pool.erl: Likewise * src/eldap/eldap_utils.erl: Implemented LDAP domain substitution (EJAB-177) * src/eldap/eldap.erl: Implemented queue to avoid bind deadlock under heavy load (thanks to Evgeniy Khramtsov) (EJAB-176) * src/eldap/eldap.hrl: Likewise SVN Revision: 716 | ||||
* | * doc/guide.tex: Fixed typos in labels. | Mickaël Rémond | 2007-01-26 | 2 | -2/+6 |
| | | | | SVN Revision: 715 | ||||
* | * src/eldap/Makefile.win32: fix build error on Windows. | Mickaël Rémond | 2007-01-25 | 2 | -0/+7 |
| | | | | SVN Revision: 714 | ||||
* | * src/web/*: Plugin architecture for HTTP modules (thanks to | Alexey Shchepin | 2007-01-25 | 5 | -121/+155 |
| | | | | | | Massimiliano Mirra) SVN Revision: 713 | ||||
* | * Generated updated documentation. | Mickaël Rémond | 2007-01-24 | 2 | -147/+197 |
| | | | | SVN Revision: 712 | ||||
* | * doc/guide.tex: Documentation for the domain_balancing_component_number option. | Mickaël Rémond | 2007-01-24 | 2 | -1/+22 |
| | | | | SVN Revision: 711 | ||||
* | * doc/guide.tex: Documentation for domain balancing. | Mickaël Rémond | 2007-01-24 | 2 | -1/+24 |
| | | | | SVN Revision: 710 | ||||
* | * doc/guide.tex: mod_muc now support cluster. | Mickaël Rémond | 2007-01-24 | 2 | -0/+4 |
| | | | | SVN Revision: 709 | ||||
* | * Generated updated documentation. | Mickaël Rémond | 2007-01-24 | 3 | -229/+246 |
| | | | | SVN Revision: 708 | ||||
* | * doc/guide.tex: Updated the max_user_sessions section. | Mickaël Rémond | 2007-01-24 | 2 | -33/+43 |
| | | | | SVN Revision: 707 | ||||
* | * src/mod_muc/mod_muc.erl: Now mod_muc can be distributed on | Alexey Shchepin | 2007-01-19 | 5 | -90/+205 |
| | | | | | | | | | | | | | several nodes * src/mod_muc/mod_muc_room.erl: Likewise * src/ejabberd_router.erl: Added bare_source and bare_destination service balancing options and domain_balancing_component_number option for specifying the number of connected components for the domain * src/ejabberd_config.erl: Likewise SVN Revision: 706 | ||||
* | * doc/guide.tex: Latex / Hevea related improvements for documentation | Mickaël Rémond | 2007-01-11 | 10 | -597/+611 |
| | | | | | | | | | generation (thanks to Sander Devrieze). * doc/introduction.tex: Likewise. * doc/dev.tex: Likewise. * doc/features.tex: Likewise. SVN Revision: 705 |