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
*
Add SQL support for mod_push
Evgeniy Khramtsov
2017-10-26
3
-45
/
+259
*
Don't forget to convert ljid() to jid()
Evgeniy Khramtsov
2017-10-26
1
-2
/
+2
*
Make it possible to convert to SQL for any current db_type
Evgeniy Khramtsov
2017-10-25
6
-41
/
+37
*
Allow dynamic node options on sql backends
Christophe Romain
2017-10-25
1
-1
/
+1
*
Get next record before deleting previous on, in case it's last one (#2069)
Badlop
2017-10-25
1
-2
/
+2
*
Cosmetic change, remove useless case
Christophe Romain
2017-10-25
1
-8
/
+2
*
Fix delete item from unregistered user (#2067)
Christophe Romain
2017-10-25
1
-7
/
+16
*
Fix another typo ;)
Evgeniy Khramtsov
2017-10-25
1
-1
/
+1
*
Fix typo
Evgeniy Khramtsov
2017-10-25
1
-1
/
+1
*
Mix _xmpp-server and _xmpps-server SRV records
Evgeniy Khramtsov
2017-10-25
1
-62
/
+76
*
Add basic PubSub meta-data support (#1421)
Christophe Romain
2017-10-25
2
-4
/
+15
*
Mention XEP-0368 support
Evgeniy Khramtsov
2017-10-25
1
-0
/
+1
*
Add missing fix from 07a193d4d, Fix purge_offline (#2057)
Christophe Romain
2017-10-24
1
-1
/
+1
*
Reflect changes in the xmpp lib
Evgeniy Khramtsov
2017-10-13
4
-15
/
+15
*
Send presence-unavailable when expulsing a participant
Evgeniy Khramtsov
2017-10-13
1
-2
/
+10
*
Don't crash when Host header is missing
Evgeniy Khramtsov
2017-10-11
1
-4
/
+9
*
Don't include CSS, javascript and image data directly in the code
Evgeniy Khramtsov
2017-10-09
5
-720
/
+111
*
Better handle mobile devices in CSS of mod_register_web
Evgeniy Khramtsov
2017-10-09
2
-11
/
+44
*
Resend presences and history if presence possesses <x/> MUC element
Evgeniy Khramtsov
2017-10-09
1
-6
/
+18
*
Don't crash when 'from' is undefined
Evgeniy Khramtsov
2017-10-06
1
-1
/
+4
*
More fix in mod_http_fileserver to log URLs with/out query elements (#2021)
Badlop
2017-10-06
1
-6
/
+8
*
Improve logging of mismatched Hosts
Evgeniy Khramtsov
2017-10-05
1
-2
/
+4
*
Log request in access.log even when Host doesn't match
Evgeniy Khramtsov
2017-10-05
1
-1
/
+3
*
Don't report Host mismatch as an error
Evgeniy Khramtsov
2017-10-05
1
-4
/
+4
*
Correctly handle mod_client_state (re)load
Evgeniy Khramtsov
2017-10-05
1
-7
/
+17
*
Accept routes in Host header and map them to vhosts
Evgeniy Khramtsov
2017-10-05
1
-13
/
+20
*
Fix crash in mod_http_fileserver when logging URL with query elements (#2021)
Badlop
2017-10-02
1
-2
/
+8
*
Fix race introduced by ffdaff374 on ejabberd_mnesia init
Christophe Romain
2017-09-28
1
-0
/
+2
*
Fix function clause introduced by c17ec50e3a
Evgeniy Khramtsov
2017-09-28
1
-3
/
+3
*
Don't forget to route presence-unavailable
Evgeniy Khramtsov
2017-09-28
1
-2
/
+10
*
Pubsub: implment '6.5.7 Requesting the Most Recent Items'
Christophe Romain
2017-09-27
1
-10
/
+6
*
Remove useless condition
Christophe Romain
2017-09-27
1
-2
/
+0
*
PubSub: add RSM support for mnesia backend
Christophe Romain
2017-09-27
1
-3
/
+67
*
PubSub: enforce controls on publish and delete
Christophe Romain
2017-09-27
2
-29
/
+57
*
Fix xref error
Christophe Romain
2017-09-27
1
-2
/
+5
*
Unbind unused variable
Christophe Romain
2017-09-27
1
-1
/
+1
*
Remove calls to deprecated functions
Christophe Romain
2017-09-27
1
-2
/
+2
*
PubSub: fix get_items behaviour with mnesia
Christophe Romain
2017-09-27
1
-3
/
+4
*
Merge branch 'master' of github.com:processone/ejabberd
Christophe Romain
2017-09-27
2
-27
/
+66
|
\
|
*
Add support for XEP-0368: SRV records for XMPP over TLS
Evgeniy Khramtsov
2017-09-27
1
-26
/
+65
|
*
Remove forgotten export_all
Evgeniy Khramtsov
2017-09-27
1
-1
/
+1
*
|
PubSub: add correct order when requesting all items
Christophe Romain
2017-09-27
1
-1
/
+2
|
/
*
PubSub: fix RSM support (#1994)(#2Â014)
Christophe Romain
2017-09-27
2
-104
/
+113
*
PubSub: fix node_options, default options only apply on first plugin
Christophe Romain
2017-09-27
1
-16
/
+8
*
mod_http_upload: Don't ignore 'custom_headers'
Holger Weiss
2017-09-26
1
-38
/
+55
*
Improve presence-error processing
Evgeniy Khramtsov
2017-09-26
1
-1
/
+6
*
Fix command set_last that always returned code 1, error (#2010)
Badlop
2017-09-25
1
-3
/
+9
*
Catch all p1_fsm errors
Evgeniy Khramtsov
2017-09-25
1
-3
/
+3
*
Use eimp instead of ImageMagick calls for thumbnails creation
Evgeniy Khramtsov
2017-09-25
3
-59
/
+70
*
mod_mam: Simplify check for anon MUC JID filtering
Holger Weiss
2017-09-24
1
-16
/
+5
[next]