summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/msgs/it.msg: Added italian translation (thanks to LucaAlexey Shchepin2007-05-032-0/+350
| | | | | | Brivio) SVN Revision: 758
* * src/mod_muc/mod_muc_room.erl: More accurate invitation errorsAlexey Shchepin2007-05-032-67/+67
| | | | | | (thanks to Magnus Henoch) SVN Revision: 757
* make install does not overwrites existing ejabberd.cfg anymore, ↵Christophe Romain2007-04-301-1/+1
| | | | | | ejabberd.cfg-new created instead SVN Revision: 756
* SVN Revision: 754Mickaël Rémond2007-04-271-0/+2
|
* * contrib/ejabberd-modules.repo: List of ejabberd-modules to add for ↵Mickaël Rémond2007-04-271-0/+2
| | | | | | ejabberd packaging (source archive and installer) SVN Revision: 753
* * src/mod_roster_odbc.erl: Don't deliver roster items in "None +Alexey Shchepin2007-04-263-5/+30
| | | | | | | Pending In" state * src/mod_roster.erl: Likewise SVN Revision: 752
* * src/ejabberd_socket.erl: Added API for monitoring socketAlexey Shchepin2007-04-125-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 optimisationAlexey Shchepin2007-04-125-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émond2007-03-222-1/+5
| | | | SVN Revision: 749
* * src/mod_muc/mod_muc.erl: Better behaviour under high loadAlexey Shchepin2007-03-222-0/+12
| | | | SVN Revision: 748
* * src/ejabberd_s2s.erl: Don't bounce packets with "error" andAlexey Shchepin2007-03-172-3/+11
| | | | | | "result" type SVN Revision: 747
* * src/ejabberd_s2s.erl: Fixed spellingAlexey Shchepin2007-03-172-5/+7
| | | | SVN Revision: 746
* * src/ejabberd_s2s.erl: Don't start s2s process for existingAlexey Shchepin2007-03-172-3/+12
| | | | | | connection in case of race condition SVN Revision: 745
* * src/ejabberd_service.erl: Added shaper_rule option, changedAlexey Shchepin2007-03-133-12/+18
| | | | | | service connection log message SVN Revision: 744
* * src/ejabberd_service.erl: Add extra info in the log about whichMickaël Rémond2007-03-132-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 HTTPMickaël Rémond2007-03-102-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émond2007-03-104-51/+52
| | | | | | * src/aclocal.m4: Likewise. SVN Revision: 741
* * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose theMickaël Rémond2007-03-103-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émond2007-03-022-1/+5
| | | | SVN Revision: 739
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2007-03-013-0/+19
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 738
* * src/mod_pubsub/mod_pubsub.erl: BugfixAlexey Shchepin2007-02-222-1/+3
| | | | SVN Revision: 737
* * src/mod_proxy65/mod_proxy65_sm.erl: Cluster support (thanks toAlexey Shchepin2007-02-224-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 firstAlexey Shchepin2007-02-195-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émond2007-02-192-3/+8
| | | | SVN Revision: 734
* * doc/api/*: Added Erlang documentation generation script (EJAB-188).Mickaël Rémond2007-02-196-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émond2007-02-194-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 serversMickaël Rémond2007-02-192-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-authorizedMickaël Rémond2007-02-192-1/+4
| | | | | | (EJAB-187). SVN Revision: 730
* * src/aclocal.m4: configure --with-erlang option is now working (ThanksMickaël Rémond2007-02-193-37/+59
| | | | | | to Jerome Sautret) (EJAB-186). SVN Revision: 729
* * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviourMickaël Rémond2007-02-193-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 anMickaël Rémond2007-02-192-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 toAlexey Shchepin2007-02-182-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émond2007-02-182-0/+6
| | | | | | restarting (EJAB-182). SVN Revision: 725
* * src/mod_muc/mod_muc.erl: Clean online room table on cluster nodeAlexey Shchepin2007-02-132-0/+22
| | | | | | restart SVN Revision: 724
* * src/ejabberd_auth_ldap.erl: Added ldap_local_filter option. ThisMickaël Rémond2007-02-132-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 ofAlexey Shchepin2007-02-043-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émond2007-02-042-1/+6
| | | | | | (in HTML and XML). SVN Revision: 721
* * src/mod_roster_odbc.erl: Bugfix (thanks to asdxAlexey Shchepin2007-01-303-2/+10
| | | | | | | <asdx@jabber.snc.ru>) * src/ejd2odbc.erl: Likewise SVN Revision: 717
* * src/mod_vcard_ldap.erl: LDAP server pool support (thanks to EvgeniyMickaël Rémond2007-01-279-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émond2007-01-262-2/+6
| | | | SVN Revision: 715
* * src/eldap/Makefile.win32: fix build error on Windows.Mickaël Rémond2007-01-252-0/+7
| | | | SVN Revision: 714
* * src/web/*: Plugin architecture for HTTP modules (thanks toAlexey Shchepin2007-01-255-121/+155
| | | | | | Massimiliano Mirra) SVN Revision: 713
* * Generated updated documentation.Mickaël Rémond2007-01-242-147/+197
| | | | SVN Revision: 712
* * doc/guide.tex: Documentation for the domain_balancing_component_number option.Mickaël Rémond2007-01-242-1/+22
| | | | SVN Revision: 711
* * doc/guide.tex: Documentation for domain balancing.Mickaël Rémond2007-01-242-1/+24
| | | | SVN Revision: 710
* * doc/guide.tex: mod_muc now support cluster.Mickaël Rémond2007-01-242-0/+4
| | | | SVN Revision: 709
* * Generated updated documentation.Mickaël Rémond2007-01-243-229/+246
| | | | SVN Revision: 708
* * doc/guide.tex: Updated the max_user_sessions section.Mickaël Rémond2007-01-242-33/+43
| | | | SVN Revision: 707
* * src/mod_muc/mod_muc.erl: Now mod_muc can be distributed onAlexey Shchepin2007-01-195-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 documentationMickaël Rémond2007-01-1110-597/+611
| | | | | | | | | generation (thanks to Sander Devrieze). * doc/introduction.tex: Likewise. * doc/dev.tex: Likewise. * doc/features.tex: Likewise. SVN Revision: 705