aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update branch version name back to 2.1.xBadlop2009-12-171-1/+1
* Prepare 2.1.1 releaseBadlop2009-12-141-1/+1
* Print command's reply and newline only when there's something to print.Badlop2009-12-111-2/+6
* Added to ejabberdctl an experimental variable EJABBERD_BYPASS_WARNINGSBadlop2009-12-111-2/+10
* Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)Badlop2009-12-112-0/+23
* Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop2009-12-091-3/+8
* Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop2009-12-092-8/+15
* This is ejabberd 2.1.x branch, not 2.1.0 tag.Badlop2009-12-091-1/+1
* Apply a forgotten part of the original patch (EJAB-1119)Badlop2009-12-081-5/+4
* Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian Cully)(...Badlop2009-12-071-1/+7
* Fix bug that couldn't connect if starttls_required and zlib were set (EJAB-1118)Badlop2009-12-071-1/+0
* prevent sending duplicated last items if several resources online (EJAB-1116)Christophe Romain2009-12-063-38/+50
* Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)Badlop2009-12-042-2/+2
* Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)Badlop2009-12-044-19/+19
* Small relax the limitation in the mod_pubsub_odbc host option.Badlop2009-12-042-2/+2
* Fix warning of unused variableBadlop2009-12-031-1/+1
* Use os:getenv to get HOME; if variable is undefined use default values.Badlop2009-12-031-1/+7
* Use old regexp instead re in 2.x for pre-R12B-4 compatibility.Badlop2009-12-021-1/+1
* IQ sent to resource not connected, return service-unavailable instead of reci...Badlop2009-12-011-1/+1
* Forward IQ vCard queries of room occupants to bare JID, not full (EJAB-1045)Badlop2009-12-011-6/+52
* Don't handle internally an IQ vCard if destination is full JID (EJAB-1045)Badlop2009-12-011-1/+1
* Move get_group_name outside the loop (thanks to mikekaganski)Badlop2009-11-261-1/+2
* Generate main XML file also when exporting only a vhost (EJAB-1098)Badlop2009-11-231-9/+14
* Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)Badlop2009-11-232-10/+37
* Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop2009-11-231-11/+16
* Include IP address, time and module in IBR admin message (thanks to Tsukasa H...Badlop2009-11-171-4/+16
* fixes allow_host/2 on subdomains. added hook s2s_allow_host: the hook should ...Evgeniy Khramtsov2009-11-131-9/+25
* Fix EDoc errorsBadlop2009-11-063-3/+3
* Fix bug that forgot listener options when using R12 or older.Badlop2009-11-061-1/+1
* typo fix that breaks pepChristophe Romain2009-11-063-6/+6
* fix root node deletion matchChristophe Romain2009-11-053-4/+4
* Fix ProcessOne name in comments.Badlop2009-11-044-4/+4
* Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094)Badlop2009-11-043-39/+112
* Send authorization messages outside of get-pending transaction (thanks to Bri...Badlop2009-11-042-34/+33
* Send authorization messages outside of get-pending transaction (thanks to Bri...Badlop2009-11-041-8/+7
* Fix stringprep Bidi checking (thanks to Alexey Shchepin)(EJAB-1087)Badlop2009-11-011-1/+1
* minor bugfix, thanks to brian Cully (EJAB-1089)Christophe Romain2009-10-271-6/+12
* backport previous patch to pubsub odbcChristophe Romain2009-10-272-45/+53
* fix disco bugs, thanks to Brian Cully (EJAB-1088)Christophe Romain2009-10-271-7/+14
* Fix mistake that disallowed s2s_out connections when using Erlang R12 or older.Badlop2009-10-211-1/+0
* does not use slash as default separator in nodename (EJAB-667)Christophe Romain2009-10-2022-267/+423
* Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJA...Badlop2009-10-201-1/+1
* In default config, only local accounts can create rooms and pubsub nodes.Badlop2009-10-191-4/+7
* Provide send_timeout_close option in TCP only in R13B or higher (EJAB-926)Badlop2009-10-192-3/+10
* Support ejabberd_listener option 'backlog' to increase TCP backlog (thanks to...Badlop2009-10-191-0/+1
* Consistency, wording and spacing corrections for Polish messages (thanks to M...Badlop2009-10-192-152/+158
* Start mnesia as a permanent application (thanks to Brian Cully)(EJAB-1068)Badlop2009-10-191-1/+1
* Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064)Badlop2009-10-191-1/+1
* Support gen_tcp send timeout: Close the connection if the other end has disco...Mickaël Rémond2009-10-194-8/+31
* Fixed more gcc signedness warningsBadlop2009-10-131-2/+2