aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * src/ejabberd_c2s.erl: Remove top-level xmlns from incomingAlexey Shchepin2006-01-253-9/+14
* * src/ejabberd_c2s.erl: Better error handling for streamAlexey Shchepin2006-01-241-12/+32
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-01-241-29/+15
* * src/ejabberd_sm.erl: Partially rewritten to work moreAlexey Shchepin2006-01-233-116/+121
* * src/ejabberd_receiver.erl: Added new debugging trace: It is nowMickaël Rémond2006-01-201-0/+1
* * src/aclocal.m4: Updated for zlib supportAlexey Shchepin2006-01-1921-488/+2206
* * src/odbc/ejabberd_odbc.erl: Added a way to retry databaseMickaël Rémond2006-01-132-2/+13
* * src/odbc/ejabberd_odbc.erl: underscore and percent are now onlyMickaël Rémond2006-01-133-43/+40
* * src/ejabberd_service.erl: BugfixAlexey Shchepin2006-01-139-102/+267