aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in docMickaël Rémond2010-01-261-1/+1
| | | | SVN Revision: 2928
* Fix documentation installation, no need for executable permission (thanks to ↵Badlop2010-01-251-3/+3
| | | | | | Peter)(EJAB-1170) SVN Revision: 2926
* Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)Badlop2010-01-251-1/+1
| | | | SVN Revision: 2925
* Support in ejabberdctl help command names with old - characters.Badlop2010-01-251-2/+3
| | | | SVN Revision: 2924
* Revert version number from 2.1.2 tag to 2.1.x branchBadlop2010-01-185-8/+8
| | | | SVN Revision: 2916
* Update version number to 2.1.2Badlop2010-01-185-8/+8
| | | | SVN Revision: 2914
* Add ejabberd 2.1.2 release notesBadlop2010-01-181-0/+51
| | | | SVN Revision: 2913
* Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165)Badlop2010-01-171-8/+6
| | | | SVN Revision: 2911
* Fix some moved URLs in the GuideBadlop2010-01-162-10/+8
| | | | SVN Revision: 2908
* Document the option route_subdomains in the Guide (EJAB-1164)Badlop2010-01-162-0/+10
| | | | SVN Revision: 2907
* Fix OTP version detection to work with old supported R10 and R11Badlop2010-01-162-8/+12
| | | | SVN Revision: 2906
* Improve functions calls when closing client connection.Badlop2010-01-151-11/+9
| | | | SVN Revision: 2904
* improve delete_subscriptions codeChristophe Romain2010-01-141-15/+12
| | | | SVN Revision: 2902
* add send_loop robustnessChristophe Romain2010-01-133-60/+100
| | | | SVN Revision: 2899
* If big offline message queue, show only subset on WebAdmin (EJAB-1095)Badlop2010-01-122-3/+45
| | | | SVN Revision: 2896
* Fix explanation of access_max_user_messages.Badlop2010-01-122-2/+2
| | | | SVN Revision: 2895
* Check for Effective GID EGID in ejabberdctl (thanks to Rustam Aliyev)(EJAB-1160)Badlop2010-01-121-2/+5
| | | | SVN Revision: 2893
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-12172-231/+231
| | | | SVN Revision: 2891
* For XEP-0227 support, get exmpp 0.9.2; maybe 0.9.1 works too.Badlop2010-01-123-3/+3
| | | | SVN Revision: 2889
* remove useless commentChristophe Romain2010-01-123-44/+8
| | | | SVN Revision: 2888
* avoid calling gen_server on internal events (EJAB-1156)Christophe Romain2010-01-123-219/+171
| | | | SVN Revision: 2886
* allow unsubscribe with 'all' SubId, as mod_pubsub already doesChristophe Romain2010-01-122-0/+8
| | | | SVN Revision: 2884
* fix NodeName issue from r2880 (thanks to Karim Gemayel)Christophe Romain2010-01-123-20/+20
| | | | SVN Revision: 2882
* fix r2876 compilation warningChristophe Romain2010-01-123-82/+82
| | | | SVN Revision: 2880
* apply r2876 on pubsub_odbcChristophe Romain2010-01-122-33/+87
| | | | SVN Revision: 2879
* Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377)Badlop2010-01-123-10/+31
| | | | SVN Revision: 2877
* fix headers (EJAB-1091), (EJAB-1092), (EJAB-1093) (thanks to Karim Gemayel)Christophe Romain2010-01-121-25/+79
| | | | SVN Revision: 2876
* Show and throw error when captcha_cmd is required but not configured.Badlop2010-01-111-3/+6
| | | | SVN Revision: 2874
* Minor case code simplification.Badlop2010-01-091-3/+3
| | | | SVN Revision: 2873
* Match Erlang typing documentation, to remove dialyzer warning. Code was ↵Mickaël Rémond2010-01-091-6/+4
| | | | | | working fine however. SVN Revision: 2870
* Attempt to fix dialyzer warning: adhoc.erl:51: Guard test XData::'false' | ↵Mickaël Rémond2010-01-091-4/+5
| | | | | | #xmlel{ns::'jabber:x:data',declared_ns::[{_,_}],attrs::[{_,_,_,_}],children::'undefined' | [{_,_} | {_,_,_,_,_,_}]} =:= 'true' can never succeed SVN Revision: 2869
* Small refactoringMickaël Rémond2010-01-091-8/+5
| | | | SVN Revision: 2867
* An AccessCommand with Access 'all', don't require auth to execute it.Badlop2010-01-093-11/+11
| | | | SVN Revision: 2865
* Fix so script runs correctly when invoked by root (EJAB-1152)Badlop2010-01-051-1/+1
| | | | SVN Revision: 2862
* Improve parsing of ejabberd_sm:get_user_info result.Badlop2010-01-041-1/+4
| | | | SVN Revision: 2857
* add explicit comment on last published items configuration (EJAB-1130)Christophe Romain2010-01-041-1/+2
| | | | SVN Revision: 2855
* Show the last activity time in the user page.Badlop2010-01-031-0/+22
| | | | SVN Revision: 2854
* Command to stop ejabberd informing users, with grace period, and kindly ↵Badlop2010-01-034-1/+86
| | | | | | (EJAB-1112) SVN Revision: 2853
* When ejabberd stops, send stream close to clients (thanks to Alexey ↵Badlop2010-01-032-0/+24
| | | | | | Shchepin)(EJAB-1112) SVN Revision: 2852
* Improve log message when showing lines of config file.Badlop2009-12-301-1/+2
| | | | SVN Revision: 2850
* Kick occupants with reason when room is stopped due to MUC shutdown (EJAB-1149)Badlop2009-12-301-4/+25
| | | | SVN Revision: 2848
* Fix warning about unused variableBadlop2009-12-291-1/+1
| | | | SVN Revision: 2846
* If problem in config file starting ejabberd: display config lines and stop ↵Badlop2009-12-291-8/+57
| | | | | | node (EJAB-1148) SVN Revision: 2844
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin ↵Badlop2009-12-2913-13/+13
| | | | | | Owsiany)(EJAB-1134) SVN Revision: 2842
* Support also SASL PLAIN auth messages described in RFC4616 (EJAB-1132)Badlop2009-12-291-2/+27
| | | | SVN Revision: 2839
* Disable code of recent commit because some clients can't handle it (EJAB-1058)Badlop2009-12-291-11/+11
| | | | SVN Revision: 2838
* Write in room log when a room is created, destroyed, started, stopped ↵Badlop2009-12-292-1/+21
| | | | | | (EJAB-1144) SVN Revision: 2836
* Send features after negotiating binding and session (EJAB-1058)Badlop2009-12-281-0/+11
| | | | SVN Revision: 2834
* Provide more detailed log message when s2s stream start fails.Badlop2009-12-281-3/+4
| | | | SVN Revision: 2831
* Better use install_fallback when importing a Mnesia backup file.Badlop2009-12-282-8/+38
| | | | SVN Revision: 2829