aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/configure: removed debug printout.Mickaël Rémond2006-05-271-1/+1
| | | | SVN Revision: 573
* * src/configure.ac: Added an optional check for krb5.h inMickaël Rémond2006-05-272-0/+170
| | | | | | | 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-261-0/+463
| | | | | | and SkLUG) SVN Revision: 571
* * src/odbc/pg.sql: UpdatedAlexey Shchepin2006-05-265-74/+91
| | | | | | | | | | | * 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-239-112/+200
| | | | | | | | | | | | | | | | 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-222-17/+9
| | | | | | | | 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-212-17/+70
| | | | | | | | | | 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-151-4/+11
| | | | | | 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-071-0/+16
| | | | | | | | 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-071-1/+6
| | | | | | 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-071-0/+59
| | | | | | restore function. SVN Revision: 563
* * src/mod_configure.erl: Unknown tables or tables from nowMickaël Rémond2006-05-073-42/+7
| | | | | | | | | | 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-011-2/+38
| | | | | | | modules are ignored during restore. The restore can now be performed in such case. SVN Revision: 561
* * src/ejabberd.hrl: release 1.1.1Mickaël Rémond2006-04-281-1/+1
| | | | | | | * doc/version.tex: Likewise * doc/guide.tex: Likewise SVN Revision: 557
* * src/cyrsasl.erl: Bugfix: anonymous authentication was alwaysAlexey Shchepin2006-04-271-11/+16
| | | | | | enabled SVN Revision: 555
* * src/ejabberd_ctl.erl: The status now only returns "started" ifMickaël Rémond2006-04-261-2/+9
| | | | | | ejabberd is started and ready to accept requests. SVN Revision: 554
* * src/ejabberd.hrl: Updated for version 1.1.0.Mickaël Rémond2006-04-241-1/+1
| | | | SVN Revision: 549
* * src/configure: Removed '==' bashism (thanks to Magnus Henoch)Alexey Shchepin2006-04-232-2/+2
| | | | | | * src/aclocal.m4: Likewise SVN Revision: 543
* * src/ejabberd_c2s.erl: Resend messages when leaving negativeAlexey Shchepin2006-04-231-14/+26
| | | | | | presence state (thanks to Magnus Henoch) SVN Revision: 542
* * src/ejabberd_sm.erl: Now delivering messages to all resources withMickaël Rémond2006-04-231-14/+23
| | | | | | 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-231-77/+130
| | | | SVN Revision: 540
* * src/msgs/fr.msg: updatedMickaël Rémond2006-04-231-73/+118
| | | | 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-226-41/+236
| | | | | | | | | | | | | * 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
* * src/ejabberd_auth.erl: Bugfix: We now are forced to check is anMickaël Rémond2006-04-201-1/+2
| | | | | | | 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-202-18/+7
| | | | | | | | 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-181-2/+139
| | | | SVN Revision: 533
* * src/xml_stream.erl: CleanupAlexey Shchepin2006-04-132-58/+11
| | | | | | * src/ejabberd_service.erl: Updated to use ejabberd_receiver SVN Revision: 532
* * src/ejabberd_c2s.erl: Minor fixAlexey Shchepin2006-04-122-258/+276
| | | | | | | | | | * 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-112-55/+87
| | | | | | | | * 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-071-12/+11
| | | | | | (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-078-52/+143
| | | | | | | | | | | | (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-052-5/+7
| | | | | | * src/xml.erl: Likewise SVN Revision: 526
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-04-015-94/+160
| | | | | | | | | | | | | * 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-012-0/+5
| | | | | | | | 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-301-6/+29
| | | | SVN Revision: 523
* * src/ejabberd_c2s.erl: Enable zlib only over TCPAlexey Shchepin2006-03-251-2/+2
| | | | SVN Revision: 522
* * src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2006-03-181-3/+2
| | | | SVN Revision: 521
* * src/mod_privacy.erl: Fixed privacy list pushing (thanks toAlexey Shchepin2006-03-172-3/+22
| | | | | | | Sergei Golovan) * src/ejabberd_c2s.erl: Likewise SVN Revision: 520
* * src/ejabberd_sm.erl: Remove unnecessary use delete_object,Mickaël Rémond2006-03-161-1/+1
| | | | | | which can, in some context break indexes, when used on non bag table. SVN Revision: 519
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-161-3/+63
| | | | SVN Revision: 518
* * src/xml_stream.erl: Added catching of gen_fsm:send_event errorsAlexey Shchepin2006-03-147-53/+754
| | | | | | | | | | | | | | | | * src/ejabberd_s2s_out.erl: Better support for multiple SRV records (thanks to Sergei Golovan) * src/mod_muc/mod_muc_log.erl: Support for chatroom logging (thanks to Badlop) * src/mod_muc/mod_muc_room.erl: Likewise * src/mod_muc/Makefile.in: Likewise * src/mod_muc/Makefile.win32: Likewise * src/gen_iq_handler.erl: Added support for {queues, N} IQ handler type SVN Revision: 517
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2006-03-061-10/+46
| | | | SVN Revision: 516
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-052-5/+5
| | | | | | * src/ejabberd_auth_odbc.erl: Bugfix SVN Revision: 515
* * src/ejabberd_logger_h.erl: reopen-log function now rename the logMickaël Rémond2006-03-041-0/+15
| | | | | | | | file if it has not been already renamed by a logrotate process. This change allow ejabberd administrators to rotate log files on Windows (EJAB-52). SVN Revision: 514
* * src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin2006-02-271-1/+1
| | | | | | | updating * src/ejabberd_update.erl: Added function update_info/0 SVN Revision: 513
* * src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin2006-02-272-7/+65
| | | | | | | updating * src/ejabberd_update.erl: Added function update_info/0 SVN Revision: 512
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-02-255-72/+168
| | | | | | | | | | | | | | * src/msgs/uk.msg: Likewise * contrib/extract_translations/extract_translations.erl: Minor update (thanks to Sergei Golovan) * src/ejabberd_zlib/Makefile.win32: Zlib support for Windows build (thanks to Sergei Golovan) * src/Makefile.win32: Likewise * src/configure.erl: Likewise SVN Revision: 511
* * src/ejabberd_ctl.erl: Added API for virtual host specificAlexey Shchepin2006-02-207-30/+104
| | | | | | | | | | | | | commands, removed registered-users command * src/ejabberd_auth.erl: Added processing of registered-users command * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise * src/ejabberd_app.erl: Added inititalization of ejabberd_ctl * src/ejabberd_sm.erl: Minor update SVN Revision: 510