aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-05-27* src/configure: removed debug printout.Mickaël Rémond1-1/+1
SVN Revision: 573
2006-05-27* src/configure.ac: Added an optional check for krb5.h inMickaël Rémond2-0/+170
configure. ejabberd can now be build directly on RedHat and OpenBSD (EJAB-100). SVN Revision: 572
2006-05-26* src/msgs/sk.msg: Slovak translation (thanks to Juraj MichalekAlexey Shchepin1-0/+463
and SkLUG) SVN Revision: 571
2006-05-26* src/odbc/pg.sql: UpdatedAlexey Shchepin5-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
2006-05-23* src/mod_roster.erl: The subscribe request are now resend atMickaël Rémond9-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
2006-05-22* src/ejabberd_sm.erl: The max_user_sessions has been moved toMickaël Rémond2-17/+9
host configuration. * src/ejabberd.cfg.example: Likewise. * doc/guide.tex: Likewise. SVN Revision: 568
2006-05-21* src/ejabberd_sm.erl: An option to limit the number of opened sessionsMickaël Rémond2-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
2006-05-15* src/web/ejabberd_http_poll.erl: Timeout disconnection were notMickaël Rémond1-4/+11
properly handled after "active once" migration. This is now fixed. SVN Revision: 566
2006-05-07* src/ejabberd_ctl.erl: Added a way to delete the older messageMickaël Rémond1-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
2006-05-07* src/ejabberd_ctl.erl: Now prints a user-friendly when tryingMickaël Rémond1-1/+6
to restore a backup from a non-existent file. SVN Revision: 564
2006-05-07* src/ejabberd_admin.erl: Code refactoring. Common Mnesia databaseMickaël Rémond1-0/+59
restore function. SVN Revision: 563
2006-05-07* src/mod_configure.erl: Unknown tables or tables from nowMickaël Rémond3-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
2006-05-01* src/ejabberd_ctl.erl: Unknown tables or tables from now unusedMickaël Rémond1-2/+38
modules are ignored during restore. The restore can now be performed in such case. SVN Revision: 561
2006-04-28* src/ejabberd.hrl: release 1.1.1Mickaël Rémond1-1/+1
* doc/version.tex: Likewise * doc/guide.tex: Likewise SVN Revision: 557
2006-04-27* src/cyrsasl.erl: Bugfix: anonymous authentication was alwaysAlexey Shchepin1-11/+16
enabled SVN Revision: 555
2006-04-26* src/ejabberd_ctl.erl: The status now only returns "started" ifMickaël Rémond1-2/+9
ejabberd is started and ready to accept requests. SVN Revision: 554
2006-04-24* src/ejabberd.hrl: Updated for version 1.1.0.Mickaël Rémond1-1/+1
SVN Revision: 549
2006-04-23* src/configure: Removed '==' bashism (thanks to Magnus Henoch)Alexey Shchepin2-2/+2
* src/aclocal.m4: Likewise SVN Revision: 543
2006-04-23* src/ejabberd_c2s.erl: Resend messages when leaving negativeAlexey Shchepin1-14/+26
presence state (thanks to Magnus Henoch) SVN Revision: 542
2006-04-23* src/ejabberd_sm.erl: Now delivering messages to all resources withMickaël Rémond1-14/+23
max equal priority when this priority is non-negative. SVN Revision: 541
2006-04-23* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)Mickaël Rémond1-77/+130
SVN Revision: 540
2006-04-23* src/msgs/fr.msg: updatedMickaël Rémond1-73/+118
SVN Revision: 539
2006-04-22* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin1-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
2006-04-22* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin6-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
2006-04-20* src/ejabberd_auth.erl: Bugfix: We now are forced to check is anMickaël Rémond1-1/+2
anonymous user is log under a given user name before trying to register it. SVN Revision: 535
2006-04-20* src/ejabberd.cfg.example: Update of the example for anonymous.Mickaël Rémond2-18/+7
Removed unnecessary parameter. * src/ejabberd_auth_anonymous.erl: Removed unnecessary parameter and bugfix. SVN Revision: 534
2006-04-18* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)Alexey Shchepin1-2/+139
SVN Revision: 533
2006-04-13* src/xml_stream.erl: CleanupAlexey Shchepin2-58/+11
* src/ejabberd_service.erl: Updated to use ejabberd_receiver SVN Revision: 532
2006-04-12* src/ejabberd_c2s.erl: Minor fixAlexey Shchepin2-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
2006-04-11* src/msgs/es.msg: Updated (thanks to Badlop)Alexey Shchepin2-55/+87
* src/ejabberd.cfg.example: Updated (thanks to Badlop) * doc/guide.tex: Updated (thanks to Badlop) SVN Revision: 530
2006-04-07* src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creationMickaël Rémond1-12/+11
(conflict error was send on node creation) SVN Revision: 529
2006-04-07* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2-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
2006-04-07* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin8-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
2006-04-05* src/expat_erl.c: Use binaries for CDATAAlexey Shchepin2-5/+7
* src/xml.erl: Likewise SVN Revision: 526
2006-04-01* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin5-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
2006-04-01* src/Makefile.in: Added an option to compile ejabberd with debugMickaël Rémond2-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
2006-03-30* src/ejabberd_c2s.erl: BugfixAlexey Shchepin1-6/+29
SVN Revision: 523
2006-03-25* src/ejabberd_c2s.erl: Enable zlib only over TCPAlexey Shchepin1-2/+2
SVN Revision: 522
2006-03-18* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin1-3/+2
SVN Revision: 521
2006-03-17* src/mod_privacy.erl: Fixed privacy list pushing (thanks toAlexey Shchepin2-3/+22
Sergei Golovan) * src/ejabberd_c2s.erl: Likewise SVN Revision: 520
2006-03-16* src/ejabberd_sm.erl: Remove unnecessary use delete_object,Mickaël Rémond1-1/+1
which can, in some context break indexes, when used on non bag table. SVN Revision: 519
2006-03-16* src/ejabberd_c2s.erl: BugfixAlexey Shchepin1-3/+63
SVN Revision: 518
2006-03-14* src/xml_stream.erl: Added catching of gen_fsm:send_event errorsAlexey Shchepin7-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
2006-03-06* src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin1-10/+46
SVN Revision: 516
2006-03-05* src/ejabberd_c2s.erl: BugfixAlexey Shchepin2-5/+5
* src/ejabberd_auth_odbc.erl: Bugfix SVN Revision: 515
2006-03-04* src/ejabberd_logger_h.erl: reopen-log function now rename the logMickaël Rémond1-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
2006-02-27* src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin1-1/+1
updating * src/ejabberd_update.erl: Added function update_info/0 SVN Revision: 513
2006-02-27* src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin2-7/+65
updating * src/ejabberd_update.erl: Added function update_info/0 SVN Revision: 512
2006-02-25* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin5-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
2006-02-20* src/ejabberd_ctl.erl: Added API for virtual host specificAlexey Shchepin7-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