aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-03Minor mod_version bugfixAlexey Shchepin1-1/+1
2011-07-01is_user_in_group/3 must check if user belongs to given Group from Host ↵Juan Pablo Carlino1-2/+2
specified on third argument. * is_user_in_group/3 was checking if given user (passed on first parameter as a bare jid) belonged to group of the server derived from this jid.
2011-06-29Optimized mod_roster_odbc:get_rosterAlexey Shchepin1-6/+10
2011-06-28Support servers that reply error on any command before registration (thanks ↵Badlop1-2/+2
to Gelraen) This makes mod_irc actually work with servers that reply with error on any command before the registration procedure is completed. Such servers, after NICK/USER they send PING and wait for client response. In such situation they reply with message 451 to CODEPAGE command, and mod_irc thinks that connection failed. Example IRC server that works thanks to the patch: irc.mibbit.com
2011-06-28Comment in the cfg file the correct node name used in ejabberdctl.templateBadlop1-2/+2
2011-06-23Match ldap_uidattr_format case-insensitively (EJAB-1449)Evgeniy Khramtsov1-1/+8
2011-06-15Log an error when an LDAP filter is incorrect (EJAB-1395)Evgeniy Khramtsov5-5/+32
2011-06-11Escape iolist correctly when NIFs are disabled (EJAB-1462)Evgeniy Khramtsov1-0/+1
2011-06-07Fix compilation in Windows (thanks to flyingwow99)Badlop1-1/+4
See http://www.ejabberd.im/node/4549
2011-06-01Fix crash when user publishes an item (EJAB-1457)Badlop1-2/+2
2011-05-31Update ejabberd version number to 2.1.7Badlop1-1/+1
2011-05-31Recompile translationsBadlop27-6922/+7141
2011-05-31Disable all entity expansions (thanks to Alexey Shchepin)(EJAB-1451)Badlop1-0/+2
2011-05-31Update the 'configure' script with: aclocal; autoconfBadlop1-232/+274
2011-05-31Pubsub node maxitem forced to 0 if non persistent node (thanks to Karim ↵Christophe Romain1-1/+4
Gemayel)(EJAB-1434)
2011-05-31apply filtered notification to PEP last items (thanks to karim ↵Christophe Romain1-4/+30
Gemayel)(EJAB-1456)
2011-05-31New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03Badlop2-0/+17
2011-05-30Cut the string when calling halt/1Badlop2-2/+2
2011-05-30Under some circumstances the "uri" variable in StartNamespaceDeclHandler ↵Evgeniy Khramtsov1-0/+10
could be NULL. We check this now.
2011-05-30Fix a recent commit about "Set script as executable"Badlop1-1/+1
2011-05-30Support anonymous accounts in Shared Roster @all@ directive (EJAB-1264)Badlop2-2/+7
With this change, logged anonymous accounts are considered to be registered.
2011-05-29Add link in the Backup page to the GuideBadlop1-1/+1
2011-05-27Support XEP-0191 Simple Communications Blocking (thanks to Stephan ↵Badlop4-1/+386
Maka)(EJAB-695)
2011-05-26A user can query his own Last activity, even if not subscribed to oneselfBadlop1-1/+3
2011-05-24Several fixes and improvements in ejabberd.init.templateBadlop2-4/+22
Changes: * Set script as executable * Add LSB tags and overrides, copied from Debian's ejabberd package * Add chkconfig support (thanks to Ivan Martinez)(EJAB-1450) * Don't use nounset, as that breaks when no argument is provided * Add status command
2011-05-18When checking captcha setup, try to generate image only when captcha is ↵Evgeniy Khramtsov1-8/+9
enabled in order to avoid logging of confusing error
2011-05-16When module start fails during server start, stop erlang (EJAB-1446)Badlop1-2/+15
2011-05-06Owner can delete any items from its own node (EJAB-1445)Christophe Romain1-2/+2
2011-05-05Take into consideration internal queue length when sorting processes queuesEvgeniy Khramtsov1-5/+12
2011-05-03Do not accept XML with undefined prefixes (EJAB-680)Evgeniy Khramtsov1-4/+62
2011-04-29Reorganize the push_item function, and handle version not_found (EJAB-1420)Badlop1-14/+9
2011-04-29No need to inform that XEP-0237 is optional; clarified in XEP version 1.2Badlop1-1/+1
2011-04-26mod_register Access now also controls account unregistrationsBadlop1-2/+4
2011-04-26Escape user input in mod_privacy_odbc (EJAB-1442)Badlop1-2/+2
2011-04-26Throw error when captcha fails at server start, not later at runtimeBadlop1-20/+8
2011-04-18Do not decrease MUC admin's role/affiliationjabber1-0/+5
2011-04-18Add captcha_limit option to the example configEvgeniy Khramtsov1-0/+4
2011-04-18Remove forgotten -compile(export_all).Evgeniy Khramtsov1-1/+1
2011-04-18Implement CAPTCHA limitEvgeniy Khramtsov5-51/+145
2011-04-18Fix syntax errorEvgeniy Khramtsov1-1/+1
2011-04-18CAPTCHA whitelist supportEvgeniy Khramtsov2-1/+47
2011-04-14Try to improve support for roster_version in MSSQL (EJAB-1437)Badlop3-4/+80
2011-04-12The responses to HEAD must have empty BodyBadlop1-2/+14
2011-04-12Support as read-only HTTP method not only GET, also HEADBadlop1-2/+6
2011-04-11If extauth script crashes, ejabberd should restart it (EJAB-1428)Badlop1-4/+12
2011-04-11Support more captcha_host value formats (EJAB-1418)Badlop1-3/+7
2011-04-07Send jid attribute when occupant is banned (EJAB-1432)Badlop1-2/+9
2011-04-07mod_ping uses iqdisc no_queue by default (thanks to Chris Moos)(EJAB-1435)Badlop1-1/+1
2011-03-30Updated Japanese translation (thanks to Mako N)Badlop1-177/+183
2011-03-17Fix typo (thanks to Krzee)Badlop1-1/+1