aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide more detailed log message when s2s stream start fails.Badlop2009-12-281-3/+4
| | | | SVN Revision: 2831
* Support for arguments in ejabberdctl that are empty strings.Badlop2009-12-281-9/+10
| | | | SVN Revision: 2827
* Fix error message when register is forbidden by ACL (EJAB-803)Badlop2009-12-231-1/+1
| | | | SVN Revision: 2823
* Improved Polish translation (thanks to Janusz B. Wiśniewski and Zbigniew ↵Badlop2009-12-232-245/+246
| | | | | | Żółkiewski)(EJAB-1138) SVN Revision: 2822
* Recompile all translation filesBadlop2009-12-2325-4852/+4970
| | | | SVN Revision: 2821
* pep_mapping not working due to Node type mismatch (EJAB-1135)Badlop2009-12-212-2/+2
| | | | SVN Revision: 2815
* Fix EDoc commentBadlop2009-12-211-2/+1
| | | | SVN Revision: 2814
* Fix get_group_opt to return Default value in case of Mnesia error.Badlop2009-12-191-1/+3
| | | | SVN Revision: 2811
* Update branch version name back to 2.1.xBadlop2009-12-171-1/+1
| | | | SVN Revision: 2810
* Prepare 2.1.1 releaseBadlop2009-12-141-1/+1
| | | | SVN Revision: 2808
* Print command's reply and newline only when there's something to print.Badlop2009-12-111-2/+6
| | | | SVN Revision: 2806
* Added to ejabberdctl an experimental variable EJABBERD_BYPASS_WARNINGSBadlop2009-12-111-2/+10
| | | | SVN Revision: 2804
* Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)Badlop2009-12-112-0/+23
| | | | SVN Revision: 2802
* Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop2009-12-091-3/+8
| | | | SVN Revision: 2799
* Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop2009-12-092-8/+15
| | | | SVN Revision: 2798
* This is ejabberd 2.1.x branch, not 2.1.0 tag.Badlop2009-12-091-1/+1
| | | | SVN Revision: 2796
* Apply a forgotten part of the original patch (EJAB-1119)Badlop2009-12-081-5/+4
| | | | SVN Revision: 2792
* Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian ↵Badlop2009-12-071-1/+7
| | | | | | Cully)(EJAB-1119) SVN Revision: 2790
* Fix bug that couldn't connect if starttls_required and zlib were set (EJAB-1118)Badlop2009-12-071-1/+0
| | | | SVN Revision: 2789
* prevent sending duplicated last items if several resources online (EJAB-1116)Christophe Romain2009-12-063-38/+50
| | | | SVN Revision: 2786
* Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)Badlop2009-12-042-2/+2
| | | | SVN Revision: 2784
* Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)Badlop2009-12-044-19/+19
| | | | SVN Revision: 2782
* Small relax the limitation in the mod_pubsub_odbc host option.Badlop2009-12-042-2/+2
| | | | SVN Revision: 2781
* Fix warning of unused variableBadlop2009-12-031-1/+1
| | | | SVN Revision: 2776
* Use os:getenv to get HOME; if variable is undefined use default values.Badlop2009-12-031-1/+7
| | | | SVN Revision: 2773
* Use old regexp instead re in 2.x for pre-R12B-4 compatibility.Badlop2009-12-021-1/+1
| | | | SVN Revision: 2771
* IQ sent to resource not connected, return service-unavailable instead of ↵Badlop2009-12-011-1/+1
| | | | | | recipient-unavailable (EJAB-1045) SVN Revision: 2768
* Forward IQ vCard queries of room occupants to bare JID, not full (EJAB-1045)Badlop2009-12-011-6/+52
| | | | SVN Revision: 2767
* Don't handle internally an IQ vCard if destination is full JID (EJAB-1045)Badlop2009-12-011-1/+1
| | | | SVN Revision: 2766
* Move get_group_name outside the loop (thanks to mikekaganski)Badlop2009-11-261-1/+2
| | | | SVN Revision: 2762
* Generate main XML file also when exporting only a vhost (EJAB-1098)Badlop2009-11-231-9/+14
| | | | SVN Revision: 2753
* Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)Badlop2009-11-232-10/+37
| | | | SVN Revision: 2751
* Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop2009-11-231-11/+16
| | | | SVN Revision: 2747
* Include IP address, time and module in IBR admin message (thanks to Tsukasa ↵Badlop2009-11-171-4/+16
| | | | | | Hamano) SVN Revision: 2744
* fixes allow_host/2 on subdomains. added hook s2s_allow_host: the hook should ↵Evgeniy Khramtsov2009-11-131-9/+25
| | | | | | return deny or allow SVN Revision: 2738
* Fix EDoc errorsBadlop2009-11-063-3/+3
| | | | SVN Revision: 2735
* Fix bug that forgot listener options when using R12 or older.Badlop2009-11-061-1/+1
| | | | SVN Revision: 2734
* typo fix that breaks pepChristophe Romain2009-11-063-6/+6
| | | | SVN Revision: 2731
* fix root node deletion matchChristophe Romain2009-11-053-4/+4
| | | | SVN Revision: 2729
* Fix ProcessOne name in comments.Badlop2009-11-044-4/+4
| | | | SVN Revision: 2724
* Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094)Badlop2009-11-043-39/+112
| | | | SVN Revision: 2722
* Send authorization messages outside of get-pending transaction (thanks to ↵Badlop2009-11-042-34/+33
| | | | | | Brian Cully)(EJAB-1090) SVN Revision: 2721
* Send authorization messages outside of get-pending transaction (thanks to ↵Badlop2009-11-041-8/+7
| | | | | | Brian Cully)(EJAB-1090) SVN Revision: 2719
* Fix stringprep Bidi checking (thanks to Alexey Shchepin)(EJAB-1087)Badlop2009-11-011-1/+1
| | | | SVN Revision: 2717
* minor bugfix, thanks to brian Cully (EJAB-1089)Christophe Romain2009-10-271-6/+12
| | | | SVN Revision: 2713
* backport previous patch to pubsub odbcChristophe Romain2009-10-272-45/+53
| | | | SVN Revision: 2711
* fix disco bugs, thanks to Brian Cully (EJAB-1088)Christophe Romain2009-10-271-7/+14
| | | | SVN Revision: 2710
* Fix mistake that disallowed s2s_out connections when using Erlang R12 or older.Badlop2009-10-211-1/+0
| | | | SVN Revision: 2694
* does not use slash as default separator in nodename (EJAB-667)Christophe Romain2009-10-2022-267/+423
| | | | SVN Revision: 2687
* Body tag not properly closed in HTTP-Bind (thanks to Janusz ↵Badlop2009-10-201-1/+1
| | | | | | Dziemidowicz)(EJAB-1075) SVN Revision: 2685