aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-29Fix warning about unused variableBadlop1-1/+1
SVN Revision: 2846
2009-12-29If problem in config file starting ejabberd: display config lines and stop ↵Badlop1-8/+57
node (EJAB-1148) SVN Revision: 2844
2009-12-29Add +export_all to EFLAGS if: make debug=true (thanks to Marcin ↵Badlop13-13/+13
Owsiany)(EJAB-1134) SVN Revision: 2842
2009-12-29Support also SASL PLAIN auth messages described in RFC4616 (EJAB-1132)Badlop1-2/+27
SVN Revision: 2839
2009-12-29Disable code of recent commit because some clients can't handle it (EJAB-1058)Badlop1-11/+11
SVN Revision: 2838
2009-12-29Write in room log when a room is created, destroyed, started, stopped ↵Badlop2-1/+21
(EJAB-1144) SVN Revision: 2836
2009-12-28Send features after negotiating binding and session (EJAB-1058)Badlop1-0/+11
SVN Revision: 2834
2009-12-28Provide more detailed log message when s2s stream start fails.Badlop1-3/+4
SVN Revision: 2831
2009-12-28Support for arguments in ejabberdctl that are empty strings.Badlop1-9/+10
SVN Revision: 2827
2009-12-23Fix error message when register is forbidden by ACL (EJAB-803)Badlop1-1/+1
SVN Revision: 2823
2009-12-23Improved Polish translation (thanks to Janusz B. Wiśniewski and Zbigniew ↵Badlop2-245/+246
Żółkiewski)(EJAB-1138) SVN Revision: 2822
2009-12-23Recompile all translation filesBadlop25-4852/+4970
SVN Revision: 2821
2009-12-21pep_mapping not working due to Node type mismatch (EJAB-1135)Badlop2-2/+2
SVN Revision: 2815
2009-12-21Fix EDoc commentBadlop1-2/+1
SVN Revision: 2814
2009-12-19Fix get_group_opt to return Default value in case of Mnesia error.Badlop1-1/+3
SVN Revision: 2811
2009-12-17Update branch version name back to 2.1.xBadlop1-1/+1
SVN Revision: 2810
2009-12-14Prepare 2.1.1 releaseBadlop1-1/+1
SVN Revision: 2808
2009-12-11Print command's reply and newline only when there's something to print.Badlop1-2/+6
SVN Revision: 2806
2009-12-11Added to ejabberdctl an experimental variable EJABBERD_BYPASS_WARNINGSBadlop1-2/+10
SVN Revision: 2804
2009-12-11Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)Badlop2-0/+23
SVN Revision: 2802
2009-12-09Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop1-3/+8
SVN Revision: 2799
2009-12-09Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop2-8/+15
SVN Revision: 2798
2009-12-09This is ejabberd 2.1.x branch, not 2.1.0 tag.Badlop1-1/+1
SVN Revision: 2796
2009-12-08Apply a forgotten part of the original patch (EJAB-1119)Badlop1-5/+4
SVN Revision: 2792
2009-12-07Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian ↵Badlop1-1/+7
Cully)(EJAB-1119) SVN Revision: 2790
2009-12-07Fix bug that couldn't connect if starttls_required and zlib were set (EJAB-1118)Badlop1-1/+0
SVN Revision: 2789
2009-12-06prevent sending duplicated last items if several resources online (EJAB-1116)Christophe Romain3-38/+50
SVN Revision: 2786
2009-12-04Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)Badlop2-2/+2
SVN Revision: 2784
2009-12-04Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)Badlop4-19/+19
SVN Revision: 2782
2009-12-04Small relax the limitation in the mod_pubsub_odbc host option.Badlop2-2/+2
SVN Revision: 2781
2009-12-03Fix warning of unused variableBadlop1-1/+1
SVN Revision: 2776
2009-12-03Use os:getenv to get HOME; if variable is undefined use default values.Badlop1-1/+7
SVN Revision: 2773
2009-12-02Use old regexp instead re in 2.x for pre-R12B-4 compatibility.Badlop1-1/+1
SVN Revision: 2771
2009-12-01IQ sent to resource not connected, return service-unavailable instead of ↵Badlop1-1/+1
recipient-unavailable (EJAB-1045) SVN Revision: 2768
2009-12-01Forward IQ vCard queries of room occupants to bare JID, not full (EJAB-1045)Badlop1-6/+52
SVN Revision: 2767
2009-12-01Don't handle internally an IQ vCard if destination is full JID (EJAB-1045)Badlop1-1/+1
SVN Revision: 2766
2009-11-26Move get_group_name outside the loop (thanks to mikekaganski)Badlop1-1/+2
SVN Revision: 2762
2009-11-23Generate main XML file also when exporting only a vhost (EJAB-1098)Badlop1-9/+14
SVN Revision: 2753
2009-11-23Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)Badlop2-10/+37
SVN Revision: 2751
2009-11-23Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop1-11/+16
SVN Revision: 2747
2009-11-17Include IP address, time and module in IBR admin message (thanks to Tsukasa ↵Badlop1-4/+16
Hamano) SVN Revision: 2744
2009-11-13fixes allow_host/2 on subdomains. added hook s2s_allow_host: the hook should ↵Evgeniy Khramtsov1-9/+25
return deny or allow SVN Revision: 2738
2009-11-06Fix EDoc errorsBadlop3-3/+3
SVN Revision: 2735
2009-11-06Fix bug that forgot listener options when using R12 or older.Badlop1-1/+1
SVN Revision: 2734
2009-11-06typo fix that breaks pepChristophe Romain3-6/+6
SVN Revision: 2731
2009-11-05fix root node deletion matchChristophe Romain3-4/+4
SVN Revision: 2729
2009-11-04Fix ProcessOne name in comments.Badlop4-4/+4
SVN Revision: 2724
2009-11-04Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094)Badlop3-39/+112
SVN Revision: 2722
2009-11-04Send authorization messages outside of get-pending transaction (thanks to ↵Badlop2-34/+33
Brian Cully)(EJAB-1090) SVN Revision: 2721
2009-11-04Send authorization messages outside of get-pending transaction (thanks to ↵Badlop1-8/+7
Brian Cully)(EJAB-1090) SVN Revision: 2719