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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support to update modules in R14B04 and higher
Badlop
2011-11-03
1
-2
/
+16
*
Get rid of useless mnesia transaction (EJAB-1502)
Evgeniy Khramtsov
2011-10-14
1
-13
/
+10
*
Set ejabberd version to 2.1.x
Badlop
2011-10-13
1
-1
/
+1
*
Update ejabberd version number to 2.1.9
v2.1.9
Badlop
2011-09-26
1
-1
/
+1
*
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
*
Use exception handling in is_invitation/1
Maxim Ignatenko
2011-09-26
1
-14
/
+13
*
Fix exception handling in is_voice_request/1
Maxim Ignatenko
2011-09-26
1
-2
/
+2
*
Implemented sending voice request and fixed some bugs
Maxim Ignatenko
2011-09-26
1
-5
/
+45
*
Add function for detecting voice requests
Maxim Ignatenko
2011-09-26
1
-0
/
+45
*
More correct dispatching of normal messages to conference room
Maxim Ignatenko
2011-09-26
1
-35
/
+59
*
Decrease CPU usage caused by tls:send with large data.
Janusz Dziemidowicz
2011-09-25
1
-13
/
+3
*
Fix mod_muc_log crash when first log entry is room being destroyed (EJAB-1499)
Badlop
2011-09-23
1
-1
/
+1
*
fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)
Christophe Romain
2011-09-22
1
-4
/
+1
*
ejabberdctl doesn't support parameters with blankspaces (EJAB-1458)
Badlop
2011-09-22
1
-10
/
+2
*
Fix Denial of Service when user sends malformed publish stanza (thanks to Ole...
Christophe Romain
2011-09-21
3
-27
/
+31
*
added svg mimetype to default content types (thanks to Markus Kohlhase)
Badlop
2011-09-20
1
-1
/
+2
*
Add support for @online@ to add_user_to_group
Badlop
2011-09-20
1
-6
/
+9
*
New option support: ldap_deref_aliases (EJAB-639)
Evgeniy Khramtsov
2011-09-19
5
-16
/
+63
*
Fix dialyzer warnings
Evgeniy Khramtsov
2011-09-17
1
-3
/
+3
*
Fix dialyzer warnings
Evgeniy Khramtsov
2011-09-15
1
-4
/
+8
*
No need to explicitly skip old useless tables, simply fix keep_tables
Badlop
2011-09-14
1
-5
/
+1
*
Fix previous commit
Evgeniy Khramtsov
2011-09-09
1
-1
/
+1
*
Avoid crash when performing admin action
Evgeniy Khramtsov
2011-09-09
1
-2
/
+2
*
Fixed support for multi-resource occupants (EJAB-305)
Badlop
2011-09-08
1
-13
/
+9
[next]