aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't show HTTP request in logs, because reveals password (EJAB-1231)Badlop2010-05-101-4/+4
|
* Optionally cache extauth users in mnesia (EJAB-641)Badlop2010-05-107-27/+315
|
* Fix EDoc commentBadlop2010-05-101-1/+2
|
* Use a standard method to get a random seed (EJAB-1229)Badlop2010-05-101-2/+1
|
* New option pam_userinfotype to provide username or JID (EJAB-652)Badlop2010-05-103-2/+23
|
* Recompile the guideBadlop2010-05-101-0/+5
|
* new option ldap_tls_verify is added (EJAB-1229)Evgeniy Khramtsov2010-05-105-46/+73
|
* full support for XEP-0115 v1.5 (EJAB-1223) (EJAB-1189)Evgeniy Khramtsov2010-05-085-36/+238
|
* Change max inactivity from 30 to 120 secondsChristopher tofu Zorn2010-05-061-1/+1
|
* Use dirty_delete when removing the session.Christopher tofu Zorn2010-05-061-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 Romain2010-05-051-3/+9
|
* Indicate explicitly what nodes are handled by mod_configureBadlop2010-05-041-2/+34
|
* Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)Badlop2010-04-281-0/+1
|
* Minor fixes in listeners options listBadlop2010-04-282-28/+24
|
* Rename some JEP references to XEPBadlop2010-04-286-6/+6
|
* Reduce verbosity of log when captcha_cmd is checked but not configured.Badlop2010-04-281-1/+1
|
* New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)Badlop2010-04-273-28/+49
|
* Don't store blocked messages in offline queue (thanks to Brian Acton)(EJAB-1224)Badlop2010-04-271-3/+4
|
* Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208)Badlop2010-04-278-75/+269
|
* No need to handle IQ requests other than Get and SetBadlop2010-04-221-9/+2
|
* Fixed Bugs handling Service Discovery to contacts.Emilio Bustos2010-04-221-52/+82
| | | | Resolves [#EJAB-1207]
* Don't send error stanza as reply to error stanza (EJAB-930)Badlop2010-04-203-2/+14
|
* Recompile the GuideBadlop2010-04-191-4/+10
|
* added notes about LDAP password changeEvgeniy Khramtsov2010-04-191-4/+10
|
* allow inband password change (EJAB-199)Evgeniy Khramtsov2010-04-194-5/+55
|
* LDAP extensible match support (EJAB-722)Evgeniy Khramtsov2010-04-195-198/+185
|
* Remove warning for undefined print_state/1 function for p1_fsm processes ↵Pablo Polvorin2010-04-093-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 Polvorin2010-03-302-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)Badlop2010-03-291-54/+56
|
* Fix crash in number of occupants; other minor changes (EJAB-1038)Badlop2010-03-291-20/+24
|
* Refactor code to reduce calls to get_affiliation and get_role (thanks to ↵Badlop2010-03-291-53/+60
| | | | Steam)(EJAB-1038)
* - pass jid into feature_check_packet hook;Evgeniy Khramtsov2010-03-172-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 Remond2010-03-151-1/+1
| | | | generated when user close the browser for example.
* Update ejabberd version number to 2.1.3v2.1.3Badlop2010-03-125-8/+8
|
* Add 2.1.3 release notesBadlop2010-03-111-0/+91
|
* improve remove_user (EJAB-1172)Christophe Romain2010-03-113-45/+49
|
* don't route PEP error messsages to a clientEvgeniy Khramtsov2010-03-092-14/+48
|
* More compliance with LSBPeter Lemenkov2010-03-081-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 patchChristophe Romain2010-03-083-8/+10
|
* allow sending PEP to bare jid on s2sChristophe Romain2010-03-083-14/+22
|
* Document mod_sic (EJAB-1205)Badlop2010-03-082-81/+103
|
* Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205)Badlop2010-03-081-0/+97
|
* Fix warnings about unused variable.Badlop2010-03-082-2/+2
|
* Replace concat_binary supported until R14 with list_to_binary supported since R9Badlop2010-03-083-5/+5
|
* Catch errors when exporting to PIEFXIS file (EJAB-1178)Badlop2010-03-081-2/+9
|
* Recompile the GuideBadlop2010-03-081-1/+16
|
* ldap_dn_filter option is documented; now fetching only needed attributes in ↵Evgeniy Khramtsov2010-03-082-10/+38
| | | | LDAP search requests (EJAB-1204)
* now using "%u" pattern as default for ldap_uids (EJAB-1203)Evgeniy Khramtsov2010-03-081-5/+7
|
* fix mistake in previous broadcast_stanza changeChristophe Romain2010-03-053-6/+6
|
* add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)Christophe Romain2010-03-054-124/+143
|