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
*
Make webadmin redirect to page that end with /
Paweł Chmielowski
2020-03-26
2
-6
/
+21
*
Revert "Pass base path instead of level to support URL missing slash (#3177)"
Paweł Chmielowski
2020-03-26
1
-107
/
+124
*
Do not change to attribute of sent messages from bare to full jid
Paweł Chmielowski
2020-03-25
1
-1
/
+5
*
Fix unsubscribe command result, handle_sync_event result, and dialyzer
Badlop
2020-03-24
1
-2
/
+4
*
Make bounce_message_queue wait for 100ms for incoming messages
Paweł Chmielowski
2020-03-23
1
-1
/
+1
*
Make mod_muc_room:unsubscirbe handle that unsubscribe may stop room
Paweł Chmielowski
2020-03-23
1
-1
/
+4
*
Better handling of xml parse errors in send_stanza
Paweł Chmielowski
2020-03-23
1
-0
/
+3
*
Also add "escape '\'" to prepared statements in pgsqllike_escape
Paweł Chmielowski
2020-03-18
1
-1
/
+1
*
Add escape '\' to like expression in pgsql to fix problem cockroachdb
Paweł Chmielowski
2020-03-18
1
-1
/
+1
*
Fix type of computed field in node_flat sql query
Paweł Chmielowski
2020-03-18
1
-5
/
+4
*
Use correct type for seconds field in mod_last sql queries
Paweł Chmielowski
2020-03-18
1
-2
/
+4
*
Change conversion of boolean values for cockroachdb
Paweł Chmielowski
2020-03-18
1
-2
/
+2
*
Fix Dialyzer warning that jid can't be 'undefined'
Badlop
2020-03-18
1
-1
/
+1
*
Add cache to mod_shared_roster
Paweł Chmielowski
2020-03-17
3
-29
/
+237
*
Fix issue with family field on cockroachdb
Paweł Chmielowski
2020-03-17
1
-1
/
+5
*
Replace mod_shared_roster:X call with just X inside that module
Paweł Chmielowski
2020-03-16
1
-30
/
+34
*
Try to limit calls to groups_with_opts in mod_shared_roster
Paweł Chmielowski
2020-03-16
1
-18
/
+4
*
Pass base path instead of level to support URL missing slash (#3177)
Badlop
2020-03-11
1
-124
/
+107
*
fix command rooms_empty_destroy (#3183)
Paweł Chmielowski
2020-03-05
1
-1
/
+1
*
Add reload handler to ejabberd_auth_ldap
Paweł Chmielowski
2020-03-04
1
-1
/
+6
*
Use compilation flags used during build to compile modules in ext_mod
Paweł Chmielowski
2020-03-03
1
-1
/
+1
*
Fix list parameters in sql queries on pgsql
Paweł Chmielowski
2020-02-27
1
-6
/
+8
*
Allow mod_register_web to be accessed from now-served vhosts (#3173)
Badlop
2020-02-26
1
-22
/
+11
*
Fix handle of 'http' atom in Headers, problem introduced in 357e7e11
Badlop
2020-02-26
1
-2
/
+6
*
Support ssl connection on mysql
Paweł Chmielowski
2020-02-26
1
-2
/
+10
*
Make http heades passed in custom_headers override builtin headers
Paweł Chmielowski
2020-02-21
3
-14
/
+22
*
Merge pull request #3127 from area-42/allow_emojis_with_mssql
Mickaël Rémond
2020-02-20
1
-29
/
+64
|
\
|
*
allow storage of emojis in archive on mssql
Christoph Scholz
2019-12-27
1
-29
/
+64
*
|
Support ejabberd_auth_http's auth_opts (processone/ejabberd-contrib#284)
Badlop
2020-02-19
2
-0
/
+25
*
|
Do read piefxis file fully before starting processing included file
Paweł Chmielowski
2020-02-18
1
-8
/
+17
*
|
ejabberd_admin: Fix *_config command result format
Holger Weiss
2020-02-14
1
-2
/
+2
*
|
Make piefxis import properly decode scram passwords
Paweł Chmielowski
2020-02-11
1
-3
/
+3
*
|
Remove tweak introduced in 05c2995c for #1954 as it isn't needed anymore
Badlop
2020-02-07
1
-5
/
+7
*
|
Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility wi...
Alexey Shchepin
2020-02-04
6
-24
/
+56
*
|
Optimize sql queries in pubsub select_affiliation_subscriptions
Paweł Chmielowski
2020-01-31
1
-4
/
+17
*
|
Update copyright to 2020 (#3149)
Badlop
2020-01-28
207
-208
/
+208
*
|
mod_http_upload: Document correct put_url default
Holger Weiss
2020-01-27
1
-1
/
+1
*
|
Do not use ~ts format in string that are put in xmpp payload
Paweł Chmielowski
2020-01-22
11
-36
/
+36
*
|
mod_stream_mgmt: Don't crash on disabled ACK timer
Holger Weiss
2020-01-14
1
-5
/
+11
*
|
mod_carboncopy: Omit check for undefined 'from'
Holger Weiss
2020-01-13
1
-12
/
+4
*
|
mod_carboncopy: Don't process non-message stanzas
Holger Weiss
2020-01-13
1
-29
/
+30
*
|
mod_carboncopy: Also copy mediated MUC invitations
Holger Weiss
2020-01-13
1
-1
/
+6
*
|
mod_carboncopy: Improve is_carbon_copy() check
Holger Weiss
2020-01-12
1
-30
/
+17
*
|
mod_carboncopy: Support new copying rules
Holger Weiss
2020-01-12
1
-6
/
+18
*
|
mod_sip: Omit documentation when SIP is disabled
Holger Weiss
2020-01-11
1
-2
/
+4
*
|
mod_sip: Fix compilation without SIP support
Holger Weiss
2020-01-11
1
-1
/
+1
*
|
Generate ejabberd.yml.5 man page from source code directly
Evgeny Khramtsov
2020-01-08
62
-61
/
+4851
*
|
Omit push notifications if offline storage failed
Holger Weiss
2020-01-05
2
-29
/
+27
|
/
*
Fix case clause error regarding admin_generated password (#3122)
Badlop
2019-12-24
1
-1
/
+2
*
Add ability to hookup config transformer
Paweł Chmielowski
2019-12-16
1
-4
/
+10
[next]