Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't show HTTP request in logs, because reveals password (EJAB-1231) | Badlop | 2010-05-10 | 1 | -4/+4 |
| | |||||
* | Optionally cache extauth users in mnesia (EJAB-641) | Badlop | 2010-05-10 | 7 | -27/+315 |
| | |||||
* | Fix EDoc comment | Badlop | 2010-05-10 | 1 | -1/+2 |
| | |||||
* | Use a standard method to get a random seed (EJAB-1229) | Badlop | 2010-05-10 | 1 | -2/+1 |
| | |||||
* | New option pam_userinfotype to provide username or JID (EJAB-652) | Badlop | 2010-05-10 | 3 | -2/+23 |
| | |||||
* | Recompile the guide | Badlop | 2010-05-10 | 1 | -0/+5 |
| | |||||
* | new option ldap_tls_verify is added (EJAB-1229) | Evgeniy Khramtsov | 2010-05-10 | 5 | -46/+73 |
| | |||||
* | full support for XEP-0115 v1.5 (EJAB-1223) (EJAB-1189) | Evgeniy Khramtsov | 2010-05-08 | 5 | -36/+238 |
| | |||||
* | Change max inactivity from 30 to 120 seconds | Christopher tofu Zorn | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Use dirty_delete when removing the session. | Christopher tofu Zorn | 2010-05-06 | 1 | -4/+1 |
| | | | | There is no need for a transaction and has less overhead | ||||
* | enforce pubsub#presence_based_delivery (EJAB-1221) (thanks to Karim Gemayel) | Christophe Romain | 2010-05-05 | 1 | -3/+9 |
| | |||||
* | Indicate explicitly what nodes are handled by mod_configure | Badlop | 2010-05-04 | 1 | -2/+34 |
| | |||||
* | Add xml default content type (thanks to Aaron Winborn)(EJAB-1214) | Badlop | 2010-04-28 | 1 | -0/+1 |
| | |||||
* | Minor fixes in listeners options list | Badlop | 2010-04-28 | 2 | -28/+24 |
| | |||||
* | Rename some JEP references to XEP | Badlop | 2010-04-28 | 6 | -6/+6 |
| | |||||
* | Reduce verbosity of log when captcha_cmd is checked but not configured. | Badlop | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213) | Badlop | 2010-04-27 | 3 | -28/+49 |
| | |||||
* | Don't store blocked messages in offline queue (thanks to Brian Acton)(EJAB-1224) | Badlop | 2010-04-27 | 1 | -3/+4 |
| | |||||
* | Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208) | Badlop | 2010-04-27 | 8 | -75/+269 |
| | |||||
* | No need to handle IQ requests other than Get and Set | Badlop | 2010-04-22 | 1 | -9/+2 |
| | |||||
* | Fixed Bugs handling Service Discovery to contacts. | Emilio Bustos | 2010-04-22 | 1 | -52/+82 |
| | | | | Resolves [#EJAB-1207] | ||||
* | Don't send error stanza as reply to error stanza (EJAB-930) | Badlop | 2010-04-20 | 3 | -2/+14 |
| | |||||
* | Recompile the Guide | Badlop | 2010-04-19 | 1 | -4/+10 |
| | |||||
* | added notes about LDAP password change | Evgeniy Khramtsov | 2010-04-19 | 1 | -4/+10 |
| | |||||
* | allow inband password change (EJAB-199) | Evgeniy Khramtsov | 2010-04-19 | 4 | -5/+55 |
| | |||||
* | LDAP extensible match support (EJAB-722) | Evgeniy Khramtsov | 2010-04-19 | 5 | -198/+185 |
| | |||||
* | Remove warning for undefined print_state/1 function for p1_fsm processes ↵ | Pablo Polvorin | 2010-04-09 | 3 | -1/+27 |
| | | | | | | (thanks Badlop). Include a identity function as implementation of print_state/1. | ||||
* | Allow customizing the StateData in p1_fsm before error reporting. | Pablo Polvorin | 2010-03-30 | 2 | -8/+28 |
| | | | | | | | | | | | | | | | | | | A new callback is introduced on the p1_fsm behaviour: print_error/1 If the module implements this function, it will be invoked in case of process crash with the current state data *before* printing the error in the log. The function must return the desired State to print. It is used in ejabberd_c2s to prune the presence sets that can be large. Instead, the state is changed to include only the # of elements on each set. Change inspired in comming changes to gen_server on OTP, and http://github.com/erlyvideo/erlyvideo/commit/b01d15abc3189226dbf824db19db22da35fa33a0#diff-0 | ||||
* | Fix indentation (EJAB-1038) | Badlop | 2010-03-29 | 1 | -54/+56 |
| | |||||
* | Fix crash in number of occupants; other minor changes (EJAB-1038) | Badlop | 2010-03-29 | 1 | -20/+24 |
| | |||||
* | Refactor code to reduce calls to get_affiliation and get_role (thanks to ↵ | Badlop | 2010-03-29 | 1 | -53/+60 |
| | | | | Steam)(EJAB-1038) | ||||
* | - pass jid into feature_check_packet hook; | Evgeniy Khramtsov | 2010-03-17 | 2 | -3/+32 |
| | | | | | - bounce messages when closing c2s session; - implemented treap:to_list/1 and treap:from_list/1 | ||||
* | Move HTTP session timeout log from warning level to info. Timeout can be ↵ | Mickael Remond | 2010-03-15 | 1 | -1/+1 |
| | | | | generated when user close the browser for example. | ||||
* | Update ejabberd version number to 2.1.3v2.1.3 | Badlop | 2010-03-12 | 5 | -8/+8 |
| | |||||
* | Add 2.1.3 release notes | Badlop | 2010-03-11 | 1 | -0/+91 |
| | |||||
* | improve remove_user (EJAB-1172) | Christophe Romain | 2010-03-11 | 3 | -45/+49 |
| | |||||
* | don't route PEP error messsages to a client | Evgeniy Khramtsov | 2010-03-09 | 2 | -14/+48 |
| | |||||
* | More compliance with LSB | Peter Lemenkov | 2010-03-08 | 1 | -1/+1 |
| | | | | | | | The init-script shall return 4 in case then user doesn't have sufficient privileges for action. See http://refspecs.freestandards.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> | ||||
* | typo fix on previous pubsub patch | Christophe Romain | 2010-03-08 | 3 | -8/+10 |
| | |||||
* | allow sending PEP to bare jid on s2s | Christophe Romain | 2010-03-08 | 3 | -14/+22 |
| | |||||
* | Document mod_sic (EJAB-1205) | Badlop | 2010-03-08 | 2 | -81/+103 |
| | |||||
* | Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205) | Badlop | 2010-03-08 | 1 | -0/+97 |
| | |||||
* | Fix warnings about unused variable. | Badlop | 2010-03-08 | 2 | -2/+2 |
| | |||||
* | Replace concat_binary supported until R14 with list_to_binary supported since R9 | Badlop | 2010-03-08 | 3 | -5/+5 |
| | |||||
* | Catch errors when exporting to PIEFXIS file (EJAB-1178) | Badlop | 2010-03-08 | 1 | -2/+9 |
| | |||||
* | Recompile the Guide | Badlop | 2010-03-08 | 1 | -1/+16 |
| | |||||
* | ldap_dn_filter option is documented; now fetching only needed attributes in ↵ | Evgeniy Khramtsov | 2010-03-08 | 2 | -10/+38 |
| | | | | LDAP search requests (EJAB-1204) | ||||
* | now using "%u" pattern as default for ldap_uids (EJAB-1203) | Evgeniy Khramtsov | 2010-03-08 | 1 | -5/+7 |
| | |||||
* | fix mistake in previous broadcast_stanza change | Christophe Romain | 2010-03-05 | 3 | -6/+6 |
| | |||||
* | add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim) | Christophe Romain | 2010-03-05 | 4 | -124/+143 |
| |