Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug Fix: The value of max # of erlang process specified in ejabberdctl.cfg ↵ | Pablo Polvorin | 2010-02-05 | 1 | -2/+2 | |
| | | | | | | | | was not used. It was called PROCESSES in the .cfg file, and ERL_PROCESSES in the script. The latter is the correct, to be coherent with ERL_MAX_PORTS and ERL_MAX_ETS_TABLES. SVN Revision: 2959 | |||||
* | avoid resending <stream:error> stanzas on terminate (EJAB-1180) | Evgeniy Khramtsov | 2010-02-03 | 1 | -5/+10 | |
| | | | | SVN Revision: 2955 | |||||
* | avoid 'invalid' value in #iq{} record | Evgeniy Khramtsov | 2010-02-02 | 1 | -4/+2 | |
| | | | | SVN Revision: 2954 | |||||
* | iq_query_info/1 now returns 'invalid' if XMLNS is invalid | Evgeniy Khramtsov | 2010-02-02 | 1 | -9/+13 | |
| | | | | SVN Revision: 2953 | |||||
* | changed Reason to shutdown when stopping destroyed MUC room | Evgeniy Khramtsov | 2010-02-02 | 1 | -1/+1 | |
| | | | | SVN Revision: 2952 | |||||
* | Fix bug handling Reason in gen_fsm:terminate | Badlop | 2010-02-02 | 1 | -1/+1 | |
| | | | | SVN Revision: 2950 | |||||
* | Added new acl for mod_register: access_from. This acl is applied if existing ↵ | Evgeniy Khramtsov | 2010-01-31 | 1 | -6/+18 | |
| | | | | | | account tries to register a new account (either via s2s or c2s). The default value is to deny such operations. SVN Revision: 2949 | |||||
* | improved SQL reconnect behaviour | Evgeniy Khramtsov | 2010-01-31 | 1 | -133/+190 | |
| | | | | SVN Revision: 2947 | |||||
* | regenerated guide.html | Evgeniy Khramtsov | 2010-01-28 | 1 | -6/+10 | |
| | | | | SVN Revision: 2945 | |||||
* | ejabberd_c2s option "max_fsm_queue" is now documented | Evgeniy Khramtsov | 2010-01-28 | 1 | -5/+9 | |
| | | | | SVN Revision: 2941 | |||||
* | new ejabberd_c2s option support: max_fsm_queue | Evgeniy Khramtsov | 2010-01-28 | 1 | -6/+11 | |
| | | | | SVN Revision: 2939 | |||||
* | fixes regression with configure script | Evgeniy Khramtsov | 2010-01-28 | 1 | -3362/+2163 | |
| | | | | SVN Revision: 2938 | |||||
* | now using p1_fsm behaviour in c2s FSM (EJAB-1173) | Evgeniy Khramtsov | 2010-01-28 | 2 | -2171/+3381 | |
| | | | | SVN Revision: 2936 | |||||
* | Fix typo in doc | Mickaël Rémond | 2010-01-26 | 1 | -1/+1 | |
| | | | | SVN Revision: 2928 | |||||
* | Fix documentation installation, no need for executable permission (thanks to ↵ | Badlop | 2010-01-25 | 1 | -3/+3 | |
| | | | | | | Peter)(EJAB-1170) SVN Revision: 2926 | |||||
* | Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891) | Badlop | 2010-01-25 | 1 | -1/+1 | |
| | | | | SVN Revision: 2925 | |||||
* | Support in ejabberdctl help command names with old - characters. | Badlop | 2010-01-25 | 1 | -2/+3 | |
| | | | | SVN Revision: 2924 | |||||
* | Revert version number from 2.1.2 tag to 2.1.x branch | Badlop | 2010-01-18 | 5 | -8/+8 | |
| | | | | SVN Revision: 2916 | |||||
* | Update version number to 2.1.2 | Badlop | 2010-01-18 | 5 | -8/+8 | |
| | | | | SVN Revision: 2914 | |||||
* | Add ejabberd 2.1.2 release notes | Badlop | 2010-01-18 | 1 | -0/+51 | |
| | | | | SVN Revision: 2913 | |||||
* | Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165) | Badlop | 2010-01-17 | 1 | -8/+6 | |
| | | | | SVN Revision: 2911 | |||||
* | Fix some moved URLs in the Guide | Badlop | 2010-01-16 | 2 | -10/+8 | |
| | | | | SVN Revision: 2908 | |||||
* | Document the option route_subdomains in the Guide (EJAB-1164) | Badlop | 2010-01-16 | 2 | -0/+10 | |
| | | | | SVN Revision: 2907 | |||||
* | Fix OTP version detection to work with old supported R10 and R11 | Badlop | 2010-01-16 | 2 | -8/+12 | |
| | | | | SVN Revision: 2906 | |||||
* | Improve functions calls when closing client connection. | Badlop | 2010-01-15 | 1 | -11/+9 | |
| | | | | SVN Revision: 2904 | |||||
* | improve delete_subscriptions code | Christophe Romain | 2010-01-14 | 1 | -15/+12 | |
| | | | | SVN Revision: 2902 | |||||
* | add send_loop robustness | Christophe Romain | 2010-01-13 | 3 | -60/+100 | |
| | | | | SVN Revision: 2899 | |||||
* | If big offline message queue, show only subset on WebAdmin (EJAB-1095) | Badlop | 2010-01-12 | 2 | -3/+45 | |
| | | | | SVN Revision: 2896 | |||||
* | Fix explanation of access_max_user_messages. | Badlop | 2010-01-12 | 2 | -2/+2 | |
| | | | | SVN Revision: 2895 | |||||
* | Check for Effective GID EGID in ejabberdctl (thanks to Rustam Aliyev)(EJAB-1160) | Badlop | 2010-01-12 | 1 | -2/+5 | |
| | | | | SVN Revision: 2893 | |||||
* | Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) | Badlop | 2010-01-12 | 172 | -231/+231 | |
| | | | | SVN Revision: 2891 | |||||
* | For XEP-0227 support, get exmpp 0.9.2; maybe 0.9.1 works too. | Badlop | 2010-01-12 | 3 | -3/+3 | |
| | | | | SVN Revision: 2889 | |||||
* | remove useless comment | Christophe Romain | 2010-01-12 | 3 | -44/+8 | |
| | | | | SVN Revision: 2888 | |||||
* | avoid calling gen_server on internal events (EJAB-1156) | Christophe Romain | 2010-01-12 | 3 | -219/+171 | |
| | | | | SVN Revision: 2886 | |||||
* | allow unsubscribe with 'all' SubId, as mod_pubsub already does | Christophe Romain | 2010-01-12 | 2 | -0/+8 | |
| | | | | SVN Revision: 2884 | |||||
* | fix NodeName issue from r2880 (thanks to Karim Gemayel) | Christophe Romain | 2010-01-12 | 3 | -20/+20 | |
| | | | | SVN Revision: 2882 | |||||
* | fix r2876 compilation warning | Christophe Romain | 2010-01-12 | 3 | -82/+82 | |
| | | | | SVN Revision: 2880 | |||||
* | apply r2876 on pubsub_odbc | Christophe Romain | 2010-01-12 | 2 | -33/+87 | |
| | | | | SVN Revision: 2879 | |||||
* | Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377) | Badlop | 2010-01-12 | 3 | -10/+31 | |
| | | | | SVN Revision: 2877 | |||||
* | fix headers (EJAB-1091), (EJAB-1092), (EJAB-1093) (thanks to Karim Gemayel) | Christophe Romain | 2010-01-12 | 1 | -25/+79 | |
| | | | | SVN Revision: 2876 | |||||
* | Show and throw error when captcha_cmd is required but not configured. | Badlop | 2010-01-11 | 1 | -3/+6 | |
| | | | | SVN Revision: 2874 | |||||
* | Minor case code simplification. | Badlop | 2010-01-09 | 1 | -3/+3 | |
| | | | | SVN Revision: 2873 | |||||
* | Match Erlang typing documentation, to remove dialyzer warning. Code was ↵ | Mickaël Rémond | 2010-01-09 | 1 | -6/+4 | |
| | | | | | | working fine however. SVN Revision: 2870 | |||||
* | Attempt to fix dialyzer warning: adhoc.erl:51: Guard test XData::'false' | ↵ | Mickaël Rémond | 2010-01-09 | 1 | -4/+5 | |
| | | | | | | #xmlel{ns::'jabber:x:data',declared_ns::[{_,_}],attrs::[{_,_,_,_}],children::'undefined' | [{_,_} | {_,_,_,_,_,_}]} =:= 'true' can never succeed SVN Revision: 2869 | |||||
* | Small refactoring | Mickaël Rémond | 2010-01-09 | 1 | -8/+5 | |
| | | | | SVN Revision: 2867 | |||||
* | An AccessCommand with Access 'all', don't require auth to execute it. | Badlop | 2010-01-09 | 3 | -11/+11 | |
| | | | | SVN Revision: 2865 | |||||
* | Fix so script runs correctly when invoked by root (EJAB-1152) | Badlop | 2010-01-05 | 1 | -1/+1 | |
| | | | | SVN Revision: 2862 | |||||
* | Improve parsing of ejabberd_sm:get_user_info result. | Badlop | 2010-01-04 | 1 | -1/+4 | |
| | | | | SVN Revision: 2857 | |||||
* | add explicit comment on last published items configuration (EJAB-1130) | Christophe Romain | 2010-01-04 | 1 | -1/+2 | |
| | | | | SVN Revision: 2855 | |||||
* | Show the last activity time in the user page. | Badlop | 2010-01-03 | 1 | -0/+22 | |
| | | | | SVN Revision: 2854 |