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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-27
Fix xref error
Christophe Romain
1
-2
/
+5
2017-09-27
Unbind unused variable
Christophe Romain
1
-1
/
+1
2017-09-27
Remove calls to deprecated functions
Christophe Romain
1
-2
/
+2
2017-09-27
PubSub: fix get_items behaviour with mnesia
Christophe Romain
1
-3
/
+4
2017-09-27
PubSub: add correct order when requesting all items
Christophe Romain
1
-1
/
+2
2017-09-27
Add support for XEP-0368: SRV records for XMPP over TLS
Evgeniy Khramtsov
1
-26
/
+65
2017-09-27
Remove forgotten export_all
Evgeniy Khramtsov
1
-1
/
+1
2017-09-27
PubSub: fix RSM support (#1994)(#2Â014)
Christophe Romain
2
-104
/
+113
2017-09-27
PubSub: fix node_options, default options only apply on first plugin
Christophe Romain
1
-16
/
+8
2017-09-26
mod_http_upload: Don't ignore 'custom_headers'
Holger Weiss
1
-38
/
+55
2017-09-26
Improve presence-error processing
Evgeniy Khramtsov
1
-1
/
+6
2017-09-25
Fix command set_last that always returned code 1, error (#2010)
Badlop
1
-3
/
+9
2017-09-25
Catch all p1_fsm errors
Evgeniy Khramtsov
1
-3
/
+3
2017-09-25
Use eimp instead of ImageMagick calls for thumbnails creation
Evgeniy Khramtsov
3
-59
/
+70
2017-09-24
mod_mam: Simplify check for anon MUC JID filtering
Holger Weiss
1
-16
/
+5
2017-09-24
Reuse some translation strings
Evgeniy Khramtsov
13
-26
/
+26
2017-09-24
Replace translate:mark/1 with ?T() macro
Evgeniy Khramtsov
4
-76
/
+75
2017-09-24
mod_mam: Refuse filtering anon MUC queries by JID
Holger Weiss
1
-2
/
+25
2017-09-24
Add script to extract translation strings
Evgeniy Khramtsov
7
-121
/
+124
2017-09-22
mod_push_mnesia: Fix typo in error message
Holger Weiss
1
-1
/
+1
2017-09-18
Also replace vcard-x-update in direct presences
Evgeniy Khramtsov
1
-1
/
+17
2017-09-18
PubSub: broadcast updated configuration (#1945)
Christophe Romain
1
-4
/
+3
2017-09-18
Add 'width' and 'height' to avatar info
Evgeniy Khramtsov
1
-0
/
+9
2017-09-17
Add GIF support
Evgeniy Khramtsov
1
-3
/
+14
2017-09-17
Introduce mod_avatar
Evgeniy Khramtsov
5
-45
/
+510
2017-09-11
mod_push_keepalive: Remove unused 'db_type' option
Holger Weiss
1
-1
/
+1
2017-09-08
Introduce option 'allow_transports'
Evgeniy Khramtsov
1
-10
/
+39
2017-09-07
Simple optimization in get_room_occupants_number command (#1964)
Badlop
1
-1
/
+7
2017-09-07
Really delete cache on set_data()
Evgeniy Khramtsov
1
-1
/
+1
2017-09-07
Always accept messages from local (sub)domains
Evgeniy Khramtsov
1
-1
/
+1
2017-09-07
Fix a typo and improve logging message
Evgeniy Khramtsov
1
-4
/
+4
2017-09-02
Block messages from strangers before mod_mam/mod_offline processing
Evgeniy Khramtsov
1
-18
/
+36
2017-09-02
Deprecate `s2s_use_starttls: required_trusted`
Evgeniy Khramtsov
1
-1
/
+7
2017-09-01
Introduce 'redirect_url' option for mod_register
Evgeniy Khramtsov
1
-2
/
+11
2017-08-25
Fix deletion of multiple offline messages using WebAdmin (#1962)
Badlop
1
-12
/
+15
2017-08-25
Fix a typo
Evgeniy Khramtsov
1
-1
/
+1
2017-08-24
Add forgotten caching options to the validator (thanks to Jan Pinkas)
Evgeniy Khramtsov
2
-2
/
+18
2017-08-24
Rewrite muc_register_nick and muc_unregister_nick to be DB independent (#1954)
Badlop
2
-31
/
+17
2017-08-23
Explicitly match against <domain/resource>
Evgeniy Khramtsov
1
-19
/
+23
2017-08-21
When creating room, set option to ensure config is set in muc_room table (#1954)
Badlop
1
-1
/
+2
2017-08-21
Fix crash when destroying room without providing reason (#1954)
Badlop
1
-1
/
+1
2017-08-18
Apply cosmetic changes to previous commit
Holger Weiss
2
-3
/
+2
2017-08-18
Suppress push notifications for online clients
Holger Weiss
2
-2
/
+4
2017-08-18
Fix mod_multicast start and reading of configured limits (#1949)
Badlop
1
-6
/
+8
2017-08-18
Preserve correct order of deserialized XML elements
Evgeniy Khramtsov
1
-2
/
+2
2017-08-17
Get rid of deprecated crypto functions
Evgeniy Khramtsov
3
-2
/
+17
2017-08-17
mod_stream_mgmt: Delete 'c2s_init' hook
Holger Weiss
1
-1
/
+6
2017-08-17
mod_stream_mgmt: Remove outdated TODO comment
Holger Weiss
1
-2
/
+0
2017-08-17
Don't attempt to access(2) a certificate file
Evgeniy Khramtsov
2
-17
/
+8
2017-08-14
Revert "Temporary remove recent last_item refactor"
Christophe Romain
1
-234
/
+178
[next]