aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc (follow)
Commit message (Expand)AuthorAgeFilesLines
* now using mnesia:async_dirty when cleaning table from failed nodeEvgeniy Khramtsov2010-02-191-2/+2
* changed Reason to shutdown when stopping destroyed MUC roomEvgeniy Khramtsov2010-02-021-1/+1
* Fix bug handling Reason in gen_fsm:terminateBadlop2010-02-021-1/+1
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-124-5/+5
* Command to stop ejabberd informing users, with grace period, and kindly (EJAB...Badlop2010-01-031-1/+1
* Kick occupants with reason when room is stopped due to MUC shutdown (EJAB-1149)Badlop2009-12-301-4/+25
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB...Badlop2009-12-291-1/+1
* Write in room log when a room is created, destroyed, started, stopped (EJAB-1...Badlop2009-12-292-1/+21
* Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)Badlop2009-12-111-0/+22
* Forward IQ vCard queries of room occupants to bare JID, not full (EJAB-1045)Badlop2009-12-011-6/+52
* check if a room is not persistent before starting a new one with the same nam...Evgeniy Khramtsov2009-08-261-2/+18
* Display room service messages in distintive blue colour.Badlop2009-08-151-3/+7
* Don't allow room config to enable password protection with empty password (EJ...Badlop2009-08-151-1/+41
* If room config violates service policy, return not-acceptable instead of bad-...Badlop2009-08-151-1/+1
* Fix error when nick registration stanza doesn't contain Value.Badlop2009-07-271-4/+4
* HTML room logs: fix formatting of spaces; log config when disabling logging; ...Badlop2009-07-212-7/+106
* Support XEP-0157: Contact Addresses for XMPP Services (EJAB-235)Badlop2009-07-171-1/+5
* Include original timestamp on delayed presences (thanks to Mickael Remond)(EJ...Badlop2009-06-301-8/+4
* Add XEP82 Date Time, update XEP202 Entity Time and XEP203 Delayed Delivery (E...Badlop2009-06-301-2/+14
* Added support for captcha feature disability (EJAB-895)Badlop2009-05-261-4/+9
* Add label in captcha form. Improve translatable strings in captcha and muc room.Badlop2009-05-261-2/+1
* * src/mod_muc/mod_muc_room.erl: Fix badarg return (EJAB-899)Badlop2009-05-031-1/+1
* * src/mod_muc/mod_muc.erl: Limit number of characters in Room ID,Badlop2009-04-222-15/+54
* * src/mod_muc/mod_muc_log.erl: Linkify also xmpp:..., as it wasBadlop2009-04-141-1/+1
* * src/mod_muc/mod_muc.erl: English fixes (thanks to Glenn Sieb)Badlop2009-04-083-11/+11
* * src/ejabberd_captcha.erl: XEP-158 (CAPTCHA Forms).Evgeniy Khramtsov2009-03-132-8/+93
* * src/mod_muc/mod_muc_room.erl: Owner of a password protected roomBadlop2009-02-161-2/+3
* * src/mod_muc/mod_muc_log.erl: Prevent XSS in MUC logs byBadlop2009-02-161-1/+2
* * src/mod_muc/mod_muc.erl: Export function to create MUCBadlop2009-02-161-1/+30
* * doc/guide.tex: Fix some English strings: JID -> Jabber ID;Badlop2009-01-121-2/+2
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-124-9/+9
* * src/jlib.erl: Implementation of XEP-0059 Result SetBadlop2008-12-231-3/+70
* Fix default value of default_room_options (thanks to Aleksey Shchepin)Badlop2008-12-031-1/+1
* No need to define default value of history field because it is explicitely se...Badlop2008-12-021-1/+1
* * src/mod_muc/mod_muc_room.erl: Move definitions to header fileBadlop2008-12-022-60/+81
* Remove debug line from SVN r1685Badlop2008-11-281-4/+1
* * src/mod_muc/mod_muc_room.erl: Clean user activity after timeoutAlexey Shchepin2008-11-281-47/+106
* * src/mod_irc/mod_irc.erl: Announce disco#info (thanks to Spike)Badlop2008-11-261-0/+2
* * src/gen_mod.erl: First store module options in ETS and Mnesia,Badlop2008-11-261-8/+17
* * src/*/Makefile.win32: Provide explicit beam filenames becauseBadlop2008-09-301-2/+1
* EJAB-624: fixes mod_muc_room:is_visitor/2 to use get_role not get_affiliationGeoff Cant2008-08-231-9/+1
* * src/mod_muc/mod_muc_log.erl: MUC log files options: plaintextBadlop2008-08-181-91/+142
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-313-3/+3
* * src/mod_muc/mod_muc_room.erl: Support Reasons for allBadlop2008-07-301-12/+25
* Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)Geoff Cant2008-07-231-1/+1
* mod_muc_room allow_visitor_presence option rename (now allow_visitor_status)....Geoff Cant2008-07-231-9/+9
* Renaming allow_visitor_presence to allow_visitor_status (EJAB-624).Geoff Cant2008-07-231-19/+17
* Implementing muc_room visitor presence restrictions. (EJAB-624)Geoff Cant2008-07-231-9/+65
* * src/mod_muc/mod_muc_room.erl: Fix to allow a server admin to addBadlop2008-07-171-37/+46
* * src/*.hrl: Get back all ejabberd header files to their originalBadlop2008-07-161-1/+1