aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/configure: Removed '==' bashism (thanks to Magnus Henoch)Alexey Shchepin2006-04-232-2/+2
* * src/ejabberd_c2s.erl: Resend messages when leaving negativeAlexey Shchepin2006-04-231-14/+26
* * src/ejabberd_sm.erl: Now delivering messages to all resources withMickaël Rémond2006-04-231-14/+23
* * src/msgs/de.msg: Updated (thanks to Nikolaus Polak)Mickaël Rémond2006-04-231-77/+130
* * src/msgs/fr.msg: updatedMickaël Rémond2006-04-231-73/+118
* * src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin2006-04-221-1/+5
* * src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin2006-04-226-41/+236
* * src/ejabberd_auth.erl: Bugfix: We now are forced to check is anMickaël Rémond2006-04-201-1/+2
* * src/ejabberd.cfg.example: Update of the example for anonymous.Mickaël Rémond2006-04-202-18/+7
* * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)Alexey Shchepin2006-04-181-2/+139
* * src/xml_stream.erl: CleanupAlexey Shchepin2006-04-132-58/+11
* * src/ejabberd_c2s.erl: Minor fixAlexey Shchepin2006-04-122-258/+276
* * src/msgs/es.msg: Updated (thanks to Badlop)Alexey Shchepin2006-04-112-55/+87
* * src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creationMickaël Rémond2006-04-071-12/+11
* * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2006-04-072-0/+267
* * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2006-04-078-52/+143
* * src/expat_erl.c: Use binaries for CDATAAlexey Shchepin2006-04-052-5/+7
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-04-015-94/+160
* * src/Makefile.in: Added an option to compile ejabberd with debugMickaël Rémond2006-04-012-0/+5
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-301-6/+29
* * src/ejabberd_c2s.erl: Enable zlib only over TCPAlexey Shchepin2006-03-251-2/+2
* * src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2006-03-181-3/+2
* * src/mod_privacy.erl: Fixed privacy list pushing (thanks toAlexey Shchepin2006-03-172-3/+22
* * src/ejabberd_sm.erl: Remove unnecessary use delete_object,Mickaël Rémond2006-03-161-1/+1
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-161-3/+63
* * src/xml_stream.erl: Added catching of gen_fsm:send_event errorsAlexey Shchepin2006-03-147-53/+754
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2006-03-061-10/+46
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-052-5/+5
* * src/ejabberd_logger_h.erl: reopen-log function now rename the logMickaël Rémond2006-03-041-0/+15
* * src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin2006-02-271-1/+1
* * src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin2006-02-272-7/+65
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-02-255-72/+168
* * src/ejabberd_ctl.erl: Added API for virtual host specificAlexey Shchepin2006-02-207-30/+104
* * src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"Alexey Shchepin2006-02-181-0/+3
* * src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcpAlexey Shchepin2006-02-186-174/+275
* * src/mod_service_log.erl: Bugfix (thanks to Badlop)Alexey Shchepin2006-02-154-30/+107
* * src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin2006-02-131-0/+12
* * src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin2006-02-131-136/+70
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-02-121-35/+34
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-02-111-1/+1
* * src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closingAlexey Shchepin2006-02-081-0/+1
* * src/ejabberd_auth.erl: plugin authentication modules can nowMickaël Rémond2006-02-071-10/+2
* * src/mod_muc/mod_muc_room.erl: Kick non-members when roomAlexey Shchepin2006-02-0612-74/+142
* * src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberdAlexey Shchepin2006-02-031-1/+8
* * src/web/ejabberd_http.erl: Authentication check moved toAlexey Shchepin2006-02-038-175/+278
* --prefix option can now override the default install dir (EJAB-43)Mickaël Rémond2006-02-023-32/+59
* * src/mod_pubsub/mod_pubsub.erl: Updated to use gen_serverAlexey Shchepin2006-02-024-197/+433
* * src/odbc/pg.sql: Fixed syntax errorAlexey Shchepin2006-01-299-400/+763
* * src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin2006-01-271-0/+113
* * src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin2006-01-272-2/+2