| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix documentation installation, no need for executable permission (thanks to ... | Badlop | 2010-01-25 | 1 | -3/+3 |
* | Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891) | Badlop | 2010-01-25 | 1 | -1/+1 |
* | Support in ejabberdctl help command names with old - characters. | Badlop | 2010-01-25 | 1 | -2/+3 |
* | Revert version number from 2.1.2 tag to 2.1.x branch | Badlop | 2010-01-18 | 1 | -1/+1 |
* | Update version number to 2.1.2 | Badlop | 2010-01-18 | 1 | -1/+1 |
* | Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165) | Badlop | 2010-01-17 | 1 | -8/+6 |
* | Fix OTP version detection to work with old supported R10 and R11 | Badlop | 2010-01-16 | 2 | -8/+12 |
* | Improve functions calls when closing client connection. | Badlop | 2010-01-15 | 1 | -11/+9 |
* | improve delete_subscriptions code | Christophe Romain | 2010-01-14 | 1 | -15/+12 |
* | add send_loop robustness | Christophe Romain | 2010-01-13 | 3 | -60/+100 |
* | If big offline message queue, show only subset on WebAdmin (EJAB-1095) | Badlop | 2010-01-12 | 2 | -3/+45 |
* | Check for Effective GID EGID in ejabberdctl (thanks to Rustam Aliyev)(EJAB-1160) | Badlop | 2010-01-12 | 1 | -2/+5 |
* | Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) | Badlop | 2010-01-12 | 170 | -229/+229 |
* | remove useless comment | Christophe Romain | 2010-01-12 | 3 | -44/+8 |
* | avoid calling gen_server on internal events (EJAB-1156) | Christophe Romain | 2010-01-12 | 3 | -219/+171 |
* | allow unsubscribe with 'all' SubId, as mod_pubsub already does | Christophe Romain | 2010-01-12 | 2 | -0/+8 |
* | fix NodeName issue from r2880 (thanks to Karim Gemayel) | Christophe Romain | 2010-01-12 | 3 | -20/+20 |
* | fix r2876 compilation warning | Christophe Romain | 2010-01-12 | 3 | -82/+82 |
* | apply r2876 on pubsub_odbc | Christophe Romain | 2010-01-12 | 2 | -33/+87 |
* | Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377) | Badlop | 2010-01-12 | 3 | -10/+31 |
* | fix headers (EJAB-1091), (EJAB-1092), (EJAB-1093) (thanks to Karim Gemayel) | Christophe Romain | 2010-01-12 | 1 | -25/+79 |
* | Show and throw error when captcha_cmd is required but not configured. | Badlop | 2010-01-11 | 1 | -3/+6 |
* | Minor case code simplification. | Badlop | 2010-01-09 | 1 | -3/+3 |
* | Match Erlang typing documentation, to remove dialyzer warning. Code was worki... | Mickaël Rémond | 2010-01-09 | 1 | -6/+4 |
* | Attempt to fix dialyzer warning: adhoc.erl:51: Guard test XData::'false' | #x... | Mickaël Rémond | 2010-01-09 | 1 | -4/+5 |
* | Small refactoring | Mickaël Rémond | 2010-01-09 | 1 | -8/+5 |
* | An AccessCommand with Access 'all', don't require auth to execute it. | Badlop | 2010-01-09 | 1 | -5/+7 |
* | Fix so script runs correctly when invoked by root (EJAB-1152) | Badlop | 2010-01-05 | 1 | -1/+1 |
* | Improve parsing of ejabberd_sm:get_user_info result. | Badlop | 2010-01-04 | 1 | -1/+4 |
* | add explicit comment on last published items configuration (EJAB-1130) | Christophe Romain | 2010-01-04 | 1 | -1/+2 |
* | Show the last activity time in the user page. | Badlop | 2010-01-03 | 1 | -0/+22 |
* | Command to stop ejabberd informing users, with grace period, and kindly (EJAB... | Badlop | 2010-01-03 | 4 | -1/+86 |
* | When ejabberd stops, send stream close to clients (thanks to Alexey Shchepin)... | Badlop | 2010-01-03 | 2 | -0/+24 |
* | Improve log message when showing lines of config file. | Badlop | 2009-12-30 | 1 | -1/+2 |
* | Kick occupants with reason when room is stopped due to MUC shutdown (EJAB-1149) | Badlop | 2009-12-30 | 1 | -4/+25 |
* | Fix warning about unused variable | Badlop | 2009-12-29 | 1 | -1/+1 |
* | If problem in config file starting ejabberd: display config lines and stop no... | Badlop | 2009-12-29 | 1 | -8/+57 |
* | Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB... | Badlop | 2009-12-29 | 13 | -13/+13 |
* | Support also SASL PLAIN auth messages described in RFC4616 (EJAB-1132) | Badlop | 2009-12-29 | 1 | -2/+27 |
* | Disable code of recent commit because some clients can't handle it (EJAB-1058) | Badlop | 2009-12-29 | 1 | -11/+11 |
* | Write in room log when a room is created, destroyed, started, stopped (EJAB-1... | Badlop | 2009-12-29 | 2 | -1/+21 |
* | Send features after negotiating binding and session (EJAB-1058) | Badlop | 2009-12-28 | 1 | -0/+11 |
* | Provide more detailed log message when s2s stream start fails. | Badlop | 2009-12-28 | 1 | -3/+4 |
* | Support for arguments in ejabberdctl that are empty strings. | Badlop | 2009-12-28 | 1 | -9/+10 |
* | Fix error message when register is forbidden by ACL (EJAB-803) | Badlop | 2009-12-23 | 1 | -1/+1 |
* | Improved Polish translation (thanks to Janusz B. WiÅ›niewski and Zbigniew Å»Ã... | Badlop | 2009-12-23 | 2 | -245/+246 |
* | Recompile all translation files | Badlop | 2009-12-23 | 25 | -4852/+4970 |
* | pep_mapping not working due to Node type mismatch (EJAB-1135) | Badlop | 2009-12-21 | 2 | -2/+2 |
* | Fix EDoc comment | Badlop | 2009-12-21 | 1 | -2/+1 |
* | Fix get_group_opt to return Default value in case of Mnesia error. | Badlop | 2009-12-19 | 1 | -1/+3 |