aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Updated documentation version number in SVN (to avoid confusion).Mickaël Rémond2007-07-301-2/+2
| | | | SVN Revision: 843
* * doc/guide.tex: Added recommandations on max_stanza options usage.Mickaël Rémond2007-07-241-7/+11
| | | | SVN Revision: 822
* * src/ejabberd_service.erl: Added an option to disable from attribute checks ↵Mickaël Rémond2007-06-281-3/+13
| | | | | | | | in packets coming from an external component (EJAB-275) * doc/guide.tex: Likewise SVN Revision: 804
* * doc/guide.tex: Documentation rework started (EJAB-272)Mickaël Rémond2007-06-281-2613/+1721
| | | | | | * doc/introduction.tex: Likewise SVN Revision: 803
* * Generated updated documentation.Mickaël Rémond2007-01-241-142/+192
| | | | SVN Revision: 712
* * Generated updated documentation.Mickaël Rémond2007-01-241-219/+236
| | | | SVN Revision: 708
* * doc/guide.tex: Latex / Hevea related improvements for documentationMickaël Rémond2007-01-111-271/+275
| | | | | | | | | generation (thanks to Sander Devrieze). * doc/introduction.tex: Likewise. * doc/dev.tex: Likewise. * doc/features.tex: Likewise. SVN Revision: 705
* * doc/guide.tex: XEP-0065 proxy documentation (thanks to EvgeniyMickaël Rémond2006-10-291-69/+140
| | | | | | Khramtsov). SVN Revision: 668
* * src/ejabberd.cfg.example: Changed the anonymous example a bitMickaël Rémond2006-10-281-2/+2
| | | | | | | to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667
* * src/guide.tex: Fixed typos.Mickaël Rémond2006-10-271-8/+7
| | | | SVN Revision: 665
* * src/ejabberd_auth_ldap.erl: LDAP authentication now allows toMickaël Rémond2006-10-171-19/+28
| | | | | | | | | | 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/release_notes_1.1.2.txt: Fixed hanging paragraphMickaël Rémond2006-09-271-3/+1
| | | | SVN Revision: 653
* * Added release note to documentation.Mickaël Rémond2006-09-271-4/+132
| | | | SVN Revision: 650
* * doc/guide.tex: Fixed Latexish typos.Mickaël Rémond2006-09-271-5/+5
| | | | SVN Revision: 646
* * doc/introduction.tex: Minor doc updates for release 1.1.2.Mickaël Rémond2006-09-251-3/+3
| | | | SVN Revision: 631
* * src/doc/guide.html: Minor W3C compliance fix in an HeveaMickaël Rémond2006-09-241-1/+1
| | | | | | generated URL. SVN Revision: 625
* * doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to SanderMickaël Rémond2006-09-221-1171/+1545
| | | | | | | | | | 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-141-692/+712
| | | | SVN Revision: 607
* * doc/guide.tex: Updated (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-09-141-673/+989
| | | | | | | | | * 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/mod_muc/mod_muc.erl: It is now possible to configure theMickaël Rémond2006-09-051-4/+15
| | | | | | | | | | MUC room history feature. A new option has been added in ejabberd muc module configuration (history_size) to define the size of the history. 0 is used to disable the feature. * src/mod_muc/mod_muc_room.erl: Likewise. * doc/guide.tex: Likewise. SVN Revision: 601
* * src/odbc/odbc_queries.erl: Support for Microsoft SQL Server asMickaël Rémond2006-09-031-96/+118
| | | | | | | | | | | | | | | | | a database backend (via ODBC). * src/odbc/ejabberd_odbc.erl: Likewise. * src/odbc/mssql.sql: Likewise. * src/odbc/Makefile.in: Likewise. * src/ejabberd_auth_odbc.erl: Likewise. * src/mod_offline_odbc.erl: Likewise. * src/mod_roster_odbc.erl: Likewise. * src/mod_last_odbc.erl: Likewise. * src/configure.ac: Likewise * doc/guide.tex: Likewise. * doc/introduction.tex: Likewise. * src/odbc/pg.sql: Minor fix. SVN Revision: 598
* * src/mod_pubsub/mod_pubsub.erl: Support for pubsub nodeMickaël Rémond2006-06-071-2/+6
| | | | | | | | | | creation ACL. It is now possible to limit the node creation rights using an ACL from ejabberd config file (Thanks to Christophe Romain) (EJAB-104). * doc/guide.tex: Likewise. * src/ejabberd.cfg.example. SVN Revision: 577
* * src/ejabberd_sm.erl: The max_user_sessions has been moved toMickaël Rémond2006-05-221-99/+204
| | | | | | | | host configuration. * src/ejabberd.cfg.example: Likewise. * doc/guide.tex: Likewise. SVN Revision: 568
* * src/ejabberd_sm.erl: An option to limit the number of opened sessionsMickaël Rémond2006-05-211-136/+47
| | | | | | | | | | for a given user have been added. As a default, a given user can only log in 10 times with different resources. After that, new connections replace the older ones. * src/ejabberd.cfg.example: Likewise. * doc/guide.tex: Likewise. SVN Revision: 567
* * doc/guide.html: Updated generated HTML version of the guide.Mickaël Rémond2006-04-281-656/+804
| | | | SVN Revision: 558
* * doc/guide.tex: Added a documentation for max_stanza_size optionAlexey Shchepin2006-04-241-653/+759
| | | | SVN Revision: 550
* * src/guide.tex: Added documentation for ODBC and native databaseMickaël Rémond2006-04-231-623/+725
| | | | | | configuration (PostgreSQL and MySQL). SVN Revision: 545
* * doc/guide.tex: Updated (thanks to Sander Devrieze)Alexey Shchepin2006-04-231-702/+899
| | | | | | * doc/introduction.tex: Likewise SVN Revision: 544
* * doc/guide.tex: Updated (SASL anonymous and anonymous login).Mickaël Rémond2006-04-201-592/+668
| | | | SVN Revision: 536
* * src/ejabberd_c2s.erl: Minor fixAlexey Shchepin2006-04-121-32/+37
| | | | | | | | | | * src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 531
* * src/msgs/es.msg: Updated (thanks to Badlop)Alexey Shchepin2006-04-111-583/+636
| | | | | | | | * src/ejabberd.cfg.example: Updated (thanks to Badlop) * doc/guide.tex: Updated (thanks to Badlop) SVN Revision: 530
* Documentation update, code clean-up and Makefile improvement.Mickaël Rémond2005-12-161-2/+129
| | | | SVN Revision: 473
* Documentation updates for actual ejabberd 1.0.0 release.Mickaël Rémond2005-12-151-568/+587
| | | | SVN Revision: 471
* * src/ejabberd.hrl: Updated versionAlexey Shchepin2005-12-131-579/+559
| | | | | | | * src/ejabberd.app: Likewise * doc/version.tex: Likewise SVN Revision: 464
* * doc/release_notes_1.0.0.txt: Added preliminary version ofMickaël Rémond2005-12-131-559/+579
| | | | | | | | ejabberd 1.0.0 release notes. * doc/guide.html: Generated the updated HTML version of the documentation. SVN Revision: 461
* * doc/guide.tex: UpdatedAlexey Shchepin2005-12-061-1/+2
| | | | SVN Revision: 453
* * doc/guide.tex: UpdatedAlexey Shchepin2005-12-061-3/+3
| | | | SVN Revision: 452
* * doc/guide.tex: UpdatedAlexey Shchepin2005-12-061-1/+1
| | | | SVN Revision: 451
* * doc/guide.tex: UpdatedAlexey Shchepin2005-12-061-2/+2
| | | | SVN Revision: 450
* * doc/guide.tex: UpdatedAlexey Shchepin2005-12-061-575/+567
| | | | SVN Revision: 449
* Documentation updateMickaël Rémond2005-11-281-815/+1775
| | | | SVN Revision: 445
* * src/win32/inetrc: Added (thanks to Sergei Golovan)Alexey Shchepin2005-08-051-2/+0
| | | | | | | | | | | | * src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/win32/ejabberd.cfg: Likewise * src/win32/ejabberd.nsi: Likewise * doc/guide.tex: Updated * src/ejabberd.hrl: Updated version SVN Revision: 402
* * src/ejabberd_config.erl: Added host_config optionAlexey Shchepin2005-07-311-72/+94
| | | | | | | | * doc/guide.tex: Updated * src/ejabberd_auth_ldap.erl: Bugfix SVN Revision: 386
* * src/mod_last_odbc.erl: Added store_last_info/4 function (thanksAlexey Shchepin2005-05-231-11/+10
| | | | | | | | | | | | | to Sergei Golovan) * src/mod_last.erl: Likewise * src/jd2ejd.erl: Support for exporting iq:last information, better error handling (thanks to Sergei Golovan) * src/ejabberd_ctl.erl: Added "import-file" and "import-dir" commands (thanks to Sergei Golovan) SVN Revision: 358
* * doc/guide.tex: Added mod_shared_roster documentationAlexey Shchepin2005-04-221-13/+125
| | | | | | * src/ejabberd.hrl: Updated version SVN Revision: 326
* * doc/guide.tex: UpdatedAlexey Shchepin2005-04-181-35/+106
| | | | SVN Revision: 318
* Fixed date in documentation.Mickaël Rémond2005-04-181-103/+29
| | | | | | Preparing release note for ejabberd 0.9 SVN Revision: 313
* * doc/guide.tex: UpdatedAlexey Shchepin2005-04-181-83/+146
| | | | SVN Revision: 312
* * src/expat_erl.c: Now uses port control instead of port outputAlexey Shchepin2004-12-011-3/+4
| | | | | | | | | | | * src/xml_stream.erl: Likewise * src/stringprep/stringprep.erl: Now register port instead of storing it in ets table * doc/guide.tex: Updated URLs to R10C release SVN Revision: 287
* * src/mod_vcard.erl: Added missed indexAlexey Shchepin2004-11-211-18/+16
| | | | | | * doc/guide.tex: Updated (thanks to Sander Devrieze) SVN Revision: 286