summaryrefslogtreecommitdiff
path: root/src/mod_muc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_pubsub/mod_pubsub.erl: Updated to use gen_serverAlexey Shchepin2006-02-022-98/+206
* * src/aclocal.m4: Updated for zlib supportAlexey Shchepin2006-01-192-192/+222
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-202-44/+55
* * src/web/ejabberd_web_admin.erl: Updated CSS, added modulesAlexey Shchepin2005-05-231-4/+5
* * src/mod_muc/mod_muc_room.erl: Fixed bug with storingAlexey Shchepin2005-05-091-0/+9
* * src/mod_muc/mod_muc_room.erl: Store ban reasons for outcastAlexey Shchepin2005-05-031-18/+64
* * src/mod_muc/mod_muc_room.erl: Updated changing roles andAlexey Shchepin2005-05-021-6/+31
* * src/web/ejabberd_web_admin.erl: Added translation to submitAlexey Shchepin2005-04-241-8/+11
* CleanupAlexey Shchepin2005-04-171-2/+2
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-172-82/+189
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2005-03-161-2/+2
* * src/mod_irc/mod_irc_connection.erl: Added filtering of quitAlexey Shchepin2005-01-131-1/+1
* * src/odbc/ejabberd_odbc.erl: Load-balance ODBC requests betweenAlexey Shchepin2004-12-291-1/+4
* * src/web/ejabberd_web_admin.erl: Changed type of password fieldAlexey Shchepin2004-12-051-3/+2
* * src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-1/+1
* * src/mod_muc/mod_muc_room.erl: Fixed room destroyingAlexey Shchepin2004-10-081-0/+6
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-9/+3
* * src/mod_muc/mod_muc_room.erl: Send password in room invitationAlexey Shchepin2004-09-171-88/+16
* * src/mod_muc/mod_muc.erl: Added access rules for using serveiceAlexey Shchepin2004-05-173-61/+97
* * src/web/ejabberd_http.erl: 'Accept-Language' header supportAlexey Shchepin2004-05-011-4/+17
* * src/idna.erl: Support for IDNA (RFC3490)Alexey Shchepin2004-04-101-1/+1
* * (all): Updated win32 stuff (thanks to Sergei Golovan)Alexey Shchepin2004-03-211-1/+1
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-03-082-7/+16
* * src/web/: Small HTTP server and admin web-interface to ejabberdAlexey Shchepin2004-03-022-166/+232
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-262-43/+40
* * src/mod_muc/mod_muc_room.erl: Support for history managementAlexey Shchepin2004-02-151-9/+268
* * src/mod_muc/mod_muc_room.erl: Bugfix, updated error codesAlexey Shchepin2004-01-171-57/+79
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-172-40/+52
* * src/ejabberd_s2s_in.erl: Changed timeout processing, bugfixAlexey Shchepin2003-12-061-21/+23
* * src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2003-11-231-10/+23
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2003-11-101-3/+8
* * src/configure.ac: Build system now done using autoconf (thanksAlexey Shchepin2003-10-171-6/+10
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-071-52/+48
* * src/stringprep/: Support for stringprep (not completed yet)Alexey Shchepin2003-09-261-2/+2
* * src/mod_muc/mod_muc_room.erl: Debug output switched offAlexey Shchepin2003-09-191-1/+1
* * src/mod_muc/mod_muc.erl: Fixed handling of room names withAlexey Shchepin2003-08-152-56/+103
* * doc/guide.tex: Updated (thanks to Sergei Golovan)Alexey Shchepin2003-07-132-1/+21
* * src/mod_muc/mod_muc_room.erl: Fixed room destroyingAlexey Shchepin2003-06-302-7/+20
* * src/ejabberd_service.erl: Proper handling of bad XMLAlexey Shchepin2003-05-292-3/+16
* * src/mod_muc/mod_muc.erl: Now body of message from admin to MUCAlexey Shchepin2003-05-182-45/+111
* * src/ejabberd_s2s.erl: Added error catching for do_route/3Alexey Shchepin2003-05-151-11/+33
* * src/mod_muc/mod_muc_room.erl: Remove user from room on receivingAlexey Shchepin2003-05-141-26/+76
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-092-3/+25
* * src/mod_muc/mod_muc.erl: Denied using of empty nickAlexey Shchepin2003-05-081-0/+2
* * src/mod_muc/mod_muc.erl: Return bad-request if no x:data formAlexey Shchepin2003-05-071-1/+3
* * src/mod_muc/mod_muc_room.erl: Don't check permissions on discoAlexey Shchepin2003-05-071-15/+6
* * src/mod_muc/mod_muc.erl: Support for nick registrationAlexey Shchepin2003-04-172-7/+147
* * src/mod_muc/mod_muc_room.erl: Support for members-onlyAlexey Shchepin2003-04-131-60/+200
* * src/mod_muc/mod_muc_room.erl: Added support for grant/revokeAlexey Shchepin2003-03-281-4/+30
* * src/ejabberd.cfg: UpdatedAlexey Shchepin2003-03-271-24/+95