aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-25Fix documentation installation, no need for executable permission (thanks to ↵Badlop1-3/+3
Peter)(EJAB-1170) SVN Revision: 2926
2010-01-25Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)Badlop1-1/+1
SVN Revision: 2925
2010-01-25Support in ejabberdctl help command names with old - characters.Badlop1-2/+3
SVN Revision: 2924
2010-01-18Revert version number from 2.1.2 tag to 2.1.x branchBadlop1-1/+1
SVN Revision: 2916
2010-01-18Update version number to 2.1.2Badlop1-1/+1
SVN Revision: 2914
2010-01-17Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165)Badlop1-8/+6
SVN Revision: 2911
2010-01-16Fix OTP version detection to work with old supported R10 and R11Badlop2-8/+12
SVN Revision: 2906
2010-01-15Improve functions calls when closing client connection.Badlop1-11/+9
SVN Revision: 2904
2010-01-14improve delete_subscriptions codeChristophe Romain1-15/+12
SVN Revision: 2902
2010-01-13add send_loop robustnessChristophe Romain3-60/+100
SVN Revision: 2899
2010-01-12If big offline message queue, show only subset on WebAdmin (EJAB-1095)Badlop2-3/+45
SVN Revision: 2896
2010-01-12Check for Effective GID EGID in ejabberdctl (thanks to Rustam Aliyev)(EJAB-1160)Badlop1-2/+5
SVN Revision: 2893
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop170-229/+229
SVN Revision: 2891
2010-01-12remove useless commentChristophe Romain3-44/+8
SVN Revision: 2888
2010-01-12avoid calling gen_server on internal events (EJAB-1156)Christophe Romain3-219/+171
SVN Revision: 2886
2010-01-12allow unsubscribe with 'all' SubId, as mod_pubsub already doesChristophe Romain2-0/+8
SVN Revision: 2884
2010-01-12fix NodeName issue from r2880 (thanks to Karim Gemayel)Christophe Romain3-20/+20
SVN Revision: 2882
2010-01-12fix r2876 compilation warningChristophe Romain3-82/+82
SVN Revision: 2880
2010-01-12apply r2876 on pubsub_odbcChristophe Romain2-33/+87
SVN Revision: 2879
2010-01-12Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377)Badlop3-10/+31
SVN Revision: 2877
2010-01-12fix headers (EJAB-1091), (EJAB-1092), (EJAB-1093) (thanks to Karim Gemayel)Christophe Romain1-25/+79
SVN Revision: 2876
2010-01-11Show and throw error when captcha_cmd is required but not configured.Badlop1-3/+6
SVN Revision: 2874
2010-01-09Minor case code simplification.Badlop1-3/+3
SVN Revision: 2873
2010-01-09Match Erlang typing documentation, to remove dialyzer warning. Code was ↵Mickaël Rémond1-6/+4
working fine however. SVN Revision: 2870
2010-01-09Attempt to fix dialyzer warning: adhoc.erl:51: Guard test XData::'false' | ↵Mickaël Rémond1-4/+5
#xmlel{ns::'jabber:x:data',declared_ns::[{_,_}],attrs::[{_,_,_,_}],children::'undefined' | [{_,_} | {_,_,_,_,_,_}]} =:= 'true' can never succeed SVN Revision: 2869
2010-01-09Small refactoringMickaël Rémond1-8/+5
SVN Revision: 2867
2010-01-09An AccessCommand with Access 'all', don't require auth to execute it.Badlop1-5/+7
SVN Revision: 2865
2010-01-05Fix so script runs correctly when invoked by root (EJAB-1152)Badlop1-1/+1
SVN Revision: 2862
2010-01-04Improve parsing of ejabberd_sm:get_user_info result.Badlop1-1/+4
SVN Revision: 2857
2010-01-04add explicit comment on last published items configuration (EJAB-1130)Christophe Romain1-1/+2
SVN Revision: 2855
2010-01-03Show the last activity time in the user page.Badlop1-0/+22
SVN Revision: 2854
2010-01-03Command to stop ejabberd informing users, with grace period, and kindly ↵Badlop4-1/+86
(EJAB-1112) SVN Revision: 2853
2010-01-03When ejabberd stops, send stream close to clients (thanks to Alexey ↵Badlop2-0/+24
Shchepin)(EJAB-1112) SVN Revision: 2852
2009-12-30Improve log message when showing lines of config file.Badlop1-1/+2
SVN Revision: 2850
2009-12-30Kick occupants with reason when room is stopped due to MUC shutdown (EJAB-1149)Badlop1-4/+25
SVN Revision: 2848
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