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
*
added cmds to list and destroy empty rooms by ejabberdctl
Christoph Scholz
2019-02-18
1
-20
/
+50
*
allow check if archive is empty for or user or room
Christoph Scholz
2019-02-18
3
-3
/
+46
*
option to prevent archive removal on room destroy
Christoph Scholz
2019-02-18
1
-4
/
+20
*
Don't perform roster push for non-local contacts in mod_shared_roster
Paweł Chmielowski
2019-02-18
1
-2
/
+7
*
mod_push: Improve notification error handling
Holger Weiss
2019-02-11
1
-8
/
+35
*
Once just_created isn't true, use it to keep room process creation (#2787)
Badlop
2019-02-11
2
-14
/
+12
*
Send mucsub subscriber notification events with from set to room jid
Paweł Chmielowski
2019-02-11
1
-1
/
+1
*
Add notice about rooms_unused_destroy using the room history (#2787)
Badlop
2019-02-06
1
-0
/
+4
*
Don't consider room's lack of history when history_size is zero (#2787)
Badlop
2019-02-06
1
-4
/
+7
*
Fix support to restart module with live options in WebAdmin
Badlop
2019-02-06
1
-1
/
+4
*
Handle versioning result when shared roster group has remote account (#2692)
Badlop
2019-02-06
1
-1
/
+2
*
Merge branch 'mod_ping_no_kill' of https://github.com/fdie/ejabberd into 3
Badlop
2019-02-01
2
-21
/
+26
|
\
|
*
catch badarg exceptions on invalid callback procs
Frank Diebolt
2019-01-31
1
-1
/
+5
|
*
! may raise exceptions on invalid proc
Frank Diebolt
2019-01-31
1
-1
/
+1
|
*
Revert "Apply shaping to websocket connections"
Frank Diebolt
2019-01-30
2
-52
/
+18
|
*
Apply shaping to websocket connections
Frank Diebolt
2019-01-30
2
-18
/
+52
|
*
Fix ping IQ reply/timeout processing ("mod_ping" regression since 17.x that m...
Frank Diebolt
2019-01-29
1
-20
/
+21
*
|
Fix argument name consistency
Christophe Romain
2019-01-31
1
-2
/
+2
*
|
Do not overwrite odbc config file (#2295)
Christophe Romain
2019-01-31
1
-3
/
+9
*
|
Produce better error for http_api request with extra parameters
Paweł Chmielowski
2019-01-30
1
-1
/
+4
*
|
Reject request http_api request that have malformed Authentication header
Paweł Chmielowski
2019-01-30
3
-24
/
+27
*
|
Require that both tag and module matched in from of api_permission
Paweł Chmielowski
2019-01-30
1
-1
/
+3
*
|
Allow specifying tag for listener for api_permission purposes
Paweł Chmielowski
2019-01-30
3
-14
/
+22
|
/
*
Rename two presence functions
AquarHEAD Lou
2019-01-27
1
-7
/
+7
*
Make last commit compile on R19
Paweł Chmielowski
2019-01-22
1
-1
/
+4
*
Make sure that room_destroyed is called even when some code throws in terminate
Paweł Chmielowski
2019-01-22
1
-30
/
+33
*
Fix crash when running reload_config and sql_pool_size option is used
Badlop
2019-01-21
1
-1
/
+1
*
Improve validation of configured language options
Evgeny Khramtsov
2019-01-19
2
-2
/
+2
*
Add os_mon to included_application, but start it in ej_system_monitor
Paweł Chmielowski
2019-01-16
2
-1
/
+3
*
Move some apps back to included_applications
Paweł Chmielowski
2019-01-16
3
-5
/
+14
*
Start ejabberd_mnesia before starting mnesia
Paweł Chmielowski
2019-01-15
1
-0
/
+1
*
Guard agains sm:get_user_info returning offline
Paweł Chmielowski
2019-01-15
1
-18
/
+30
*
Don't produce a crash on config reload when SQL is not configured
Evgeny Khramtsov
2019-01-12
1
-1
/
+4
*
Merge pull request #2748 from area-42/add_acl_for_mam_in_mod_muc
Christophe Romain
2019-01-10
3
-8
/
+27
|
\
|
*
add acl for mam in mod_muc
Christoph Scholz
2019-01-04
3
-8
/
+27
*
|
Start ejabberd_logger also when ejabberd:start() is not called
Paweł Chmielowski
2019-01-09
1
-0
/
+1
*
|
Use OTP application startup infrastructure for starting dependencies
Paweł Chmielowski
2019-01-09
3
-16
/
+3
*
|
Merge pull request #2680 from Iperity/fix-privacy-check-on-presence-probe
badlop
2019-01-09
1
-3
/
+4
|
\
\
|
*
|
Privacy lists: set from/to on packet *before* calling privacy_check_packet
Nathan Bruning
2018-11-10
1
-3
/
+4
*
|
|
Remove slash producing url /admin//additions.js
Christophe Romain
2019-01-09
1
-1
/
+1
*
|
|
Update copyright to 2019 (#2756)
Badlop
2019-01-08
221
-222
/
+222
*
|
|
mod_private: Hardcode item ID for PEP bookmarks
Holger Weiss
2019-01-08
1
-1
/
+1
*
|
|
mod_offline: make some database callbacks optional
Evgeny Khramtsov
2019-01-08
1
-2
/
+10
*
|
|
Fix decompressing of custom elements with custom namespace
Paweł Chmielowski
2019-01-07
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #2599 from gardenia/master
badlop
2019-01-04
1
-11
/
+17
|
\
\
|
*
|
remove some chatty SQL queries by pulling back all groups with opts and filte...
colm
2018-09-10
1
-11
/
+17
*
|
|
mod_mam: more checks for database failure
Evgeny Khramtsov
2019-01-02
1
-45
/
+64
*
|
|
Add no-store hint to CAPTCHA challenge stanzas (#2730)
Badlop
2018-12-26
1
-1
/
+2
*
|
|
mod_mam: Additional checks for database failures
Evgeny Khramtsov
2018-12-21
2
-51
/
+69
*
|
|
Handle Prosody storage attributes key, when, with (#2724)
Badlop
2018-12-21
1
-0
/
+5
[next]