aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
* * Changelog: Cosmetic changeMickaël Rémond2007-01-091-2/+2
| | | | SVN Revision: 704
* mod_pubsub: support presence_based_delivery in clusterChristophe Romain2007-01-091-0/+5
| | | | SVN Revision: 703
* support presence_delivery in clusterChristophe Romain2007-01-091-29/+17
| | | | SVN Revision: 702
* * src/mod_muc/mod_muc_log.erl: Remove 'right-to-left override'Alexey Shchepin2007-01-052-1/+7
| | | | | | unicode character (thanks to Badlop) SVN Revision: 701
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2006-12-312-23/+27
| | | | SVN Revision: 700
* * src/mod_private_odbc: Bugfix: an internal error was returnedMickaël Rémond2006-12-212-1/+8
| | | | | | | instead of the actual private data. This is now working as expected. (EJAB-165) SVN Revision: 699
* * src/ejd2odbc.erl: BugfixAlexey Shchepin2006-12-202-9/+14
| | | | SVN Revision: 698
* * README: Added this file as a quickstart guide.Mickaël Rémond2006-12-162-0/+42
| | | | SVN Revision: 697
* * src/mod_echo.erl: The mod_echo can now be stopped without errors.Mickaël Rémond2006-12-152-1/+7
| | | | | | | This is not a major issue, but can mislead other developers learning from this example and test module (Thanks to Magnus Henoch) (EJAB-163). SVN Revision: 696
* * TODO: Removed. The roadmap is managed on:Mickaël Rémond2006-12-152-14/+3
| | | | | | http://support.process-one.net/browse/EJAB SVN Revision: 695
* * src/ejabberd_ctl.erl: Bugfix: Now display all register commands for aMickaël Rémond2006-12-153-5/+11
| | | | | | | vhost and not only one (Thanks to Badlop) (EJAB-162). * src/ejabberd.cfg.example: Fixed typo. SVN Revision: 694
* * src/ejabberd_config.erl: Added loglevel option. It is now possible toMickaël Rémond2006-12-143-2/+11
| | | | | | configure ejabberd dynamic loglevel from the config file (EJAB-74). SVN Revision: 693
* * src/ejabberd_receiver.erl: BugfixAlexey Shchepin2006-12-082-1/+8
| | | | SVN Revision: 692
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-12-082-0/+12
| | | | SVN Revision: 691
* * src/mod_roster_odbc.erl: Better error handlingAlexey Shchepin2006-12-073-6/+16
| | | | | | * src/web/ejabberd_http_poll.erl: Minor fix SVN Revision: 690
* * src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support.Mickaël Rémond2006-12-045-15/+551
| | | | | | | | | | | Debug can be enabled with the command "ejabberd_loglevel:set(5)". (EJAB-74) * src/ejabberd_app.erl: Likewise. * src/ejabberd.hrl: Likewise (More log levels are now supported). * src/ram_file_io_server.erl: Likewise (Needed to dynamically recompile the error logger). SVN Revision: 689
* * src/ejabberd_receiver.erl: BugfixAlexey Shchepin2006-12-012-1/+10
| | | | SVN Revision: 688
* * src/mod_proxy65/mod_proxy65_services.erl: Fixed typo.Mickaël Rémond2006-11-301-1/+1
| | | | SVN Revision: 687
* * src/mod_proxy65/mod_proxy65_services.erl: We now try to get theMickaël Rémond2006-11-302-5/+20
| | | | | | | address of the component (if registered in DNS) or otherwise get the IP of the XMPP domain. SVN Revision: 686
* * Removed useless comments.Mickaël Rémond2006-11-292-3/+5
| | | | SVN Revision: 685
* * src/mod_proxy65/mod_proxy65_services.erl: Now using all interfaces asMickaël Rémond2006-11-282-4/+4
| | | | | | default value for proxy listen parameter. SVN Revision: 684
* * src/ejabberd_c2s.erl: User login in with negative priority must notMickaël Rémond2006-11-282-2/+11
| | | | | | receive offline messages (Thanks to Badlop) (EJAB-158). SVN Revision: 683
* * src/muc/mod_muc_room.erl: API improvement. It is now possibleMickaël Rémond2006-11-242-0/+7
| | | | | | | to read and write a room config from a developer module (Thanks to Massimiliano Mirra) (EJAB-157) SVN Revision: 682
* * doc/guide.tex: Fixed regexp ACL configuration examples (Thanks Mickaël Rémond2006-11-242-3/+8
| | | | | | to Massimiliano Mirra). SVN Revision: 681