aboutsummaryrefslogtreecommitdiff
path: root/doc/dev.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert version number from 2.1.2 tag to 2.1.x branchBadlop2010-01-181-2/+2
| | | | SVN Revision: 2916
* Update version number to 2.1.2Badlop2010-01-181-2/+2
| | | | SVN Revision: 2914
* Update branch version name back to 2.1.xBadlop2009-12-171-2/+2
| | | | SVN Revision: 2810
* Prepare 2.1.1 releaseBadlop2009-12-141-2/+2
| | | | SVN Revision: 2808
* This is ejabberd 2.1.x branch, not 2.1.0 tag.Badlop2009-12-091-2/+2
| | | | SVN Revision: 2796
* Replace several mentions of Jabber to XMPP (thanks to Nicolas Vérité)Badlop2009-09-231-3/+3
| | | | SVN Revision: 2613
* Document more ejabberd commands in the Guide (EJAB-1041)Badlop2009-09-211-1/+1
| | | | SVN Revision: 2608
* change version do 2.1.0Christophe Romain2009-09-111-2/+2
| | | | SVN Revision: 2597
* Describe the options syntax, not only the name (EJAB-998)Badlop2009-08-121-1/+1
| | | | SVN Revision: 2472
* * doc/guide.tex: Title in HTML is shorter. Update several external URIs.Badlop2008-06-131-1/+1
| | | | SVN Revision: 1354
* * doc/webadmmain.png: Updated to ejabberd 2.0.0Badlop2008-03-311-1/+1
| | | | | | | | | | | | | | | | | | * doc/webadmmainru.png: Likewise * doc/disco.png: Removed because not used * doc/guide.tex: Fix Latex reference to webadmin section. Update explanation of screenshots. Update xmpp addresses of Mickael Remond and Sander Devrieze. * doc/guide.html: Likewise * doc/Makefile: Remove the Hevea deprecated option -noiso * doc/guide.html: Likewise * doc/dev.html: Likewise * doc/features.html: Likewise SVN Revision: 1261
* * src/ejabberd.hrl: Updated version to 2.1.0-alphaBadlop2008-02-041-15/+15
| | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise SVN Revision: 1172
* * src/configure: RegeneratedBadlop2007-12-061-315/+207
| | | | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise * doc/introduction.tex: Updated number of translated languages SVN Revision: 1042
* * doc/Makefile: echo seems to interpret \n and \v under MacOSXMickaël Rémond2007-12-011-179/+354
| | | | | | | Leopard. I fixed the problem but let me know if it breaks build chain in other contexts. SVN Revision: 1011
* * Updated documentation version number in SVN (to avoid confusion).Mickaël Rémond2007-07-301-14/+8
| | | | SVN Revision: 843
* * doc/guide.tex: Documentation rework started (EJAB-272)Mickaël Rémond2007-06-281-283/+183
| | | | | | * doc/introduction.tex: Likewise SVN Revision: 803
* * Generated updated documentation.Mickaël Rémond2007-01-241-2/+2
| | | | SVN Revision: 708
* * doc/guide.tex: Latex / Hevea related improvements for documentationMickaël Rémond2007-01-111-22/+22
| | | | | | | | | generation (thanks to Sander Devrieze). * doc/introduction.tex: Likewise. * doc/dev.tex: Likewise. * doc/features.tex: Likewise. SVN Revision: 705
* * doc/introduction.tex: Minor doc updates for release 1.1.2.Mickaël Rémond2006-09-251-1/+1
| | | | SVN Revision: 631
* * doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to SanderMickaël Rémond2006-09-221-44/+35
| | | | | | | | | | Devrieze) * doc/version.tex: Likewise. * doc/features.tex: Likewise. * doc/Makefile: Likewise. * doc/dev.tex: Likewise. SVN Revision: 617
* * src/odbc/odbc_queries.erl: Support for Microsoft SQL Server asMickaël Rémond2006-09-031-0/+1
| | | | | | | | | | | | | | | | | 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-22/+18
| | | | | | | | | | 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
* Documentation update, code clean-up and Makefile improvement.Mickaël Rémond2005-12-161-124/+202
| | | | SVN Revision: 473
* * src/mod_vcard_ldap.erl: BugfixAlexey Shchepin2005-08-251-37/+52
| | | | | | | | | | * src/mod_vcard.erl: Bugfix * src/ejabberd_auth_odbc.erl: Bugfix * doc/dev.tex: Updated SVN Revision: 406
* * src/mod_last_odbc.erl: Added store_last_info/4 function (thanksAlexey Shchepin2005-05-231-21/+25
| | | | | | | | | | | | | 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/dev.tex: Developers documentation (not completed)Alexey Shchepin2003-11-111-0/+364
* src/ejabberd_c2s.erl: Better handling of malformed JIDs * src/mod_register.erl (try_register/2): Now returns "jid malformed" error if user name is invalid SVN Revision: 174