aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/odbc/mysql: Database creation script should now be compliant withMickaël Rémond2006-11-042-6/+9
| | | | | | MySQL 4.0.x. SVN Revision: 673
* * src/odbc/pg.sql: Database scripts consistency.Mickaël Rémond2006-11-044-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émond2006-11-042-1/+6
| | | | SVN Revision: 671
* Now really committedAlexey Shchepin2006-11-031-0/+876
| | | | SVN Revision: 670
* Now really addedAlexey Shchepin2006-11-021-0/+131
| | | | SVN Revision: 669
* * doc/guide.tex: XEP-0065 proxy documentation (thanks to EvgeniyMickaël Rémond2006-10-293-69/+214
| | | | | | Khramtsov). SVN Revision: 668
* * src/ejabberd.cfg.example: Changed the anonymous example a bitMickaël Rémond2006-10-284-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 Shchepin2006-10-2815-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émond2006-10-273-16/+18
| | | | SVN Revision: 665
* * src/ejabberd_rdbms.erl: It is now possible to use ldap orMickaël Rémond2006-10-254-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/1Alexey Shchepin2006-10-196-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émond2006-10-171-1/+2
| | | | SVN Revision: 662
* * src/ejabberd_auth_ldap.erl: LDAP authentication now allows toMickaël Rémond2006-10-177-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 odbcAlexey Shchepin2006-10-094-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 callsAlexey Shchepin2006-10-054-187/+197
| | | | | | * src/ejabberd_c2s.erl: Updated SVN Revision: 659
* * src/shaper.erl: BugfixAlexey Shchepin2006-10-023-3/+7
| | | | | | * src/ejabberd_config.erl: Likewise SVN Revision: 658
* * src/ejabberd_frontend_socket.erl: Support for frontendAlexey Shchepin2006-10-018-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 paragraphMickaël Rémond2006-09-272-6/+2
| | | | SVN Revision: 653
* * Added release note to documentation.Mickaël Rémond2006-09-272-4/+134
| | | | SVN Revision: 650
* * doc/release_notes_1.1.2.txt: Fixed typos and rephrasing.Mickaël Rémond2006-09-271-31/+29
| | | | SVN Revision: 648
* * doc/release_notes_1.1.2.txt: Minor fixes.Mickaël Rémond2006-09-272-4/+9
| | | | SVN Revision: 647
* * doc/guide.tex: Fixed Latexish typos.Mickaël Rémond2006-09-273-9/+13
| | | | SVN Revision: 646
* * doc/release_notes_1.1.2.txt: Draft release notes.Mickaël Rémond2006-09-262-0/+122
| | | | SVN Revision: 645
* * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk).Mickaël Rémond2006-09-262-10/+45
| | | | SVN Revision: 644
* * src/ejabberd_s2s.erl: More precise message for the new s2sMickaël Rémond2006-09-262-2/+5
| | | | | | statistic command. SVN Revision: 642
* * src/mod_muc/mod_muc_room.erl: Minor english update.Mickaël Rémond2006-09-2611-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 toMickaël Rémond2006-09-262-67/+11
| | | | | | Renato Botelho) and clean-up. SVN Revision: 640
* * src/msgs/de.msg: Updated German translation (thanks to NikolausMickaël Rémond2006-09-252-4/+6
| | | | | | Polak). SVN Revision: 639
* * src/ejabberd.app: Version update for ejabberd 1.1.2.Mickaël Rémond2006-09-252-1/+3
| | | | SVN Revision: 638
* ChangeLog typoMickaël Rémond2006-09-251-1/+1
| | | | SVN Revision: 637
* * src/msgs/pl.msg: Updated German translation (thanks to ZbyszekMickaël Rémond2006-09-252-89/+21
| | | | | | Zolkiewski). SVN Revision: 636
* * src/msgs/de.msg: Updated German translation (thanks to MarvinMickaël Rémond2006-09-252-4/+7
| | | | | | Preuss). SVN Revision: 635
* * src/msgs/nl.msg: Updated Dutch translation (thanks to SanderMickaël Rémond2006-09-252-3/+7
| | | | | | Devrieze). SVN Revision: 634
* * src/ejabberd_s2s.erl: Added incoming-s2s-number andAlexey Shchepin2006-09-252-1/+22
| | | | | | outgoing-s2s-number ejabberdctl commands SVN Revision: 633
* * src/msgs/cs.msg: Updated Czech translation and removed unusedMickaël Rémond2006-09-252-89/+12
| | | | | | strings. SVN Revision: 632
* * doc/introduction.tex: Minor doc updates for release 1.1.2.Mickaël Rémond2006-09-255-10/+14
| | | | SVN Revision: 631
* * src/ejabberd_socket.erl: Support for non-xml socketsAlexey Shchepin2006-09-256-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émond2006-09-242-3/+6
| | | | SVN Revision: 628
* * src/mod_muc/mod_muc_room.erl: Strings update (thanks toMickaël Rémond2006-09-245-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 HeveaMickaël Rémond2006-09-242-1/+4
| | | | | | generated URL. SVN Revision: 625
* * src/doc/features.html: Added to be consistent (guide.html is in theMickaël Rémond2006-09-243-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émond2006-09-233-1/+480
| | | | SVN Revision: 622
* * src/eldap/eldap.erl: Enable the keepalive socket option (thanksAlexey Shchepin2006-09-235-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 userMickaël Rémond2006-09-224-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émond2006-09-222-4/+10
| | | | SVN Revision: 619
* * doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to SanderMickaël Rémond2006-09-229-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émond2006-09-143-703/+727
| | | | SVN Revision: 607
* * doc/guide.tex: Updated (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-09-148-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émond2006-09-112-2/+4
| | | | SVN Revision: 605
* * src/ejd2odbc.erl: UpdatedAlexey Shchepin2006-09-102-2/+6
| | | | SVN Revision: 604