Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/odbc/mysql: Database creation script should now be compliant with | Mickaël Rémond | 2006-11-04 | 2 | -6/+9 |
| | | | | | | MySQL 4.0.x. SVN Revision: 673 | ||||
* | * src/odbc/pg.sql: Database scripts consistency. | Mickaël Rémond | 2006-11-04 | 4 | -10/+17 |
| | | | | | | | * 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émond | 2006-11-04 | 2 | -1/+6 |
| | | | | SVN Revision: 671 | ||||
* | Now really committed | Alexey Shchepin | 2006-11-03 | 1 | -0/+876 |
| | | | | SVN Revision: 670 | ||||
* | Now really added | Alexey Shchepin | 2006-11-02 | 1 | -0/+131 |
| | | | | SVN Revision: 669 | ||||
* | * doc/guide.tex: XEP-0065 proxy documentation (thanks to Evgeniy | Mickaël Rémond | 2006-10-29 | 3 | -69/+214 |
| | | | | | | Khramtsov). SVN Revision: 668 | ||||
* | * src/ejabberd.cfg.example: Changed the anonymous example a bit | Mickaël Rémond | 2006-10-28 | 4 | -5/+11 |
| | | | | | | | to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667 | ||||
* | * src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov) | Alexey Shchepin | 2006-10-28 | 15 | -2272/+2529 |
| | | | | | | | | | | * 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émond | 2006-10-27 | 3 | -16/+18 |
| | | | | SVN Revision: 665 | ||||
* | * src/ejabberd_rdbms.erl: It is now possible to use ldap or | Mickaël Rémond | 2006-10-25 | 4 | -8/+64 |
| | | | | | | | | | | | 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/1 | Alexey Shchepin | 2006-10-19 | 6 | -3/+92 |
| | | | | | | | | | | | | 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émond | 2006-10-17 | 1 | -1/+2 |
| | | | | SVN Revision: 662 | ||||
* | * src/ejabberd_auth_ldap.erl: LDAP authentication now allows to | Mickaël Rémond | 2006-10-17 | 7 | -208/+234 |
| | | | | | | | | | | 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 odbc | Alexey Shchepin | 2006-10-09 | 4 | -6/+22 |
| | | | | | | | | * 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 calls | Alexey Shchepin | 2006-10-05 | 4 | -187/+197 |
| | | | | | | * src/ejabberd_c2s.erl: Updated SVN Revision: 659 | ||||
* | * src/shaper.erl: Bugfix | Alexey Shchepin | 2006-10-02 | 3 | -3/+7 |
| | | | | | | * src/ejabberd_config.erl: Likewise SVN Revision: 658 | ||||
* | * src/ejabberd_frontend_socket.erl: Support for frontend | Alexey Shchepin | 2006-10-01 | 8 | -56/+343 |
| | | | | | | | | | | | | 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 | ||||
* | * src/release_notes_1.1.2.txt: Fixed hanging paragraph | Mickaël Rémond | 2006-09-27 | 2 | -6/+2 |
| | | | | SVN Revision: 653 | ||||
* | * Added release note to documentation. | Mickaël Rémond | 2006-09-27 | 2 | -4/+134 |
| | | | | SVN Revision: 650 | ||||
* | * doc/release_notes_1.1.2.txt: Fixed typos and rephrasing. | Mickaël Rémond | 2006-09-27 | 1 | -31/+29 |
| | | | | SVN Revision: 648 | ||||
* | * doc/release_notes_1.1.2.txt: Minor fixes. | Mickaël Rémond | 2006-09-27 | 2 | -4/+9 |
| | | | | SVN Revision: 647 | ||||
* | * doc/guide.tex: Fixed Latexish typos. | Mickaël Rémond | 2006-09-27 | 3 | -9/+13 |
| | | | | SVN Revision: 646 | ||||
* | * doc/release_notes_1.1.2.txt: Draft release notes. | Mickaël Rémond | 2006-09-26 | 2 | -0/+122 |
| | | | | SVN Revision: 645 | ||||
* | * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk). | Mickaël Rémond | 2006-09-26 | 2 | -10/+45 |
| | | | | SVN Revision: 644 | ||||
* | * src/ejabberd_s2s.erl: More precise message for the new s2s | Mickaël Rémond | 2006-09-26 | 2 | -2/+5 |
| | | | | | | statistic command. SVN Revision: 642 | ||||
* | * src/mod_muc/mod_muc_room.erl: Minor english update. | Mickaël Rémond | 2006-09-26 | 11 | -10/+21 |
| | | | | | | | | | | | | | | * 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 to | Mickaël Rémond | 2006-09-26 | 2 | -67/+11 |
| | | | | | | Renato Botelho) and clean-up. SVN Revision: 640 | ||||
* | * src/msgs/de.msg: Updated German translation (thanks to Nikolaus | Mickaël Rémond | 2006-09-25 | 2 | -4/+6 |
| | | | | | | Polak). SVN Revision: 639 | ||||
* | * src/ejabberd.app: Version update for ejabberd 1.1.2. | Mickaël Rémond | 2006-09-25 | 2 | -1/+3 |
| | | | | SVN Revision: 638 | ||||
* | ChangeLog typo | Mickaël Rémond | 2006-09-25 | 1 | -1/+1 |
| | | | | SVN Revision: 637 | ||||
* | * src/msgs/pl.msg: Updated German translation (thanks to Zbyszek | Mickaël Rémond | 2006-09-25 | 2 | -89/+21 |
| | | | | | | Zolkiewski). SVN Revision: 636 | ||||
* | * src/msgs/de.msg: Updated German translation (thanks to Marvin | Mickaël Rémond | 2006-09-25 | 2 | -4/+7 |
| | | | | | | Preuss). SVN Revision: 635 | ||||
* | * src/msgs/nl.msg: Updated Dutch translation (thanks to Sander | Mickaël Rémond | 2006-09-25 | 2 | -3/+7 |
| | | | | | | Devrieze). SVN Revision: 634 | ||||
* | * src/ejabberd_s2s.erl: Added incoming-s2s-number and | Alexey Shchepin | 2006-09-25 | 2 | -1/+22 |
| | | | | | | outgoing-s2s-number ejabberdctl commands SVN Revision: 633 | ||||
* | * src/msgs/cs.msg: Updated Czech translation and removed unused | Mickaël Rémond | 2006-09-25 | 2 | -89/+12 |
| | | | | | | strings. SVN Revision: 632 | ||||
* | * doc/introduction.tex: Minor doc updates for release 1.1.2. | Mickaël Rémond | 2006-09-25 | 5 | -10/+14 |
| | | | | SVN Revision: 631 | ||||
* | * src/ejabberd_socket.erl: Support for non-xml sockets | Alexey Shchepin | 2006-09-25 | 6 | -28/+65 |
| | | | | | | | | | * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_service.erl: Likewise * src/web/ejabberd_http.erl: Likewise SVN Revision: 629 | ||||
* | * src/msgs/es.msg: Updated Spanish translation (thanks to Badlop). | Mickaël Rémond | 2006-09-24 | 2 | -3/+6 |
| | | | | SVN Revision: 628 | ||||
* | * src/mod_muc/mod_muc_room.erl: Strings update (thanks to | Mickaël Rémond | 2006-09-24 | 5 | -7/+21 |
| | | | | | | | | | | | Serguei Golovan). * src/msgs/ru.msg: Updated Russian translation (thanks to Serguei Golovan). * src/msgs/uk.msg: Updated Ukrainian translation (thanks to Serguei Golovan). * src/msgs/fr.msg: Update French translation. SVN Revision: 626 | ||||
* | * src/doc/guide.html: Minor W3C compliance fix in an Hevea | Mickaël Rémond | 2006-09-24 | 2 | -1/+4 |
| | | | | | | generated URL. SVN Revision: 625 | ||||
* | * src/doc/features.html: Added to be consistent (guide.html is in the | Mickaël Rémond | 2006-09-24 | 3 | -1/+173 |
| | | | | | | | repository to make Latex optional, but still allow access to the doc). * src/ejabberd.hrl: Updated to version 1.1.2. SVN Revision: 624 | ||||
* | * src/msgs/cs.msg: Added Czech translation (thanks to Milos Svasek). | Mickaël Rémond | 2006-09-23 | 3 | -1/+480 |
| | | | | SVN Revision: 622 | ||||
* | * src/eldap/eldap.erl: Enable the keepalive socket option (thanks | Alexey Shchepin | 2006-09-23 | 5 | -12/+42 |
| | | | | | | | | | | | | to Evgeniy Khramtsov) * src/ejabberd_auth_ldap.erl: Now uses two LDAP connections (thanks to Evgeniy Khramtsov) * src/eldap/eldap_filter.erl: Bugfix (thanks to Evgeniy Khramtsov) * src/mod_vcard_ldap.erl: Likewise SVN Revision: 621 | ||||
* | * src/mod_muc/mod_muc.erl: Component name is now more user | Mickaël Rémond | 2006-09-22 | 4 | -3/+8 |
| | | | | | | | | friendly (thanks to Badlop). * src/mod_irc/mod_irc.erl: Likewise. * src/mod_pubsub/mod_pubsub.erl: Likewise. SVN Revision: 620 | ||||
* | * src/msgs/fr.msg: updated French translation. | Mickaël Rémond | 2006-09-22 | 2 | -4/+10 |
| | | | | SVN Revision: 619 | ||||
* | * doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to Sander | Mickaël Rémond | 2006-09-22 | 9 | -2273/+3059 |
| | | | | | | | | | | Devrieze) * doc/version.tex: Likewise. * doc/features.tex: Likewise. * doc/Makefile: Likewise. * doc/dev.tex: Likewise. SVN Revision: 617 | ||||
* | * doc/guide.tex: Minor fix on index generation. | Mickaël Rémond | 2006-09-14 | 3 | -703/+727 |
| | | | | SVN Revision: 607 | ||||
* | * doc/guide.tex: Updated (thanks to Evgeniy Khramtsov) | Alexey Shchepin | 2006-09-14 | 8 | -1072/+2445 |
| | | | | | | | | | * src/ejabberd_auth_ldap.erl: Better LDAP support (thanks to Evgeniy Khramtsov) * src/mod_vcard_ldap.erl: Likewise * src/eldap/eldap_filter.erl: Likewise SVN Revision: 606 | ||||
* | * src/odbc/mssql.sql: Removed unused fields. | Mickaël Rémond | 2006-09-11 | 2 | -2/+4 |
| | | | | SVN Revision: 605 | ||||
* | * src/ejd2odbc.erl: Updated | Alexey Shchepin | 2006-09-10 | 2 | -2/+6 |
| | | | | SVN Revision: 604 |