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
*
Update several commands for recent ejabberd_commands changes
Alexey Shchepin
2015-09-28
4
-2
/
+21
*
Add oauth_access option
Alexey Shchepin
2015-09-25
1
-5
/
+22
*
Strip Nick element in message stanzas sent to a room (#686)
Badlop
2015-09-25
1
-1
/
+2
*
Add OAuth support (thanks to Aleksey)
Christophe Romain
2015-09-25
9
-64
/
+1188
*
Fix regression introduced when code was binarized (EJAB-641)
Badlop
2015-09-24
1
-1
/
+3
*
Log TLS errors as [debug] messages only
Holger Weiss
2015-09-24
1
-1
/
+1
*
Add <stanza-id/> (XEP-0359) to archived messages
Evgeniy Khramtsov
2015-09-22
1
-6
/
+20
*
Nameprep host name passed to http-bind before using in (EJAB-1658)
Paweł Chmielowski
2015-09-22
1
-2
/
+3
*
Improve external module configuration management (EJAB-1746)
Christophe Romain
2015-09-22
2
-3
/
+10
*
Add MAM (XEP-0313) v0.4 support
Evgeniy Khramtsov
2015-09-22
1
-4
/
+9
*
Add set_loglevel command (EJABS-2524)
Jerome Sautret
2015-09-21
2
-2
/
+17
*
Merge branch 'master' of github.com:processone/ejabberd
Christophe Romain
2015-09-18
3
-3
/
+15
|
\
|
*
Guard against passing undefined C2SPid to xml parser before become_controller...
Paweł Chmielowski
2015-09-17
1
-3
/
+13
|
*
Let BOSH/WebSocket support "max_resume_timeout"
Holger Weiss
2015-09-17
2
-0
/
+2
*
|
Remove unused functions from old get_items api
Christophe Romain
2015-09-17
2
-29
/
+16
|
/
*
Comment unused type, unused term
Quan Zhuo
2015-09-16
3
-4
/
+4
*
Properly handle define_macros in merged config files
Paweł Chmielowski
2015-09-16
1
-8
/
+8
*
XEP-0198: Improve handling of non-message stanzas
Holger Weiss
2015-09-15
1
-2
/
+8
*
Simplify MSSQL configuration
Evgeniy Khramtsov
2015-09-13
4
-1
/
+108
*
Fix MSSQL support
Evgeniy Khramtsov
2015-09-13
2
-349
/
+19
*
ext_mod must be started before ejabberd_config
Christophe Romain
2015-09-11
1
-9
/
+4
*
Include ext_mod modules when checking accepted options (ejabberd-contrib#116)
Badlop
2015-09-10
2
-2
/
+3
*
Pass stream management options defined in http listener to http-bind and webs...
Paweł Chmielowski
2015-09-04
4
-17
/
+32
*
New XEP-0198 option: "max_resume_timeout"
Holger Weiss
2015-09-03
1
-3
/
+10
*
Use hide_sensitive_log_data in eldap.erl
Badlop
2015-09-03
1
-2
/
+2
*
Rename idna.erl to ejabberd_idna.erl (#702)
Evgeniy Khramtsov
2015-09-02
3
-5
/
+5
*
Add verification of hide_sensitive_log_data global option
Badlop
2015-09-02
1
-1
/
+3
*
Remove unused function now_to_iso/1
Evgeniy Khramtsov
2015-09-02
1
-5
/
+0
*
Do not forget to set from/to when fetching from MUC history
Evgeniy Khramtsov
2015-09-01
1
-3
/
+1
*
Fix problem with merging same port, different ip listeners in config files
Paweł Chmielowski
2015-09-01
1
-4
/
+2
*
Fetch MUC MAM messages from room history directly if it's not enabled in room...
Evgeniy Khramtsov
2015-09-01
1
-5
/
+64
*
get_room_options will not crash in case of query for a non-existent room
oxpa
2015-08-28
1
-2
/
+4
*
Always include RSM in final message
Evgeniy Khramtsov
2015-08-24
1
-6
/
+2
*
Remove MAM archives on MUC room destroy
Evgeniy Khramtsov
2015-08-24
2
-3
/
+23
*
More eye-candy mod_http_bind help page (thanks to Marek Foss)
Badlop
2015-08-21
1
-32
/
+127
*
Improve S2S certificate checks
Evgeniy Khramtsov
2015-08-20
1
-1
/
+3
*
Fix case clause during S2S certificate checks
Evgeniy Khramtsov
2015-08-19
1
-1
/
+1
*
Change namespace from muc#admin to muc#user
Evgeniy Khramtsov
2015-08-19
1
-1
/
+1
*
Don't overwrite listeners for different transports in config merging
Paweł Chmielowski
2015-08-19
1
-1
/
+4
*
Catch errors when calling inet:peername in ejabberd_http
Paweł Chmielowski
2015-08-17
1
-2
/
+10
*
Prettify copyright links (thanks to GreenLunar)(#692)
Badlop
2015-08-13
1
-1
/
+6
*
Store and retrieve "mam" value in room configuration
Badlop
2015-08-12
1
-0
/
+1
*
Fix and document create_rooms_file and destroy_
Badlop
2015-08-12
1
-1
/
+3
*
Changed API of some mod_muc_admin command arguments
Badlop
2015-08-12
1
-10
/
+10
*
Room response to disco#info node muc#traffic should be an error (EJAB-741)
Badlop
2015-08-12
1
-2
/
+5
*
Add support for MUC MAM
Evgeniy Khramtsov
2015-08-08
3
-147
/
+238
*
Handle merging of append_host_config as is done for host_config
Paweł Chmielowski
2015-08-06
1
-3
/
+3
*
Add ability to override main config file options with data from included files
Paweł Chmielowski
2015-08-06
1
-19
/
+41
*
Remove obsolete pubsub migration command
Christophe Romain
2015-08-06
1
-5
/
+0
*
typo
Matthias Rieber
2015-08-06
1
-1
/
+1
[next]