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 newest copyright year to 2021 (#3464)
Badlop
2021-01-27
208
-209
/
+209
*
Add oauth_cache_rest_failure_life_time option
Paweł Chmielowski
2021-01-27
4
-15
/
+27
*
Add 'ejabberdctl foreground-quiet'
Paweł Chmielowski
2021-01-27
1
-3
/
+20
*
Don't fetch subscribers list in room_unused_*
Paweł Chmielowski
2021-01-26
2
-2
/
+25
*
Rename function arguments
Paweł Chmielowski
2021-01-25
1
-6
/
+6
*
Skip reading pep nodes that we know won't be requested due to caps
Paweł Chmielowski
2021-01-25
1
-27
/
+47
*
ejabberd_stun: Block loopback addresses by default
Holger Weiss
2021-01-22
1
-1
/
+1
*
Update 'stun' dependency
Holger Weiss
2021-01-22
1
-1
/
+1
*
Revert "mod_register language reworked"
Badlop
2021-01-22
1
-26
/
+26
*
Revert "ejabberd_oauth language reworked"
Badlop
2021-01-22
1
-9
/
+9
*
Revert "mod_roster language reworked"
Badlop
2021-01-22
1
-10
/
+10
*
mod_muc/mod_muc_room: add option limits for password and captcha_whitelist (#...
Jing Sun
2021-01-21
3
-5
/
+46
*
Validate affiliations in set_room_affiliation command
Paweł Chmielowski
2021-01-21
1
-1
/
+9
*
mod_roster language reworked
Allan Nordhøy
2021-01-16
1
-10
/
+10
*
ejabberd_oauth language reworked
Allan Nordhøy
2021-01-14
1
-9
/
+9
*
Don't include empty <subject/> in messages sent by send_message
Paweł Chmielowski
2021-01-13
1
-3
/
+8
*
Allow non-occupant non-subscribed service admin send private MUC message (#3474)
Badlop
2021-01-13
1
-2
/
+3
*
Uniformize terms create->register, delete->unregister (#3482)
Badlop
2021-01-13
1
-7
/
+7
*
Merge pull request #3482 from comradekingu/patch-1
badlop
2021-01-13
1
-27
/
+27
|
\
|
*
mod_register language reworked
Allan Nordhøy
2021-01-13
1
-27
/
+27
*
|
Fix handling of log_rotate_size: infinity
Paweł Chmielowski
2021-01-13
1
-1
/
+6
|
/
*
Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)
Badlop
2021-01-11
8
-28
/
+28
*
Don't use REPLACE for upsert when there are "-" fields.
Paweł Chmielowski
2021-01-11
1
-18
/
+28
*
Apply cosmetic changes from documentation
Badlop
2021-01-08
3
-3
/
+3
*
Make ext_mod compile module with debug_info flags
Paweł Chmielowski
2021-01-07
1
-1
/
+1
*
ejabberd_systemd: Fix comment
Holger Weiss
2021-01-06
1
-1
/
+1
*
Integrate nicely with systemd
Holger Weiss
2021-01-06
4
-22
/
+224
*
XEP-0033 (#3467)
Neustradamus
2021-01-05
1
-1
/
+1
*
Clarify documentation of log_rotate_size option (#3462)
Badlop
2021-01-04
1
-2
/
+3
*
Document ldap_userjidattr option
Paweł Chmielowski
2020-12-31
1
-0
/
+6
*
Add multi-domain support (and flexibility) to LDAP shared roster (rev2). (#3461)
ethoms
2020-12-31
2
-18
/
+48
*
JWT enhancement (#3460)
Pouriya
2020-12-28
1
-18
/
+37
*
Fix a pair of pubsub specs to please Dialyzer
Badlop
2020-12-18
1
-2
/
+2
*
Fix typo in case clause detected by Dialyzer
Badlop
2020-12-18
1
-1
/
+1
*
Update spec for get_room_pid
Paweł Chmielowski
2020-12-18
1
-1
/
+1
*
Old passwd scram tuples do not conform to current records definitions
Badlop
2020-12-18
1
-2
/
+2
*
Use better fallback value for room activity time when skipping room in decide...
Paweł Chmielowski
2020-12-17
1
-4
/
+4
*
Reword auth_scram_hash info (#3448)
Licaon_Kter
2020-12-15
1
-3
/
+3
*
Document auth_scram_hash option
20.12
Paweł Chmielowski
2020-12-15
1
-0
/
+7
*
Make anonymous auth not override sasl mechaninsm offered by other modules
Paweł Chmielowski
2020-12-14
1
-10
/
+15
*
Fix getting age of newly created rooms in rooms_unused_*
Paweł Chmielowski
2020-12-14
1
-1
/
+1
*
feat: add hook to check decoded JWT after success authentication (#3446)
Pouriya
2020-12-14
1
-4
/
+5
*
Improve auth_mnesia:transform
Paweł Chmielowski
2020-12-10
1
-2
/
+3
*
Improve handling of old scram data in auth_mnesia
Paweł Chmielowski
2020-12-10
1
-4
/
+17
*
Add hash to scramed password stored in mnesia by earlier version
Paweł Chmielowski
2020-12-08
1
-0
/
+3
*
Allow to use different hash for storing scram passwords
Paweł Chmielowski
2020-12-08
7
-56
/
+105
*
Normalize names passed to destroy_room
Paweł Chmielowski
2020-12-08
1
-8
/
+15
*
Merge pull request #3435 from fdie/fix_odbc_binary_errors
badlop
2020-12-04
1
-1
/
+1
|
\
|
*
also convert embedded errors to binary
Frank Diebolt
2020-12-03
1
-1
/
+1
*
|
Simplify updating disk room options in set_room_affiliation
Paweł Chmielowski
2020-12-04
2
-49
/
+9
[next]