index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_muc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to rebar build tool
Evgeniy Khramtsov
2013-06-13
6
-7002
/
+0
*
Handle multiple < and > in mod_muc_log plaintext mode (EJAB-1640)
Badlop
2013-05-31
1
-3
/
+3
*
Handle ~ control sequence in text of mod_muc_log (EJAB-1639)
Badlop
2013-05-30
1
-4
/
+8
*
Include actor element in MUC stanzas when kicking (thanks to Purvesh Sahoo)(E...
Badlop
2013-04-24
1
-10
/
+24
*
Revert "Include actor element in MUC stanzas when kicking (thanks to Purvesh ...
Badlop
2013-04-23
1
-26
/
+10
*
Include actor element in MUC stanzas when kicking (thanks to Purvesh Sahoo)(E...
Badlop
2013-04-23
1
-10
/
+26
*
Fix bug when getting room config
Badlop
2013-04-15
1
-1
/
+1
*
Fix room configuration after binarization
Badlop
2013-03-22
1
-1
/
+1
*
Accumulated patch to binarize and indent code
Badlop
2013-03-14
5
-4413
/
+5061
*
list_to_integer/2 only works in OTP R14 and newer
Badlop
2013-03-14
1
-0
/
+6
*
New mod_muc_log option file_permissions (EJAB-1588)
Badlop
2013-02-05
1
-2
/
+13
*
Fix angle brackets handle in MUC plaintext log (EJAB-1610)
Badlop
2013-01-31
1
-3
/
+13
*
Update copyright dates
Alexey Shchepin
2013-01-24
4
-5
/
+5
*
Fix MUC start when Mnesia tables don't exist yet
Badlop
2012-06-08
1
-1
/
+1
*
Merge SQL and Mnesia code into one module (EJAB-1560)
Evgeniy Khramtsov
2012-04-27
4
-990
/
+269
*
Fix English strings (thanks to Andreas van Cranenburgh)
Badlop
2012-04-24
1
-3
/
+3
*
Add odbc modules to Makefile.win32
Evgeniy Khramtsov
2012-04-09
1
-1
/
+4
*
Get rid of duplicated code
Evgeniy Khramtsov
2012-04-06
1
-40
/
+8
*
Use proper module name
Evgeniy Khramtsov
2012-03-31
2
-4
/
+4
*
ODBC support for mod_muc
Evgeniy Khramtsov
2012-03-31
4
-54
/
+979
*
Update copyright dates
Alexey Shchepin
2012-02-23
4
-5
/
+5
*
Don't reveal invitee's resource when room informs invitor
Badlop
2011-12-08
1
-1
/
+1
*
Use the regexp frontend module (EJAB-921)
Badlop
2011-12-08
1
-12
/
+11
*
Fix instruction and error text
Evgeniy Khramtsov
2011-09-26
1
-4
/
+2
*
Change "muc#role" field type to "hidden"
Evgeniy Khramtsov
2011-09-26
1
-1
/
+2
*
Correct lists:keysearch output processing and fix dialyzer warning
Evgeniy Khramtsov
2011-09-26
1
-5
/
+9
*
Code cleanup
Evgeniy Khramtsov
2011-09-26
1
-43
/
+37
*
Use treap correctly
Maxim Ignatenko
2011-09-26
1
-15
/
+15
*
Apply patch from Evgeniy Khramtsov
Maxim Ignatenko
2011-09-26
1
-207
/
+206
*
Use treap for keeping last voice request timestamps
Maxim Ignatenko
2011-09-26
2
-5
/
+5
*
Fix voice request/approvement detection and extract_jid_from_voice_approvement/1
Maxim Ignatenko
2011-09-26
1
-14
/
+6
*
Fix typo
Maxim Ignatenko
2011-09-26
1
-1
/
+1
*
Fix patterns in check_voice_request_fields/2 and check_voice_approvement_fiel...
Maxim Ignatenko
2011-09-26
1
-6
/
+6
*
Use more pattern-matching
Maxim Ignatenko
2011-09-26
1
-25
/
+13
*
Remove try/catch
Maxim Ignatenko
2011-09-26
1
-24
/
+18
*
Use pattern matching in check_voice_request_fields/2 and check_voice_approvem...
Maxim Ignatenko
2011-09-26
1
-46
/
+30
*
Reverse arguments order for timer:now_diff/2
Maxim Ignatenko
2011-09-26
1
-1
/
+1
*
Fix return value inconsistency in last_voice_request_time/2
Maxim Ignatenko
2011-09-26
1
-1
/
+1
*
Use jlib:parse_xdata_submit/1 in is_voice_request/1 and is_voice_approvement/1
Maxim Ignatenko
2011-09-26
1
-80
/
+98
*
Use bare JID as key in state.last_voice_request_time
Maxim Ignatenko
2011-09-26
1
-21
/
+12
*
Use lists:foreach instead of lists:map in send_voice_request/2
Maxim Ignatenko
2011-09-26
1
-3
/
+2
*
Remove needless time conversions
Maxim Ignatenko
2011-09-26
1
-5
/
+1
*
Ignore any extra elements in voice approvement form submission
Maxim Ignatenko
2011-09-26
1
-2
/
+6
*
Add 2 room config options
Maxim Ignatenko
2011-09-26
2
-4
/
+28
*
Simple rate control
Maxim Ignatenko
2011-09-26
2
-10
/
+58
*
Voice approvement support
Maxim Ignatenko
2011-09-26
1
-1
/
+56
*
Implement basic voice request processing logic.
Maxim Ignatenko
2011-09-26
1
-1
/
+10
*
Implement voice approvement detection and remove some debug code
Maxim Ignatenko
2011-09-26
1
-3
/
+55
*
Fix form instructions
Maxim Ignatenko
2011-09-26
1
-1
/
+1
*
Use ejabberd_router:route/3 directly, instead of send_packet_to/3
Maxim Ignatenko
2011-09-26
1
-6
/
+5
[next]