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 branch version name back to 2.1.x
Badlop
2009-12-17
1
-1
/
+1
*
Prepare 2.1.1 release
Badlop
2009-12-14
1
-1
/
+1
*
Print command's reply and newline only when there's something to print.
Badlop
2009-12-11
1
-2
/
+6
*
Added to ejabberdctl an experimental variable EJABBERD_BYPASS_WARNINGS
Badlop
2009-12-11
1
-2
/
+10
*
Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)
Badlop
2009-12-11
2
-0
/
+23
*
Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)
Badlop
2009-12-09
1
-3
/
+8
*
Call in WebAdmin the proper mod_last backend module (EJAB-1031)
Badlop
2009-12-09
2
-8
/
+15
*
This is ejabberd 2.1.x branch, not 2.1.0 tag.
Badlop
2009-12-09
1
-1
/
+1
*
Apply a forgotten part of the original patch (EJAB-1119)
Badlop
2009-12-08
1
-5
/
+4
*
Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian Cully)(...
Badlop
2009-12-07
1
-1
/
+7
*
Fix bug that couldn't connect if starttls_required and zlib were set (EJAB-1118)
Badlop
2009-12-07
1
-1
/
+0
*
prevent sending duplicated last items if several resources online (EJAB-1116)
Christophe Romain
2009-12-06
3
-38
/
+50
*
Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)
Badlop
2009-12-04
2
-2
/
+2
*
Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)
Badlop
2009-12-04
4
-19
/
+19
*
Small relax the limitation in the mod_pubsub_odbc host option.
Badlop
2009-12-04
2
-2
/
+2
*
Fix warning of unused variable
Badlop
2009-12-03
1
-1
/
+1
*
Use os:getenv to get HOME; if variable is undefined use default values.
Badlop
2009-12-03
1
-1
/
+7
*
Use old regexp instead re in 2.x for pre-R12B-4 compatibility.
Badlop
2009-12-02
1
-1
/
+1
*
IQ sent to resource not connected, return service-unavailable instead of reci...
Badlop
2009-12-01
1
-1
/
+1
*
Forward IQ vCard queries of room occupants to bare JID, not full (EJAB-1045)
Badlop
2009-12-01
1
-6
/
+52
*
Don't handle internally an IQ vCard if destination is full JID (EJAB-1045)
Badlop
2009-12-01
1
-1
/
+1
*
Move get_group_name outside the loop (thanks to mikekaganski)
Badlop
2009-11-26
1
-1
/
+2
*
Generate main XML file also when exporting only a vhost (EJAB-1098)
Badlop
2009-11-23
1
-9
/
+14
*
Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)
Badlop
2009-11-23
2
-10
/
+37
*
Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)
Badlop
2009-11-23
1
-11
/
+16
*
Include IP address, time and module in IBR admin message (thanks to Tsukasa H...
Badlop
2009-11-17
1
-4
/
+16
*
fixes allow_host/2 on subdomains. added hook s2s_allow_host: the hook should ...
Evgeniy Khramtsov
2009-11-13
1
-9
/
+25
*
Fix EDoc errors
Badlop
2009-11-06
3
-3
/
+3
*
Fix bug that forgot listener options when using R12 or older.
Badlop
2009-11-06
1
-1
/
+1
*
typo fix that breaks pep
Christophe Romain
2009-11-06
3
-6
/
+6
*
fix root node deletion match
Christophe Romain
2009-11-05
3
-4
/
+4
*
Fix ProcessOne name in comments.
Badlop
2009-11-04
4
-4
/
+4
*
Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094)
Badlop
2009-11-04
3
-39
/
+112
*
Send authorization messages outside of get-pending transaction (thanks to Bri...
Badlop
2009-11-04
2
-34
/
+33
*
Send authorization messages outside of get-pending transaction (thanks to Bri...
Badlop
2009-11-04
1
-8
/
+7
*
Fix stringprep Bidi checking (thanks to Alexey Shchepin)(EJAB-1087)
Badlop
2009-11-01
1
-1
/
+1
*
minor bugfix, thanks to brian Cully (EJAB-1089)
Christophe Romain
2009-10-27
1
-6
/
+12
*
backport previous patch to pubsub odbc
Christophe Romain
2009-10-27
2
-45
/
+53
*
fix disco bugs, thanks to Brian Cully (EJAB-1088)
Christophe Romain
2009-10-27
1
-7
/
+14
*
Fix mistake that disallowed s2s_out connections when using Erlang R12 or older.
Badlop
2009-10-21
1
-1
/
+0
*
does not use slash as default separator in nodename (EJAB-667)
Christophe Romain
2009-10-20
22
-267
/
+423
*
Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJA...
Badlop
2009-10-20
1
-1
/
+1
*
In default config, only local accounts can create rooms and pubsub nodes.
Badlop
2009-10-19
1
-4
/
+7
*
Provide send_timeout_close option in TCP only in R13B or higher (EJAB-926)
Badlop
2009-10-19
2
-3
/
+10
*
Support ejabberd_listener option 'backlog' to increase TCP backlog (thanks to...
Badlop
2009-10-19
1
-0
/
+1
*
Consistency, wording and spacing corrections for Polish messages (thanks to M...
Badlop
2009-10-19
2
-152
/
+158
*
Start mnesia as a permanent application (thanks to Brian Cully)(EJAB-1068)
Badlop
2009-10-19
1
-1
/
+1
*
Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064)
Badlop
2009-10-19
1
-1
/
+1
*
Support gen_tcp send timeout: Close the connection if the other end has disco...
Mickaël Rémond
2009-10-19
4
-8
/
+31
*
Fixed more gcc signedness warnings
Badlop
2009-10-13
1
-2
/
+2
[prev]
[next]