aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-22fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)Christophe Romain1-4/+1
2011-09-22ejabberdctl doesn't support parameters with blankspaces (EJAB-1458)Badlop1-10/+2
Revert "Escape output from ctlexec() to erl script (thanks to Dan Scott)(EJAB-1399)" This reverts commit 6dea2d230714b556118fab6710141a88cc8aad23.
2011-09-21Fix Denial of Service when user sends malformed publish stanza (thanks to ↵Christophe Romain3-27/+31
Oleg Smirnov) (EJAB-1498)
2011-09-20added svg mimetype to default content types (thanks to Markus Kohlhase)Badlop1-1/+2
2011-09-20Add support for @online@ to add_user_to_groupBadlop1-6/+9
2011-09-19New option support: ldap_deref_aliases (EJAB-639)Evgeniy Khramtsov5-16/+63
2011-09-17Fix dialyzer warningsEvgeniy Khramtsov1-3/+3
2011-09-15Fix dialyzer warningsEvgeniy Khramtsov1-4/+8
2011-09-14No need to explicitly skip old useless tables, simply fix keep_tablesBadlop1-5/+1
2011-09-09Fix previous commitEvgeniy Khramtsov1-1/+1
2011-09-09Avoid crash when performing admin actionEvgeniy Khramtsov1-2/+2
2011-09-08Fixed support for multi-resource occupants (EJAB-305)Badlop1-13/+9
2011-09-08Fix room config change logging, due to allow_private_messages_from_visitorsBadlop1-1/+2
2011-09-08Support to import XML files without password-format attributeBadlop1-1/+1
2011-09-05Fix SCRAM to support attributes which value has only one characterBadlop1-1/+1
2011-09-05Fix dialyzer warningsEvgeniy Khramtsov1-2/+1
2011-09-05Reorganize the code to shut up the dialyzerEvgeniy Khramtsov1-27/+23
2011-09-05Get rid of useless checkEvgeniy Khramtsov1-1/+0
2011-09-05Merge set_affiliation/3 and set_affiliation_and_reason/4 into set_affiliation/4Evgeniy Khramtsov1-18/+8
2011-09-05Fix SCRAM auth of uppercase passwords (EJAB-1196)Badlop1-1/+2
2011-09-05Remove useless clausesEvgeniy Khramtsov1-11/+10
2011-09-05Add some magic in order to shut up the dialyzer (because I do not want to ↵Evgeniy Khramtsov1-2/+2
replace the macro with a function)
2011-09-05Fix potential case-clause crashEvgeniy Khramtsov1-1/+1
2011-09-05Remove useless case clauseEvgeniy Khramtsov1-3/+1
2011-09-05Replace VVALUEL macro with function in order to shut up the dialyzerEvgeniy Khramtsov1-8/+9
2011-09-05Export do_client_version/3 in order to shut up the dialyzerEvgeniy Khramtsov1-1/+1
2011-09-05Remove useless case clausesEvgeniy Khramtsov1-16/+9
2011-09-05Remove useless case clauseEvgeniy Khramtsov1-6/+1
2011-09-05Correct some function clauses and value typesEvgeniy Khramtsov1-5/+8
2011-09-05Get rid of useless codeEvgeniy Khramtsov1-13/+6
2011-09-05ejabberd_auth:remove_user/2 always returns okEvgeniy Khramtsov1-7/+4
2011-09-05Fix some case clausesEvgeniy Khramtsov1-11/+5
2011-09-05Change argument of open_port/2 to string in order to shut up the dialyzerEvgeniy Khramtsov7-11/+11
2011-09-05Get rid of useless function clauseEvgeniy Khramtsov1-2/+0
2011-09-04Replace calls of OTP's Binary, since they would require R14Badlop1-10/+10
2011-09-04First check occupant existence, later check the messageBadlop1-28/+27
2011-08-31enable pubsub#deliver_notification checking (thanks to Karim Gemayel)(EJAB-1453)Christophe Romain3-38/+114
2011-08-29Explicitly skip useless ejabberd 2.0* mnesia tables when restoring backupBadlop1-0/+4
Reference: http://www.ejabberd.im/node/4867
2011-08-25typo fix (thanks to Artem Sh)(EJAB-1424)Christophe Romain1-2/+2
2011-08-23Support multiple sessions per nick in muc_online_users, relevant for ↵Badlop2-4/+5
max_user_conferences (EJAB-305)
2011-08-23Send private messages to all the sessions with same nick (EJAB-305)Badlop1-8/+17
2011-08-23Don't send unavailable presence when leaving occupant has other nicks in the ↵Badlop1-1/+4
room (EJAB-305)
2011-08-23Allow multiple entry with same nick to MUC rooms (thanks to Magnus ↵Badlop2-51/+158
Henoch)(EJAB-305)
2011-08-17New option resource_conflict defines server action (thanks to Lee ↵Badlop2-16/+53
Boynton)(EJAB-650)
2011-08-17Fix bug in scram is_alphaBadlop1-2/+2
2011-08-16Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop3-6/+10
2011-08-16Fix and improve support for SCRAM auth method (EJAB-1196)Badlop13-418/+205
2011-08-16Indicate license and copyright (thanks to Stephen Röttger)(EJAB-1196)Badlop2-0/+52
2011-08-16Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop16-14/+673
2011-08-05handle case when roster version on DB is enabled but version is not found.Pablo Polvorin1-1/+9
Thanks Evgeniy.