aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/mod_muc/mod_muc_log.erl: Remove 'right-to-left override'Alexey Shchepin2007-01-051-0/+5
| | | | | | unicode character (thanks to Badlop) SVN Revision: 701
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2006-12-311-0/+4
| | | | SVN Revision: 700
* * src/mod_private_odbc: Bugfix: an internal error was returnedMickaël Rémond2006-12-211-0/+5
| | | | | | | instead of the actual private data. This is now working as expected. (EJAB-165) SVN Revision: 699
* * src/ejd2odbc.erl: BugfixAlexey Shchepin2006-12-201-1/+5
| | | | SVN Revision: 698
* * README: Added this file as a quickstart guide.Mickaël Rémond2006-12-161-0/+4
| | | | SVN Revision: 697
* * src/mod_echo.erl: The mod_echo can now be stopped without errors.Mickaël Rémond2006-12-151-0/+4
| | | | | | | 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-151-0/+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-151-0/+6
| | | | | | | 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-141-0/+5
| | | | | | configure ejabberd dynamic loglevel from the config file (EJAB-74). SVN Revision: 693
* * src/ejabberd_receiver.erl: BugfixAlexey Shchepin2006-12-081-0/+2
| | | | SVN Revision: 692
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-12-081-0/+4
| | | | SVN Revision: 691
* * src/mod_roster_odbc.erl: Better error handlingAlexey Shchepin2006-12-071-0/+6
| | | | | | * src/web/ejabberd_http_poll.erl: Minor fix SVN Revision: 690
* * src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support.Mickaël Rémond2006-12-041-0/+9
| | | | | | | | | | | 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-011-0/+4
| | | | SVN Revision: 688
* * src/mod_proxy65/mod_proxy65_services.erl: We now try to get theMickaël Rémond2006-11-301-0/+6
| | | | | | | 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-291-0/+4
| | | | SVN Revision: 685
* * src/mod_proxy65/mod_proxy65_services.erl: Now using all interfaces asMickaël Rémond2006-11-281-0/+3
| | | | | | 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-281-0/+5
| | | | | | 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-241-0/+4
| | | | | | | 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-241-0/+5
| | | | | | to Massimiliano Mirra). SVN Revision: 681
* * src/eldap/eldap.erl: Bugfix (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-11-231-0/+8
| | | | | | | | * src/ejabberd_sm.erl: The max_user_sessions option is now configured via access rule * src/ejabberd.cfg.example: Likewise SVN Revision: 680
* SVN Revision: 679Mickaël Rémond2006-11-201-0/+1
|
* 2006-11-20 Mickael Remond <mickael.remond@process-one.net>Mickaël Rémond2006-11-201-0/+11
| | | | | | | | | | | | | | * src/ejd2odbc.erl: Copy mod_private data from Mnesia to relational database. * src/odbc/odbc_queries.erl: Refactoring. * src/odbc/mssql.sql: Likewise. * doc/guide.tex: Update to mention mod_private_odbc. * src/odbc/mysql.sql: Started integration of mod_privacy_odbc for MySQL and MSSQL. * src/odbc/mssql.sql: Likewise. SVN Revision: 678
* * src/mod_muc/mod_muc_room.erl: API improvement: It is now easier to extract Mickaël Rémond2006-11-151-0/+5
| | | | | | data from the MUC room process (EJAB-157). SVN Revision: 677
* * src/ejabberd_node_groups.erl: Support for node taggingAlexey Shchepin2006-11-071-5/+19
| | | | | | | | | | | | | | | * src/ejabberd_sup.erl: Likewise * src/ejabberd_frontend_socket.erl: Use node tags to determine backend nodes * src/ejabberd_config.erl: Added node_type and cluster_nodes options * src/ejabberd_app.erl: Establish connections to the nodes from the cluster_nodes option * src/ejabberd_router.erl: Added balancing method option * src/ejabberd_config.erl: Likewise SVN Revision: 676
* * src/mod_private_odbc.erl: Support for MySQL and MSSQL.Mickaël Rémond2006-11-051-0/+7
| | | | | | | | * src/odbc/odbc_queries.erl: Likewise. * src/odbc/mysql.sql: Likewise. * src/odbc/mssql.sql: Likewise. SVN Revision: 674
* * src/odbc/mysql: Database creation script should now be compliant withMickaël Rémond2006-11-041-0/+3
| | | | | | MySQL 4.0.x. SVN Revision: 673
* * src/odbc/pg.sql: Database scripts consistency.Mickaël Rémond2006-11-041-0/+4
| | | | | | | * src/odbc/mysql.sql: Likewise. * src/odbc/mssql.sql: Likewise. SVN Revision: 672
* * src/eldap_utils.erl: Fixed missing export (EJAB-154).Mickaël Rémond2006-11-041-0/+4
| | | | SVN Revision: 671
* * doc/guide.tex: XEP-0065 proxy documentation (thanks to EvgeniyMickaël Rémond2006-10-291-0/+5
| | | | | | Khramtsov). SVN Revision: 668
* * src/ejabberd.cfg.example: Changed the anonymous example a bitMickaël Rémond2006-10-281-0/+6
| | | | | | | to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667
* * src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-10-281-0/+9
| | | | | | | | | | * src/Makefile.win32: Likewise * src/Makefile.in: Likewise * src/configure.ac: Likewise * src/jlib.hrl: Likewise * src/ejabberd.hrl: Added the ejabberd URL SVN Revision: 666
* * src/guide.tex: Fixed typos.Mickaël Rémond2006-10-271-0/+4
| | | | SVN Revision: 665
* * src/ejabberd_rdbms.erl: It is now possible to use ldap orMickaël Rémond2006-10-251-0/+9
| | | | | | | | | | | internal authentication with some other modules using relationnal database storage (EJAB-152). Refactored relational databases connections initialisation. * src/ejabberd_auth_odbc.erl: Likewise. odbc supervisor startup is now delegated to the ejabberd rdbms module. * src/ejabberd_app.erl: Likewise. SVN Revision: 664
* * src/ejabberd_socket.erl: Added sockname/1 and peername/1Alexey Shchepin2006-10-191-0/+11
| | | | | | | | | | | | functions * src/ejabberd_frontend_socket.erl: Likewise * src/tls/tls.erl: Likewise * src/ejabberd_zlib/ejabberd_zlib.erl: Likewise * src/mod_private_odbc.erl: Private storage support using odbc * src/odbc/pg.sql: Likewise SVN Revision: 663
* * ChangeLog: Fixed typo.Mickaël Rémond2006-10-171-1/+2
| | | | SVN Revision: 662
* * src/ejabberd_auth_ldap.erl: LDAP authentication now allows toMickaël Rémond2006-10-171-0/+9
| | | | | | | | | | match on several alternative attributes. * src/mod_vcard_ldap.erl: Likewise. * doc/guide.tex: Updated. * eldap_utils.erl: Refactoring. * src/eldap/Makefile.in: Likewise. SVN Revision: 661
* * src/mod_privacy_odbc.erl: Privacy rules support using odbcAlexey Shchepin2006-10-091-0/+9
| | | | | | | | * src/odbc/pg.sql: Likewise * src/web/ejabberd_http_poll.erl: Bugfix SVN Revision: 660
* * src/mod_privacy.erl: Use hooks instead of direct function callsAlexey Shchepin2006-10-051-0/+5
| | | | | | * src/ejabberd_c2s.erl: Updated SVN Revision: 659
* * src/shaper.erl: BugfixAlexey Shchepin2006-10-021-0/+3
| | | | | | * src/ejabberd_config.erl: Likewise SVN Revision: 658
* * src/ejabberd_frontend_socket.erl: Support for frontendAlexey Shchepin2006-10-011-0/+11
| | | | | | | | | | | | connection manager * src/ejabberd_c2s.erl: Likewise * src/ejabberd_listener.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_service.erl: Likewise * src/ejabberd_socket.erl: Likewise * src/web/ejabberd_http_poll.erl: Likewise SVN Revision: 657
* * doc/release_notes_1.1.2.txt: Minor fixes.Mickaël Rémond2006-09-271-0/+2
| | | | SVN Revision: 647
* * doc/guide.tex: Fixed Latexish typos.Mickaël Rémond2006-09-271-0/+4
| | | | SVN Revision: 646
* * doc/release_notes_1.1.2.txt: Draft release notes.Mickaël Rémond2006-09-261-0/+2
| | | | SVN Revision: 645
* * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk).Mickaël Rémond2006-09-261-0/+2
| | | | SVN Revision: 644
* * src/ejabberd_s2s.erl: More precise message for the new s2sMickaël Rémond2006-09-261-0/+3
| | | | | | statistic command. SVN Revision: 642
* * src/mod_muc/mod_muc_room.erl: Minor english update.Mickaël Rémond2006-09-261-0/+11
| | | | | | | | | | | | | | * src/msgs/pl.msg: Likewise. * src/msgs/uk.msg: Likewise. * src/msgs/pt-br.msg: Likewise. * src/msgs/cs.msg: Likewise. * src/msgs/ru.msg: Likewise. * src/msgs/es.msg: Likewise. * src/msgs/fr.msg: Likewise. * src/msgs/de.msg: Likewise. * src/msgs/nl.msg: Likewise. SVN Revision: 641
* * src/msgs/pt-br.msg: Updated Brazilian translation (thanks toMickaël Rémond2006-09-261-0/+5
| | | | | | Renato Botelho) and clean-up. SVN Revision: 640
* * src/msgs/de.msg: Updated German translation (thanks to NikolausMickaël Rémond2006-09-251-0/+3
| | | | | | Polak). SVN Revision: 639
* * src/ejabberd.app: Version update for ejabberd 1.1.2.Mickaël Rémond2006-09-251-0/+2
| | | | SVN Revision: 638