Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-01* src/Makefile.in: Added an option to compile ejabberd with debugMickaël Rémond
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-31* src/ejabberd_c2s.erl: BugfixAlexey Shchepin
SVN Revision: 523
2006-03-26* src/ejabberd_c2s.erl: Enable zlib only over TCPAlexey Shchepin
SVN Revision: 522
2006-03-18* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin
SVN Revision: 521
2006-03-17* src/mod_privacy.erl: Fixed privacy list pushing (thanks toAlexey Shchepin
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émond
which can, in some context break indexes, when used on non bag table. SVN Revision: 519
2006-03-16* src/ejabberd_c2s.erl: BugfixAlexey Shchepin
SVN Revision: 518
2006-03-14* src/xml_stream.erl: Added catching of gen_fsm:send_event errorsAlexey Shchepin
* 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 Shchepin
SVN Revision: 516
2006-03-05* src/ejabberd_c2s.erl: BugfixAlexey Shchepin
* 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émond
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 Shchepin
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 Shchepin
* 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 Shchepin
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
2006-02-18* src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"Alexey Shchepin
and "~" prefixes in IRC nicknames (thanks to Vladimir Kulev) SVN Revision: 509
2006-02-18* src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcpAlexey Shchepin
commands, improved handling of channel topic and kick, mirc colors now filtered, other minor improvements (thanks to Oleg V. Motienko) * src/mod_configure.erl: Improved strings (thanks to Sander Devrieze) * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 508
2006-02-15* src/mod_service_log.erl: Bugfix (thanks to Badlop)Alexey Shchepin
* src/jd2ejd.erl: Use mod_vcard_odbc if it is loaded (thanks to Tomasz Sterna) * src/ejabberd_sm.erl: Added a few ejabberdctl commands * src/ejabberd_ctl.erl: New interface for command registration SVN Revision: 507
2006-02-13* src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin
* src/ejabberd_ctl.hrl: Definitions of exit status codes moved here SVN Revision: 506
2006-02-13* src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin
SVN Revision: 505
2006-02-12* src/mod_roster_odbc.erl: BugfixAlexey Shchepin
SVN Revision: 503
2006-02-08* src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closingAlexey Shchepin
SVN Revision: 502
2006-02-07* src/ejabberd_auth.erl: plugin authentication modules can nowMickaël Rémond
be used in the configuration file: {auth_method, module} will now use the module ejabberd_auth_module.erl for authentication. (EJAB-45) SVN Revision: 501
2006-02-06* src/mod_muc/mod_muc_room.erl: Kick non-members when roomAlexey Shchepin
reconfigured to be member-only or when membership is revoked in member-only room, allowed "true" and "false" in x:data forms (thanks to Sergei Golovan) * src/mod_configure.erl: Added "Host" parameter to get_form and set_form functions (thanks to Sergei Golovan) * src/ejabberd_s2s_out.erl: Bugfix * src/msgs/es.msg: Updated (thanks to Badlop) * src/web/ejabberd_web.erl: Bugfix (thanks to Badlop) * src/mod_irc/mod_irc.erl: Updated copyright dates * src/mod_muc/mod_muc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 500
2006-02-03* src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberdAlexey Shchepin
supervision tree SVN Revision: 499
2006-02-03* src/web/ejabberd_http.erl: Authentication check moved toAlexey Shchepin
ejabberd_web.erl * src/web/ejabberd_web.erl: Likewise * src/web/Makefile.in: Added ejabberd_http.hrl dependency * src/web/ejabberd_http_poll.erl: Updated to use {active, once} socket mode * src/mod_irc/mod_irc.erl: Updated to use gen_server behaviour and ejabberd supervision tree * src/mod_irc/mod_irc_connection.erl: Likewise SVN Revision: 498
2006-02-02--prefix option can now override the default install dir (EJAB-43)Mickaël Rémond
SVN Revision: 497
2006-02-02* src/mod_pubsub/mod_pubsub.erl: Updated to use gen_serverAlexey Shchepin
behaviour and ejabberd supervision tree * src/mod_muc/mod_muc.erl: Added a supervisor for conference room processes * src/mod_muc/mod_muc_room.erl: Likewise SVN Revision: 496
2006-01-29* src/odbc/pg.sql: Fixed syntax errorAlexey Shchepin
* src/ejabberd_router.erl: Updated to use gen_server behaviour * src/ejabberd_sm.erl: Likewise * src/ejabberd_s2s.erl: Likewise * src/gen_iq_handler.erl: Likewise * src/ejabberd_sup.erl: Added supervisor for ejabberd_receiver * src/ejabberd_receiver.erl: Updated SVN Revision: 495
2006-01-27* src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin
(not completed) * src/ejabberd_c2s.erl: Added 'update_info' module attribute for testing ejabberd_update SVN Revision: 493
2006-01-25* src/ejabberd_c2s.erl: Remove top-level xmlns from incomingAlexey Shchepin
stanzas * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_service.erl: Likewise SVN Revision: 492
2006-01-25* src/ejabberd_c2s.erl: Better error handling for streamAlexey Shchepin
compression support (thanks to Sergei Golovan) SVN Revision: 491
2006-01-25* src/mod_roster_odbc.erl: BugfixAlexey Shchepin
SVN Revision: 490
2006-01-24Fixed ChangeLogAlexey Shchepin
SVN Revision: 489
2006-01-24* src/ejabberd_sm.erl: Partially rewritten to work moreAlexey Shchepin
efficiently and avoid race conditions * src/ejabberd_c2s.erl: Likewise * src/mod_irc/mod_irc_connection.erl: Cleanup SVN Revision: 488
2006-01-20* src/ejabberd_receiver.erl: Added new debugging trace: It is nowMickaël Rémond
possible to dump the XML stream received from a client (usefull for client debugging). SVN Revision: 487
2006-01-19* src/aclocal.m4: Updated for zlib supportAlexey Shchepin
* src/configure.ac: Likewise * src/mod_muc/mod_muc_room.erl: Weakened presence filtering, added warning in non-anonymous rooms, room destroying updated to latest JEP-0045, added a number of occupants and room name in room's disco#info reply, miscellaneous internal changes (thanks to Sergei Golovan) * src/mod_muc/mod_muc.erl: Better support for nick unregistration (thanks to Sergei Golovan) * src/ejabberd_zlib/ejabberd_zlib.erl: Zlib support (thanks to Sergei Golovan) * src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise * src/ejabberd_zlib/Makefile.in: Likewise * src/ejabberd_c2s.erl: Stream compression support (JEP-0138) * src/ejabberd_receiver.erl: Likewise * src/mod_disco.erl: Don't split node name before calling hooks (thanks to Sergei Golovan) * src/mod_configure.erl: Support for configuration using ad-hoc commands (thanks to Sergei Golovan) * src/mod_announce.erl: Support for sending announce messages using ad-hoc commands (thanks to Sergei Golovan) * src/mod_adhoc.erl: Ad-hoc support (JEP-0050) (thanks to Magnus Henoch) * src/adhoc.erl: Likewise * src/adhoc.hrl: Likewise * src/jlib.hrl: Updated (thanks to Sergei Golovan) * src/gen_mod.erl: Added function is_loaded/2 (thanks to Sergei Golovan) * src/ejabberd_service.erl: Changed error message on handshake error (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) SVN Revision: 486
2006-01-13* src/odbc/ejabberd_odbc.erl: Added a way to retry databaseMickaël Rémond
connection connect for 5 minutes when the connection is lost. No further connection is retry after 5 minutes (EJAB-22 & EJAB-25) * src/odbc/ejabberd_odbc_sup.erl: likewise SVN Revision: 485
2006-01-13* src/odbc/ejabberd_odbc.erl: underscore and percent are now onlyMickaël Rémond
escaped in like queries. MySQL where not escaping those escaped characters in other context (EJAB-24) * src/mod_vcard_odbc.erl: likewise. * src/odbc/mysql.sql: Fixed MySQL database creation script: Was not properly working with all MySQL version. SVN Revision: 484
2006-01-13* src/ejabberd_service.erl: BugfixAlexey Shchepin
* src/ejabberd_receiver.erl: Rewritten to use {active, once} mode for socket * src/ejabberd_c2s.erl: Update * src/ejabberd_listener.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_service.erl: Likewise * src/shaper.erl: Likewise * src/tls/tls.erl: Likewise * src/web/ejabberd_http.erl: Likewise SVN Revision: 483
2006-01-02Native MySQL support. The Erlang MySQL module is needed:Mickaël Rémond
http://support.process-one.net/doc/display/CONTRIBS/Yxa SVN Revision: 482
2005-12-24* src/ejabberd_logger_h.erl: Speed optimizationsAlexey Shchepin
SVN Revision: 481
2005-12-22* src/Makefile.in: Clean results of ASN.1 compiler (thanks toAlexey Shchepin
Sergei Golovan) SVN Revision: 479
2005-12-22* src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)Alexey Shchepin
SVN Revision: 478
2005-12-22* src/Makefile.win32: Updated (thanks to Sergei Golovan)Alexey Shchepin
* src/configure.erl: Likewise * src/win32/CheckReqs.ini: Likewise * src/win32/CheckReqs1.ini: Likewise * src/win32/CheckReqs1H.ini: Likewise * src/win32/ejabberd.nsh: Likewise * src/win32/ejabberd.nsi: Likewise SVN Revision: 477
2005-12-22* src/odbc/ejabberd_odbc.erl: Added error message on ODBCMickaël Rémond
connection to help ODBC configuration troubleshooting. SVN Revision: 476
2005-12-22* src/odbc/ejabberd_odbc.erl: BugfixAlexey Shchepin
SVN Revision: 475
2005-12-21* src/odbc/mysql.sql: Database description for MySQL DatabaseMickaël Rémond
4.1 (Max version, with Innodb) * src/ejabberd_auth_odbc.erl: MySQL ODBC support. * src/mod_offline_odbc.erl: likewise * src/mod_vcard_odbc.erl: likewsie * src/mod_roster_odbc.erl: likewise * src/odbc/ejabberd_odbc.erl: likewise * src/mod_last_odbc.erl: likewise SVN Revision: 474
2005-12-16Documentation update, code clean-up and Makefile improvement.Mickaël Rémond
SVN Revision: 473
2005-12-16* doc/features.tex: Added feature sheet (Thanks to SanderAlexey Shchepin
Devrieze) SVN Revision: 472
2005-12-14* src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)Alexey Shchepin
SVN Revision: 470