index
:
ejabberd.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_muc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
check if a room is not persistent before starting a new one with the same nam...
Evgeniy Khramtsov
2009-08-26
1
-2
/
+18
*
Display room service messages in distintive blue colour.
Badlop
2009-08-15
1
-3
/
+7
*
Don't allow room config to enable password protection with empty password (EJ...
Badlop
2009-08-15
1
-1
/
+41
*
If room config violates service policy, return not-acceptable instead of bad-...
Badlop
2009-08-15
1
-1
/
+1
*
Fix error when nick registration stanza doesn't contain Value.
Badlop
2009-07-27
1
-4
/
+4
*
HTML room logs: fix formatting of spaces; log config when disabling logging; ...
Badlop
2009-07-21
2
-7
/
+106
*
Support XEP-0157: Contact Addresses for XMPP Services (EJAB-235)
Badlop
2009-07-17
1
-1
/
+5
*
Include original timestamp on delayed presences (thanks to Mickael Remond)(EJ...
Badlop
2009-06-30
1
-8
/
+4
*
Add XEP82 Date Time, update XEP202 Entity Time and XEP203 Delayed Delivery (E...
Badlop
2009-06-30
1
-2
/
+14
*
Added support for captcha feature disability (EJAB-895)
Badlop
2009-05-26
1
-4
/
+9
*
Add label in captcha form. Improve translatable strings in captcha and muc room.
Badlop
2009-05-26
1
-2
/
+1
*
* src/mod_muc/mod_muc_room.erl: Fix badarg return (EJAB-899)
Badlop
2009-05-03
1
-1
/
+1
*
* src/mod_muc/mod_muc.erl: Limit number of characters in Room ID,
Badlop
2009-04-22
2
-15
/
+54
*
* src/mod_muc/mod_muc_log.erl: Linkify also xmpp:..., as it was
Badlop
2009-04-14
1
-1
/
+1
*
* src/mod_muc/mod_muc.erl: English fixes (thanks to Glenn Sieb)
Badlop
2009-04-08
3
-11
/
+11
*
* src/ejabberd_captcha.erl: XEP-158 (CAPTCHA Forms).
Evgeniy Khramtsov
2009-03-13
2
-8
/
+93
*
* src/mod_muc/mod_muc_room.erl: Owner of a password protected room
Badlop
2009-02-16
1
-2
/
+3
*
* src/mod_muc/mod_muc_log.erl: Prevent XSS in MUC logs by
Badlop
2009-02-16
1
-1
/
+2
*
* src/mod_muc/mod_muc.erl: Export function to create MUC
Badlop
2009-02-16
1
-1
/
+30
*
* doc/guide.tex: Fix some English strings: JID -> Jabber ID;
Badlop
2009-01-12
1
-2
/
+2
*
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
Badlop
2009-01-12
4
-9
/
+9
*
* src/jlib.erl: Implementation of XEP-0059 Result Set
Badlop
2008-12-23
1
-3
/
+70
*
Fix default value of default_room_options (thanks to Aleksey Shchepin)
Badlop
2008-12-03
1
-1
/
+1
*
No need to define default value of history field because it is explicitely se...
Badlop
2008-12-02
1
-1
/
+1
*
* src/mod_muc/mod_muc_room.erl: Move definitions to header file
Badlop
2008-12-02
2
-60
/
+81
*
Remove debug line from SVN r1685
Badlop
2008-11-28
1
-4
/
+1
*
* src/mod_muc/mod_muc_room.erl: Clean user activity after timeout
Alexey Shchepin
2008-11-28
1
-47
/
+106
*
* src/mod_irc/mod_irc.erl: Announce disco#info (thanks to Spike)
Badlop
2008-11-26
1
-0
/
+2
*
* src/gen_mod.erl: First store module options in ETS and Mnesia,
Badlop
2008-11-26
1
-8
/
+17
*
* src/*/Makefile.win32: Provide explicit beam filenames because
Badlop
2008-09-30
1
-2
/
+1
*
EJAB-624: fixes mod_muc_room:is_visitor/2 to use get_role not get_affiliation
Geoff Cant
2008-08-23
1
-9
/
+1
*
* src/mod_muc/mod_muc_log.erl: MUC log files options: plaintext
Badlop
2008-08-18
1
-91
/
+142
*
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
Badlop
2008-07-31
3
-3
/
+3
*
* src/mod_muc/mod_muc_room.erl: Support Reasons for all
Badlop
2008-07-30
1
-12
/
+25
*
Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)
Geoff Cant
2008-07-23
1
-1
/
+1
*
mod_muc_room allow_visitor_presence option rename (now allow_visitor_status)....
Geoff Cant
2008-07-23
1
-9
/
+9
*
Renaming allow_visitor_presence to allow_visitor_status (EJAB-624).
Geoff Cant
2008-07-23
1
-19
/
+17
*
Implementing muc_room visitor presence restrictions. (EJAB-624)
Geoff Cant
2008-07-23
1
-9
/
+65
*
* src/mod_muc/mod_muc_room.erl: Fix to allow a server admin to add
Badlop
2008-07-17
1
-37
/
+46
*
* src/*.hrl: Get back all ejabberd header files to their original
Badlop
2008-07-16
1
-1
/
+1
*
* src/configure.ac: Update installation permissions (EJAB-402)
Badlop
2008-07-13
1
-1
/
+3
*
* src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure some
Badlop
2008-07-09
1
-7
/
+12
*
* src/mod_muc/mod_muc_room.erl: Allow to store room
Badlop
2008-06-28
1
-1
/
+12
*
* src/mod_muc/mod_muc_room.erl: Allow admins to send messages to
Badlop
2008-06-13
1
-5
/
+35
*
* src/mod_muc/mod_muc_room.erl: Allow change_state of a room
Badlop
2008-05-16
1
-0
/
+2
*
* src/mod_muc/mod_muc_room.erl: Return Forbidden error message
Badlop
2008-05-12
1
-4
/
+13
*
* src/mod_muc/mod_muc_room.erl: Fixed room shaper processing
Alexey Shchepin
2008-04-27
1
-24
/
+20
*
* doc/api/Makefile: Report the correct ejabberd version. When
Badlop
2008-04-01
1
-15
/
+15
*
* src/ejabberd_app.erl (prep_stop): Stop modules when stopping
Badlop
2008-02-28
2
-1
/
+9
*
* src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437)
Badlop
2008-02-14
1
-5
/
+6
[next]