summaryrefslogtreecommitdiff
path: root/src/mod_muc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_muc/mod_muc_room.erl: Allow to store roomBadlop2008-06-281-1/+12
* * src/mod_muc/mod_muc_room.erl: Allow admins to send messages toBadlop2008-06-131-5/+35
* * src/mod_muc/mod_muc_room.erl: Allow change_state of a roomBadlop2008-05-161-0/+2
* * src/mod_muc/mod_muc_room.erl: Return Forbidden error messageBadlop2008-05-121-4/+13
* * src/mod_muc/mod_muc_room.erl: Fixed room shaper processingAlexey Shchepin2008-04-271-24/+20
* * doc/api/Makefile: Report the correct ejabberd version. WhenBadlop2008-04-011-15/+15
* * src/ejabberd_app.erl (prep_stop): Stop modules when stoppingBadlop2008-02-282-1/+9
* * src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437)Badlop2008-02-141-5/+6
* * src/mod_muc/mod_muc_room.erl: Bugfix: local message stanza mayBadlop2008-02-111-6/+6
* * src/mod_muc/mod_muc_room.erl: Include the error condition in theBadlop2008-02-091-43/+43
* * src/mod_muc/mod_muc_room.erl: Support for decline of invitationBadlop2008-02-061-4/+49
* * src/mod_muc/mod_muc_room.erl: Append "(n/a)" to disco roomAlexey Shchepin2008-02-031-1/+1
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-291-15/+22
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-291-44/+111
* * doc/guide.tex: Updated the names of log files.Badlop2008-01-161-1/+7
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-153-4/+4
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-091-62/+44
* * src/mod_muc/mod_muc_room.erl: Resend 'continue' elements in mucBadlop2008-01-011-1/+8
* * Applied copyright patch 3.Mickaël Rémond2007-12-243-9/+66
* * src/mod_muc/mod_muc_room.erl: Log room creation andBadlop2007-12-231-2/+11
* * src/mod_muc/mod_muc_log.erl: Add handling of kicks 321, 322, 332Badlop2007-12-181-6/+15
* * src/ejabberd_zlib/Makefile.win32: CompileBadlop2007-12-171-7/+5
* * src/ejabberd_zlib/Makefile.in: Compile all erl files found inBadlop2007-12-171-11/+7
* * src/mod_irc/mod_irc.erl: No need to translate copyright noticeBadlop2007-12-151-2/+2
* * src/mod_muc/mod_muc.erl: Catch creation of tableBadlop2007-12-061-4/+1
* * src/mod_muc/mod_muc_room.erl: Rephrase the invitation sentenceBadlop2007-12-051-4/+5
* * Temporary commit.Mickaël Rémond2007-12-032-5/+59
* * src/configure.ac: Don't hardcode gcc and options (EJAB-436)Badlop2007-11-291-3/+6
* * src/mod_muc/mod_muc_room.erl: Hide the option 'Make roomBadlop2007-11-291-4/+4
* * doc/guide.tex: Update URI of ejabberd official home page, URIBadlop2007-11-272-4/+3
* * src/mod_muc/mod_muc_room.erl: Don't show the room name as the room descript...Badlop2007-11-271-3/+0
* * src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor fo...Mickaël Rémond2007-09-142-4/+19
* * src/mod_muc/mod_muc_room.erl: Added logging of MUC admin/ownerAlexey Shchepin2007-09-011-0/+2
* * src/mod_muc/mod_muc_room.erl: Added user_message_shaper andAlexey Shchepin2007-09-012-124/+302
* * src/mod_muc/mod_muc_room.erl: The mod_muc option max_users nowAlexey Shchepin2007-08-291-22/+75
* * src/mod_muc/mod_muc_log.erl: Added missed HTMLization in aAlexey Shchepin2007-08-291-2/+1
* * src/mod_muc/mod_muc_room.erl: Changed default max number of userMickaël Rémond2007-08-281-1/+1
* * src/mod_muc/mod_muc_room.erl: Implements muc max users optionMickaël Rémond2007-08-281-14/+61
* * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'Alexey Shchepin2007-08-251-1/+1
* Fixed conflictAlexey Shchepin2007-08-241-2/+0
* * src/mod_muc/mod_muc.erl: Added default_room_options optionAlexey Shchepin2007-08-022-20/+22
* * src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML (EJA...Mickaël Rémond2007-07-171-1/+1
* * src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitationsAlexey Shchepin2007-06-261-3/+30
* * src/mod_muc/mod_muc_room.erl: New anti-abuse options: min_presence_interval...Mickaël Rémond2007-06-251-156/+255
* * src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed to...Mickaël Rémond2007-06-202-12/+30
* * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant)Mickaël Rémond2007-05-291-0/+5
* * src/mod_vcard.erl: Make services description translatable in discovery (EJA...Mickaël Rémond2007-05-291-4/+4
* * src/mod_muc/mod_muc_room.erl: Corrected error messages whenAlexey Shchepin2007-05-161-73/+70
* * src/mod_muc/mod_muc.erl: BugfixAlexey Shchepin2007-05-091-1/+16
* * src/mod_muc/mod_muc_room.erl: More accurate invitation errorsAlexey Shchepin2007-05-031-67/+62