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
*
Fix some type errors
Evgeniy Khramtsov
2013-11-05
1
-9
/
+6
*
Do not try to start STUN application during config checks
Evgeniy Khramtsov
2013-11-02
1
-1
/
+7
*
Avoid case clause crash when loading permanent rooms
Evgeniy Khramtsov
2013-10-23
1
-2
/
+2
*
Fix display ACLs in WebAdmin
Badlop
2013-10-01
1
-8
/
+8
*
Fix handling of format_status arguments (thanks to Nbaronov)
Badlop
2013-09-26
1
-1
/
+1
*
Fix bypass for tls-required (thanks to Zeha)
Badlop
2013-09-26
1
-1
/
+3
*
Fix roster version support
Evgeniy Khramtsov
2013-09-24
1
-1
/
+1
*
Better web-handlers detection
Evgeniy Khramtsov
2013-09-22
1
-5
/
+5
*
Merge branch 'master' of github.com:processone/ejabberd
Evgeniy Khramtsov
2013-09-19
1
-2
/
+2
|
\
|
*
Fix problem with decoding http headers over tls connections
Paweł Chmielowski
2013-09-16
1
-2
/
+2
*
|
Reflect modules name changes in p1_mysql
Evgeniy Khramtsov
2013-09-19
1
-9
/
+9
|
/
*
clean subscriptions handling and avoid function_clause
Christophe Romain
2013-08-27
3
-11
/
+6
*
fix build of Parents list in #pubsub_node
Christophe Romain
2013-08-27
1
-1
/
+5
*
fix call to get_session_pid with binary arguments
Christophe Romain
2013-08-27
2
-2
/
+2
*
Do not rely on p1_logger_h module when lager is enabled
Evgeniy Khramtsov
2013-08-27
1
-1
/
+10
*
Change configuration file format to YAML
Evgeniy Khramtsov
2013-08-21
48
-674
/
+1299
*
Do not try to read/write the deprecated "config" table
Evgeniy Khramtsov
2013-08-21
3
-17
/
+17
*
Do not distribute the ACL table
Evgeniy Khramtsov
2013-08-21
1
-7
/
+37
*
Get rid of global configuration options
Evgeniy Khramtsov
2013-08-21
1
-113
/
+43
*
Fix timestamp processing
Evgeniy Khramtsov
2013-07-23
1
-3
/
+7
*
Fix some type errors
Evgeniy Khramtsov
2013-07-22
2
-4
/
+4
*
Make it possible to import without cursor usage
Evgeniy Khramtsov
2013-07-22
1
-22
/
+38
*
Typo fix
Evgeniy Khramtsov
2013-07-22
1
-1
/
+1
*
Add SQL to Mnesia converter
Evgeniy Khramtsov
2013-07-21
16
-36
/
+510
*
Make it possible to enable/disable TLS compression
Evgeniy Khramtsov
2013-07-17
4
-5
/
+33
*
Do not forget to re-define the crash.log path
Evgeniy Khramtsov
2013-07-15
1
-0
/
+2
*
Allow room member to get members list using XEP
Badlop
2013-07-11
1
-1
/
+2
*
fix badmatch in send_loop (EJAB-1650)
Christophe Romain
2013-07-10
1
-1
/
+1
*
fix badmatch on remove_user on PEP nodes (EJAB-1649)
Christophe Romain
2013-07-09
2
-7
/
+5
*
fix invalid response on get_options when no options set (EJAB-1648)
Christophe Romain
2013-07-09
2
-28
/
+42
*
Apparently configure.erl is not needed anymore
Badlop
2013-07-08
1
-90
/
+0
*
gen_iq_handler:check_type was missing
Alexey Shchepin
2013-07-08
1
-1
/
+12
*
Improve the applications start-up
Evgeniy Khramtsov
2013-07-07
4
-135
/
+102
*
fix pubsub unsubscription without SubId on odbc
Christophe Romain
2013-07-04
1
-1
/
+1
*
improve pubsub odbc use of i2l
Christophe Romain
2013-07-04
2
-28
/
+27
*
ip_adresse() does not need binary representation in config
Christophe Romain
2013-06-28
1
-0
/
+3
*
Fix IDNA conversion
Evgeniy Khramtsov
2013-06-28
1
-4
/
+23
*
Store only messages with body or subject (EJABS-2034)
Badlop
2013-06-27
1
-2
/
+17
*
Avoid custom loglevels processing for lager
Evgeniy Khramtsov
2013-06-27
1
-2
/
+5
*
Logger improvements.
Evgeniy Khramtsov
2013-06-27
3
-70
/
+111
*
Fix external authentication
Evgeniy Khramtsov
2013-06-26
1
-13
/
+7
*
fix feature build on node disco#info
13.06
Christophe Romain
2013-06-25
2
-4
/
+4
*
Fix previous commit
Badlop
2013-06-25
1
-2
/
+2
*
Normalize HTTP path (thanks to Justin Kirby)
Badlop
2013-06-25
2
-5
/
+14
*
typo fix in spec
Christophe Romain
2013-06-24
1
-1
/
+1
*
fix missing binarization switch on pep nodes
Christophe Romain
2013-06-24
1
-4
/
+4
*
cosmetic change
Christophe Romain
2013-06-24
1
-2
/
+2
*
add missing list conversion
Christophe Romain
2013-06-24
1
-1
/
+1
*
decode_jid always gets binary(), encode_jid lets mod_pubsub handle conversion
Christophe Romain
2013-06-24
1
-10
/
+3
*
minor improvements and binary fix
Christophe Romain
2013-06-24
2
-17
/
+10
[next]