aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/configure.ac: Added an optional check for krb5.h inMickaël Rémond2006-05-273-0/+176
| | | | | | | configure. ejabberd can now be build directly on RedHat and OpenBSD (EJAB-100). SVN Revision: 572
* * src/msgs/sk.msg: Slovak translation (thanks to Juraj MichalekAlexey Shchepin2006-05-262-0/+468
| | | | | | and SkLUG) SVN Revision: 571
* * src/odbc/pg.sql: UpdatedAlexey Shchepin2006-05-266-74/+102
| | | | | | | | | | | * src/mod_shared_roster.erl: Updated * src/ejabberd_sm.erl: Bugfix * src/mod_roster.erl: Bugfix * src/mod_roster_odbc.erl: Likewise SVN Revision: 570
* * src/mod_roster.erl: The subscribe request are now resend atMickaël Rémond2006-05-2310-112/+215
| | | | | | | | | | | | | | | | login as long as they have not been answered. mod_roster do no more depends on mod_offline. * src/ejabberd_sm.erl: Likewise. * src/ejabberd_c2s.erl: Likewise. * src/mod_roster_odbc.erl: Likewise (The ODBC/relational support has not yet been tested). * src/mod_roster.hrl: Likewise. * src/mod_offline.erl: Likewise. * src/mod_offline_odbc.erl: Likewise. * odbc/pg.sql: Likewise. * odbc/mysql.sql: Likewise. SVN Revision: 569
* * src/ejabberd_sm.erl: The max_user_sessions has been moved toMickaël Rémond2006-05-225-129/+236
| | | | | | | | 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-215-156/+139
| | | | | | | | | | 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
* * src/web/ejabberd_http_poll.erl: Timeout disconnection were notMickaël Rémond2006-05-152-5/+17
| | | | | | properly handled after "active once" migration. This is now fixed. SVN Revision: 566
* * src/ejabberd_ctl.erl: Added a way to delete the older messageMickaël Rémond2006-05-072-0/+21
| | | | | | | | from the offline message table. This function is only available if offline message queue is stored in Mnesia internal database. The function delete_old_messages is not available in mod_offline_odbc. SVN Revision: 565
* * src/ejabberd_ctl.erl: Now prints a user-friendly when tryingMickaël Rémond2006-05-072-1/+9
| | | | | | to restore a backup from a non-existent file. SVN Revision: 564
* * src/ejabberd_admin.erl: Code refactoring. Common Mnesia databaseMickaël Rémond2006-05-072-1/+60
| | | | | | restore function. SVN Revision: 563
* * src/mod_configure.erl: Unknown tables or tables from nowMickaël Rémond2006-05-074-42/+16
| | | | | | | | | | unused modules are ignored during restore. The restore can now be performed in such case (EJAB-80). * src/web/ejabberd_web_admin.er: Likewise. * src/ejabberd_admin.erl: Likewise. Code refactoring. Common Mnesia database restore function. SVN Revision: 562
* * src/ejabberd_ctl.erl: Unknown tables or tables from now unusedMickaël Rémond2006-05-012-2/+44
| | | | | | | modules are ignored during restore. The restore can now be performed in such case. SVN Revision: 561
* * doc/release_note_1.1.1.txt: Fixed typo.Mickaël Rémond2006-04-281-1/+1
| | | | SVN Revision: 560
* * doc/guide.html: Updated generated HTML version of the guide.Mickaël Rémond2006-04-281-656/+804
| | | | SVN Revision: 558
* * src/ejabberd.hrl: release 1.1.1Mickaël Rémond2006-04-284-2/+10
| | | | | | | * doc/version.tex: Likewise * doc/guide.tex: Likewise SVN Revision: 557
* * Release not for security fix release.Mickaël Rémond2006-04-281-0/+119
| | | | SVN Revision: 556
* * src/cyrsasl.erl: Bugfix: anonymous authentication was alwaysAlexey Shchepin2006-04-272-11/+21
| | | | | | enabled SVN Revision: 555
* * src/ejabberd_ctl.erl: The status now only returns "started" ifMickaël Rémond2006-04-262-2/+14
| | | | | | ejabberd is started and ready to accept requests. SVN Revision: 554
* * Fixed notes for version 1.1.0 release.Mickaël Rémond2006-04-241-22/+24
| | | | SVN Revision: 551
* * doc/guide.tex: Added a documentation for max_stanza_size optionAlexey Shchepin2006-04-243-656/+772
| | | | SVN Revision: 550
* * src/ejabberd.hrl: Updated for version 1.1.0.Mickaël Rémond2006-04-242-1/+5
| | | | SVN Revision: 549
* * Updated documentation before 1.1.0 releaseMickaël Rémond2006-04-231-3/+5
| | | | SVN Revision: 548
* * Updated documentation before 1.1.0 releaseMickaël Rémond2006-04-233-5/+10
| | | | SVN Revision: 547
* doc/release_notes_1.1.0.txt: Preparing release 1.1.0Mickaël Rémond2006-04-231-0/+109
| | | | SVN Revision: 546
* * src/guide.tex: Added documentation for ODBC and native databaseMickaël Rémond2006-04-233-624/+807
| | | | | | configuration (PostgreSQL and MySQL). SVN Revision: 545
* * doc/guide.tex: Updated (thanks to Sander Devrieze)Alexey Shchepin2006-04-233-793/+1067
| | | | | | * doc/introduction.tex: Likewise SVN Revision: 544
* * src/configure: Removed '==' bashism (thanks to Magnus Henoch)Alexey Shchepin2006-04-233-2/+5
| | | | | | * src/aclocal.m4: Likewise SVN Revision: 543
* * src/ejabberd_c2s.erl: Resend messages when leaving negativeAlexey Shchepin2006-04-232-14/+31
| | | | | | presence state (thanks to Magnus Henoch) SVN Revision: 542
* * src/ejabberd_sm.erl: Now delivering messages to all resources withMickaël Rémond2006-04-232-14/+25
| | | | | | max equal priority when this priority is non-negative. SVN Revision: 541
* * src/msgs/de.msg: Updated (thanks to Nikolaus Polak)Mickaël Rémond2006-04-232-77/+131
| | | | SVN Revision: 540
* * src/msgs/fr.msg: updatedMickaël Rémond2006-04-232-73/+122
| | | | SVN Revision: 539
* * src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin2006-04-221-1/+5
| | | | | | | | | | | | | * src/xml_stream.erl: Support for stanza size limit (thanks to Igor Goryachev) * src/ejabberd_receiver.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd.cfg.example: Updated * src/ejabberd_auth.erl: Fixed try_register/3 behaviour SVN Revision: 538
* * src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin2006-04-227-43/+251
| | | | | | | | | | | | | * src/xml_stream.erl: Support for stanza size limit (thanks to Igor Goryachev) * src/ejabberd_receiver.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd.cfg.example: Updated * src/ejabberd_auth.erl: Fixed try_register/3 behaviour SVN Revision: 537
* * doc/guide.tex: Updated (SASL anonymous and anonymous login).Mickaël Rémond2006-04-203-592/+730
| | | | SVN Revision: 536
* * src/ejabberd_auth.erl: Bugfix: We now are forced to check is anMickaël Rémond2006-04-202-1/+5
| | | | | | | anonymous user is log under a given user name before trying to register it. SVN Revision: 535
* * src/ejabberd.cfg.example: Update of the example for anonymous.Mickaël Rémond2006-04-203-18/+14
| | | | | | | | Removed unnecessary parameter. * src/ejabberd_auth_anonymous.erl: Removed unnecessary parameter and bugfix. SVN Revision: 534
* * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)Alexey Shchepin2006-04-182-2/+143
| | | | SVN Revision: 533
* * src/xml_stream.erl: CleanupAlexey Shchepin2006-04-133-58/+17
| | | | | | * src/ejabberd_service.erl: Updated to use ejabberd_receiver SVN Revision: 532
* * src/ejabberd_c2s.erl: Minor fixAlexey Shchepin2006-04-125-296/+337
| | | | | | | | | | * 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-115-638/+805
| | | | | | | | * src/ejabberd.cfg.example: Updated (thanks to Badlop) * doc/guide.tex: Updated (thanks to Badlop) SVN Revision: 530
* * src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creationMickaël Rémond2006-04-072-12/+16
| | | | | | (conflict error was send on node creation) SVN Revision: 529
* * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2006-04-072-0/+267
| | | | | | | | | | | | (thanks to Mickael Remond and Magnus Henoch) * src/ejabberd_c2s.erl: Likewise * src/ejabberd_auth.erl: Likewise * src/ejabberd_auth_anonymous.erl: Likewise * src/cyrsasl.erl: Likewise * src/cyrsasl_anonymous.erl: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 528
* * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2006-04-079-52/+154
| | | | | | | | | | | | (thanks to Mickael Remond and Magnus Henoch) * src/ejabberd_c2s.erl: Likewise * src/ejabberd_auth.erl: Likewise * src/ejabberd_auth_anonymous.erl: Likewise * src/cyrsasl.erl: Likewise * src/cyrsasl_anonymous.erl: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 527
* * src/expat_erl.c: Use binaries for CDATAAlexey Shchepin2006-04-053-5/+12
| | | | | | * src/xml.erl: Likewise SVN Revision: 526
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-04-016-94/+172
| | | | | | | | | | | | | * src/msgs/uk.msg: Likewise * src/mod_configure.erl: Updated translation strings (thanks to Sergei Golovan) * src/web/ejabberd_web_admin.erl: Likewise * src/ejabberd_s2s_in.erl: Changed a path to PKIX includes (thanks to Sergei Golovan) SVN Revision: 525
* * src/Makefile.in: Added an option to compile ejabberd with debugMickaël Rémond2006-04-013-0/+12
| | | | | | | | print-out (make ejabberd_debug=true). * src/ejabberd_c2s.erl: Added a new debug printout: We can now print the XML packets send by the server. SVN Revision: 524
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-302-6/+33
| | | | SVN Revision: 523
* * src/ejabberd_c2s.erl: Enable zlib only over TCPAlexey Shchepin2006-03-252-2/+6
| | | | SVN Revision: 522
* * src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2006-03-182-3/+6
| | | | SVN Revision: 521
* * src/mod_privacy.erl: Fixed privacy list pushing (thanks toAlexey Shchepin2006-03-173-3/+28
| | | | | | | Sergei Golovan) * src/ejabberd_c2s.erl: Likewise SVN Revision: 520